File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Documentation/devicetree/bindings/pci Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ properties:
14
14
compatible :
15
15
oneOf :
16
16
- const : ti,j721e-pcie-ep
17
+ - const : ti,j784s4-pcie-ep
17
18
- description : PCIe EP controller in AM64
18
19
items :
19
20
- const : ti,am64-pcie-ep
@@ -86,6 +87,17 @@ allOf:
86
87
minimum : 1
87
88
maximum : 2
88
89
90
+ - if :
91
+ properties :
92
+ compatible :
93
+ enum :
94
+ - ti,j784s4-pcie-ep
95
+ then :
96
+ properties :
97
+ num-lanes :
98
+ minimum : 1
99
+ maximum : 4
100
+
89
101
required :
90
102
- compatible
91
103
- reg
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ properties:
14
14
compatible :
15
15
oneOf :
16
16
- const : ti,j721e-pcie-host
17
+ - const : ti,j784s4-pcie-host
17
18
- description : PCIe controller in AM64
18
19
items :
19
20
- const : ti,am64-pcie-host
@@ -115,6 +116,17 @@ allOf:
115
116
minimum : 1
116
117
maximum : 2
117
118
119
+ - if :
120
+ properties :
121
+ compatible :
122
+ enum :
123
+ - ti,j784s4-pcie-host
124
+ then :
125
+ properties :
126
+ num-lanes :
127
+ minimum : 1
128
+ maximum : 4
129
+
118
130
required :
119
131
- compatible
120
132
- reg
You can’t perform that action at this time.
0 commit comments