hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/Documentation/devicetree/bindings/pci/aardvark-pci.txt
....@@ -19,6 +19,9 @@
1919 - interrupt-map-mask and interrupt-map: standard PCI properties to
2020 define the mapping of the PCIe interface to interrupt numbers.
2121 - 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
2225
2326 In addition, the Device Tree describing an Aardvark PCIe controller
2427 must include a sub-node that describes the legacy interrupt controller
....@@ -48,6 +51,7 @@
4851 <0 0 0 2 &pcie_intc 1>,
4952 <0 0 0 3 &pcie_intc 2>,
5053 <0 0 0 4 &pcie_intc 3>;
54
+ phys = <&comphy1 0>;
5155 pcie_intc: interrupt-controller {
5256 interrupt-controller;
5357 #interrupt-cells = <1>;