hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/Documentation/devicetree/bindings/pci/pci-armada8k.txt
....@@ -11,12 +11,20 @@
1111 - reg-names:
1212 - "ctrl" for the control register region
1313 - "config" for the config space region
14
-- interrupts: Interrupt specifier for the PCIe controler
14
+- interrupts: Interrupt specifier for the PCIe controller
1515 - clocks: reference to the PCIe controller clocks
1616 - clock-names: mandatory if there is a second clock, in this case the
1717 name must be "core" for the first clock and "reg" for the second
1818 one
1919
20
+Optional properties:
21
+- phys: phandle(s) to PHY node(s) following the generic PHY bindings.
22
+ Either 1, 2 or 4 PHYs might be needed depending on the number of
23
+ PCIe lanes.
24
+- phy-names: names of the PHYs corresponding to the number of lanes.
25
+ Must be "cp0-pcie0-x4-lane0-phy", "cp0-pcie0-x4-lane1-phy" for
26
+ 2 PHYs.
27
+
2028 Example:
2129
2230 pcie@f2600000 {