ARM: dts: qcom: Add TCSR and SCM devices for QCS610
Add tcsr node and updated scm node to include dload-mode register for qcs610. Change-Id: I99f2d7fe5cf49b71f8b5961d7232c9b851612332 Signed-off-by: Mohammed Aakib Patel <quic_maiyubpa@quicinc.com>
This commit is contained in:
committed by
Asit Shah
parent
a7e0fd6dae
commit
4ae87d217d
@@ -1628,6 +1628,11 @@
|
||||
reg = <0xc264000 0x1000>;
|
||||
};
|
||||
|
||||
tcsr: syscon@1fc0000 {
|
||||
compatible = "syscon";
|
||||
reg = <0x1fc0000 0x30000>;
|
||||
};
|
||||
|
||||
qcom,chd {
|
||||
compatible = "qcom,core-hang-detect";
|
||||
label = "core";
|
||||
@@ -2156,5 +2161,6 @@
|
||||
&firmware {
|
||||
qcom_scm {
|
||||
compatible = "qcom,scm";
|
||||
qcom,dload-mode = <&tcsr 0x13000>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user