aboutsummaryrefslogtreecommitdiff
path: root/doc/device-tree-bindings/pci_endpoint/cdns,cdns-pcie-ep.txt
blob: 7705430559372a2855e4213439956e3e4a489e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
* Cadence PCIe endpoint controller

Required properties:
- compatible: Should contain "cdns,cdns-pcie-ep" to identify the IP used.
- reg: Should contain the controller register base address.

Optional properties:
- max-functions: Maximum number of functions that can be configured (default 1).
- cdns,max-outbound-regions: Set to maximum number of outbound regions (default 8)

Example:

pcie_ep@fc000000 {
	compatible = "cdns,cdns-pcie-ep";
	reg = <0x0 0xfc000000 0x0 0x01000000>;
	cdns,max-outbound-regions = <16>;
	max-functions = /bits/ 8 <8>;
};