Skip to content

Commit 184cb65

Browse files
mlehtimaandersson
authored andcommitted
ARM: dts: qcom: msm8226: Add smsm node
Add smsm node for remoteproc cores. Reviewed-by: Stephan Gerhold <[email protected]> Signed-off-by: Matti Lehtimäki <[email protected]> Co-developed-by: Luca Weiss <[email protected]> Signed-off-by: Luca Weiss <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 300edf7 commit 184cb65

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

arch/arm/boot/dts/qcom/qcom-msm8226.dtsi

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,40 @@
253253
};
254254
};
255255

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+
256290
soc: soc {
257291
compatible = "simple-bus";
258292
#address-cells = <1>;

0 commit comments

Comments
 (0)