File tree Expand file tree Collapse file tree 1 file changed +36
-3
lines changed
Documentation/devicetree/bindings/pci Expand file tree Collapse file tree 1 file changed +36
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ maintainers:
11
11
12
12
properties :
13
13
compatible :
14
- const : qcom,sdx55-pcie-ep
14
+ enum :
15
+ - qcom,sdx55-pcie-ep
16
+ - qcom,sm8450-pcie-ep
15
17
16
18
reg :
17
19
items :
@@ -32,10 +34,12 @@ properties:
32
34
- const : mmio
33
35
34
36
clocks :
35
- maxItems : 7
37
+ minItems : 7
38
+ maxItems : 8
36
39
37
40
clock-names :
38
- maxItems : 7
41
+ minItems : 7
42
+ maxItems : 8
39
43
40
44
qcom,perst-regs :
41
45
description : Reference to a syscon representing TCSR followed by the two
@@ -124,6 +128,35 @@ allOf:
124
128
- const : sleep
125
129
- const : ref
126
130
131
+ - if :
132
+ properties :
133
+ compatible :
134
+ contains :
135
+ enum :
136
+ - qcom,sm8450-pcie-ep
137
+ then :
138
+ properties :
139
+ clocks :
140
+ items :
141
+ - description : PCIe Auxiliary clock
142
+ - description : PCIe CFG AHB clock
143
+ - description : PCIe Master AXI clock
144
+ - description : PCIe Slave AXI clock
145
+ - description : PCIe Slave Q2A AXI clock
146
+ - description : PCIe Reference clock
147
+ - description : PCIe DDRSS SF TBU clock
148
+ - description : PCIe AGGRE NOC AXI clock
149
+ clock-names :
150
+ items :
151
+ - const : aux
152
+ - const : cfg
153
+ - const : bus_master
154
+ - const : bus_slave
155
+ - const : slave_q2a
156
+ - const : ref
157
+ - const : ddrss_sf_tbu
158
+ - const : aggre_noc_axi
159
+
127
160
unevaluatedProperties : false
128
161
129
162
examples :
You can’t perform that action at this time.
0 commit comments