ARM: dts: msm: Add smem and syscon support for SM6150

Added smem, syscon and dependent nodes for SM6150.

Change-Id: Icb9485e46c8720919310bc0e2560bd51b23f5dec
Signed-off-by: Asit Shah <quic_asitshah@quicinc.com>
This commit is contained in:
Asit Shah
2025-03-05 20:27:45 +05:30
parent b5604a5ff7
commit 2072106de1

View File

@@ -587,6 +587,28 @@
#interrupt-cells = <2>; #interrupt-cells = <2>;
wakeup-parent = <&pdc>; wakeup-parent = <&pdc>;
}; };
apcs: syscon@17c0000c {
compatible = "syscon";
reg = <0x17c0000c 0x4>;
};
tcsr_mutex_block: syscon@1f40000 {
compatible = "syscon";
reg = <0x1f40000 0x20000>;
};
tcsr_mutex: hwlock@1f40000 {
compatible = "qcom,tcsr-mutex";
syscon = <&tcsr_mutex_block 0 0x1000>;
#hwlock-cells = <1>;
};
smem: qcom,smem@8600000 {
compatible = "qcom,smem";
memory-region = <&smem_region>;
hwlocks = <&tcsr_mutex 3>;
};
}; };
#include "sm6150-regulator.dtsi" #include "sm6150-regulator.dtsi"