ARM: dts: msm: Add smem nodes for tuna
Add smem nodes for tuna SoC. Change-Id: If87321e31c1ddddef4370657029dc82e0778a021 Signed-off-by: Pranav Mahesh Phansalkar <quic_pphansal@quicinc.com>
This commit is contained in:
committed by
Pranav Phansalkar
parent
76608bb859
commit
263d3731ee
@@ -66,8 +66,10 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
smem_mem: smem_region@81d00000 {
|
smem_mem: smem_region@81d00000 {
|
||||||
no-map;
|
compatible = "qcom,smem";
|
||||||
reg = <0x0 0x81d00000 0x0 0x200000>;
|
reg = <0x0 0x81d00000 0x0 0x200000>;
|
||||||
|
hwlocks = <&tcsr_mutex 3>;
|
||||||
|
no-map;
|
||||||
};
|
};
|
||||||
|
|
||||||
pdp_ns_shared_mem: pdp_ns_shared_region@81f00000 {
|
pdp_ns_shared_mem: pdp_ns_shared_region@81f00000 {
|
||||||
|
@@ -473,6 +473,17 @@
|
|||||||
wakeup-parent = <&pdc>;
|
wakeup-parent = <&pdc>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tcsr_mutex_block: syscon@1f40000 {
|
||||||
|
compatible = "syscon";
|
||||||
|
reg = <0x1f40000 0x20000>;
|
||||||
|
};
|
||||||
|
|
||||||
|
tcsr_mutex: hwlock {
|
||||||
|
compatible = "qcom,tcsr-mutex";
|
||||||
|
syscon = <&tcsr_mutex_block 0 0x1000>;
|
||||||
|
#hwlock-cells = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
ipcc_mproc: qcom,ipcc@406000 {
|
ipcc_mproc: qcom,ipcc@406000 {
|
||||||
compatible = "qcom,ipcc";
|
compatible = "qcom,ipcc";
|
||||||
reg = <0x406000 0x1000>;
|
reg = <0x406000 0x1000>;
|
||||||
|
Reference in New Issue
Block a user