ARM: dts: msm: Add scm nodes to sdxkova SoC
Add scm driver nodes for sdxkova SoC. Change-Id: I7bdf4d7e6a7c81fab3055d543877e7380ea50585 Signed-off-by: Khaja Hussain Shaik Khaji <quic_kshaikkh@quicinc.com>
This commit is contained in:
@@ -126,6 +126,8 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
firmware: firmware { };
|
||||||
|
|
||||||
aliases: aliases {
|
aliases: aliases {
|
||||||
serial0 = &uart1;
|
serial0 = &uart1;
|
||||||
};
|
};
|
||||||
@@ -174,6 +176,16 @@
|
|||||||
status = "ok";
|
status = "ok";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&scm {
|
||||||
|
qcom,dload-mode = <&tcsr 0x13000>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&firmware {
|
||||||
|
qtee_shmbridge {
|
||||||
|
compatible = "qcom,tee-shared-memory-bridge";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
#include "sdxkova-regulators.dtsi"
|
#include "sdxkova-regulators.dtsi"
|
||||||
|
|
||||||
&chosen {
|
&chosen {
|
||||||
@@ -419,6 +431,11 @@
|
|||||||
#hwlock-cells = <1>;
|
#hwlock-cells = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tcsr: syscon@1fc0000 {
|
||||||
|
compatible = "syscon";
|
||||||
|
reg = <0x0 0x1fc0000 0x0 0x30000>;
|
||||||
|
};
|
||||||
|
|
||||||
qcom,smp2p-modem {
|
qcom,smp2p-modem {
|
||||||
compatible = "qcom,smp2p";
|
compatible = "qcom,smp2p";
|
||||||
qcom,smem = <435>, <428>;
|
qcom,smem = <435>, <428>;
|
||||||
|
Reference in New Issue
Block a user