ARM: dts: msm: Add qcom_scm node for tuna
Add qcom_scm node for tuna. Change-Id: Ic9e54e2d809ae70d24c903843919d91b996905c4 Signed-off-by: Shivendra Pratap <quic_spratap@quicinc.com>
This commit is contained in:
committed by
Vishvanath Singh
parent
2e80498372
commit
c48c4da198
@@ -36,7 +36,12 @@
|
||||
|
||||
reserved_memory: reserved-memory {};
|
||||
|
||||
firmware: firmware {};
|
||||
firmware: firmware {
|
||||
qcom_scm: qcom_scm {
|
||||
compatible = "qcom,scm";
|
||||
qcom,dload-mode = <&tcsr 0x19000>;
|
||||
};
|
||||
};
|
||||
|
||||
aliases {
|
||||
serial0 = &qupv3_se7_2uart;
|
||||
@@ -647,6 +652,11 @@
|
||||
#reset-cells = <1>;
|
||||
};
|
||||
|
||||
tcsr: syscon@1fc0000 {
|
||||
compatible = "syscon";
|
||||
reg = <0x1fc0000 0x30000>;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
#include "tuna-gdsc.dtsi"
|
||||
|
Reference in New Issue
Block a user