.. | .. |
---|
19 | 19 | - interrupt-map-mask and interrupt-map: standard PCI properties to |
---|
20 | 20 | define the mapping of the PCIe interface to interrupt numbers. |
---|
21 | 21 | - bus-range: PCI bus numbers covered |
---|
| 22 | + - phys: the PCIe PHY handle |
---|
| 23 | + - max-link-speed: see pci.txt |
---|
| 24 | + - reset-gpios: see pci.txt |
---|
22 | 25 | |
---|
23 | 26 | In addition, the Device Tree describing an Aardvark PCIe controller |
---|
24 | 27 | must include a sub-node that describes the legacy interrupt controller |
---|
.. | .. |
---|
48 | 51 | <0 0 0 2 &pcie_intc 1>, |
---|
49 | 52 | <0 0 0 3 &pcie_intc 2>, |
---|
50 | 53 | <0 0 0 4 &pcie_intc 3>; |
---|
| 54 | + phys = <&comphy1 0>; |
---|
51 | 55 | pcie_intc: interrupt-controller { |
---|
52 | 56 | interrupt-controller; |
---|
53 | 57 | #interrupt-cells = <1>; |
---|