@@ -15,6 +15,7 @@ on the Qualcomm Hexagon core.
15
15
"qcom,msm8996-mss-pil"
16
16
"qcom,msm8998-mss-pil"
17
17
"qcom,sc7180-mss-pil"
18
+ "qcom,sc7280-mss-pil"
18
19
"qcom,sdm845-mss-pil"
19
20
20
21
- reg:
@@ -47,6 +48,7 @@ on the Qualcomm Hexagon core.
47
48
qcom,msm8996-mss-pil:
48
49
qcom,msm8998-mss-pil:
49
50
qcom,sc7180-mss-pil:
51
+ qcom,sc7280-mss-pil:
50
52
qcom,sdm845-mss-pil:
51
53
must be "wdog", "fatal", "ready", "handover", "stop-ack",
52
54
"shutdown-ack"
@@ -87,6 +89,8 @@ on the Qualcomm Hexagon core.
87
89
qcom,sc7180-mss-pil:
88
90
must be "iface", "bus", "xo", "snoc_axi", "mnoc_axi",
89
91
"nav"
92
+ qcom,sc7280-mss-pil:
93
+ must be "iface", "xo", "snoc_axi", "offline", "pka"
90
94
qcom,sdm845-mss-pil:
91
95
must be "iface", "bus", "mem", "xo", "gpll0_mss",
92
96
"snoc_axi", "mnoc_axi", "prng"
@@ -98,7 +102,7 @@ on the Qualcomm Hexagon core.
98
102
reference to the list of 3 reset-controllers for the
99
103
wcss sub-system
100
104
reference to the list of 2 reset-controllers for the modem
101
- sub-system on SC7180, SDM845 SoCs
105
+ sub-system on SC7180, SC7280, SDM845 SoCs
102
106
103
107
- reset-names:
104
108
Usage: required
@@ -107,7 +111,7 @@ on the Qualcomm Hexagon core.
107
111
must be "wcss_aon_reset", "wcss_reset", "wcss_q6_reset"
108
112
for the wcss sub-system
109
113
must be "mss_restart", "pdc_reset" for the modem
110
- sub-system on SC7180, SDM845 SoCs
114
+ sub-system on SC7180, SC7280, SDM845 SoCs
111
115
112
116
For devices where the mba and mpss sub-nodes are not specified, mba/mpss region
113
117
should be referenced as follows:
@@ -173,6 +177,9 @@ For the compatible string below the following supplies are required:
173
177
qcom,msm8998-mss-pil:
174
178
must be "cx", "mx"
175
179
qcom,sc7180-mss-pil:
180
+ must be "cx", "mx", "mss"
181
+ qcom,sc7280-mss-pil:
182
+ must be "cx", "mss"
176
183
qcom,sdm845-mss-pil:
177
184
must be "cx", "mx", "mss"
178
185
@@ -198,6 +205,9 @@ For the compatible string below the following supplies are required:
198
205
Definition: a phandle reference to a syscon representing TCSR followed
199
206
by the three offsets within syscon for q6, modem and nc
200
207
halt registers.
208
+ a phandle reference to a syscon representing TCSR followed
209
+ by the four offsets within syscon for q6, modem, nc and vq6
210
+ halt registers on SC7280 SoCs.
201
211
202
212
For the compatible strings below the following phandle references are required:
203
213
"qcom,sc7180-mss-pil"
@@ -208,6 +218,24 @@ For the compatible strings below the following phandle references are required:
208
218
by the offset within syscon for conn_box_spare0 register
209
219
used by the modem sub-system running on SC7180 SoC.
210
220
221
+ For the compatible strings below the following phandle references are required:
222
+ "qcom,sc7280-mss-pil"
223
+ - qcom,ext-regs:
224
+ Usage: required
225
+ Value type: <prop-encoded-array>
226
+ Definition: two phandle references to syscons representing TCSR_REG and
227
+ TCSR register space followed by the two offsets within the syscon
228
+ to force_clk_en/rscc_disable and axim1_clk_off/crypto_clk_off
229
+ registers respectively.
230
+
231
+ - qcom,qaccept-regs:
232
+ Usage: required
233
+ Value type: <prop-encoded-array>
234
+ Definition: a phandle reference to a syscon representing TCSR followed
235
+ by the three offsets within syscon for mdm, cx and axi
236
+ qaccept registers used by the modem sub-system running on
237
+ SC7280 SoC.
238
+
211
239
The Hexagon node must contain iommus property as described in ../iommu/iommu.txt
212
240
on platforms which do not have TrustZone.
213
241
0 commit comments