File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 253
253
};
254
254
};
255
255
256
+ smsm {
257
+ compatible = "qcom,smsm";
258
+ #address-cells = <1>;
259
+ #size-cells = <0>;
260
+
261
+ mboxes = <0>, <&apcs 13>, <&apcs 9>, <&apcs 19>;
262
+
263
+ apps_smsm: apps@0 {
264
+ reg = <0>;
265
+ #qcom,smem-state-cells = <1>;
266
+ };
267
+
268
+ modem_smsm: modem@1 {
269
+ reg = <1>;
270
+ interrupts = <GIC_SPI 26 IRQ_TYPE_EDGE_RISING>;
271
+ interrupt-controller;
272
+ #interrupt-cells = <2>;
273
+ };
274
+
275
+ adsp_smsm: adsp@2 {
276
+ reg = <2>;
277
+ interrupts = <GIC_SPI 157 IRQ_TYPE_EDGE_RISING>;
278
+ interrupt-controller;
279
+ #interrupt-cells = <2>;
280
+ };
281
+
282
+ wcnss_smsm: wcnss@7 {
283
+ reg = <7>;
284
+ interrupts = <GIC_SPI 144 IRQ_TYPE_EDGE_RISING>;
285
+ interrupt-controller;
286
+ #interrupt-cells = <2>;
287
+ };
288
+ };
289
+
256
290
soc: soc {
257
291
compatible = "simple-bus";
258
292
#address-cells = <1>;
You can’t perform that action at this time.
0 commit comments