File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Documentation/devicetree/bindings/pci Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,11 @@ properties:
61
61
interrupt-map :
62
62
maxItems : 4
63
63
64
+ phys :
65
+ minItems : 1
66
+ maxItems : 4
67
+ description : One phy per logical lane, in order
68
+
64
69
power-domains :
65
70
maxItems : 1
66
71
@@ -110,6 +115,7 @@ examples:
110
115
- |
111
116
#include <dt-bindings/interrupt-controller/arm-gic.h>
112
117
#include <dt-bindings/interrupt-controller/irq.h>
118
+ #include <dt-bindings/phy/phy.h>
113
119
#include <dt-bindings/power/xlnx-zynqmp-power.h>
114
120
soc {
115
121
#address-cells = <2>;
@@ -138,6 +144,7 @@ examples:
138
144
<0x0 0x0 0x0 0x3 &pcie_intc 0x3>,
139
145
<0x0 0x0 0x0 0x4 &pcie_intc 0x4>;
140
146
msi-parent = <&nwl_pcie>;
147
+ phys = <&psgtr 0 PHY_TYPE_PCIE 0 0>;
141
148
power-domains = <&zynqmp_firmware PD_PCIE>;
142
149
iommus = <&smmu 0x4d0>;
143
150
pcie_intc: legacy-interrupt-controller {
You can’t perform that action at this time.
0 commit comments