ARM: dts: qcom: Add scm, syscon,shmbridge support in Kera

Add a node for scm device and sysmon, shmbridge for Kera SoC.

Change-Id: Ied886250dba41209cac68cbe52498061bd6daf51
Signed-off-by: Mukesh Ojha <quic_mojha@quicinc.com>
This commit is contained in:
Mukesh Ojha
2024-07-04 12:54:27 +05:30
parent 49bf43396b
commit 9aeef947f4

View File

@@ -35,7 +35,9 @@
reserved_memory: reserved-memory {};
firmware: firmware {};
firmware: firmware {
qcom_scm: qcom_scm { };
};
aliases {};
@@ -199,6 +201,17 @@
soc: soc { };
};
&firmware {
qcom_scm {
compatible = "qcom,scm";
qcom,dload-mode = <&tcsr 0x19000>;
};
qtee_shmbridge {
compatible = "qcom,tee-shared-memory-bridge";
};
};
&soc {
#address-cells = <1>;
#size-cells = <1>;
@@ -389,6 +402,11 @@
cap-based-alloc-and-pwr-collapse;
};
tcsr: syscon@1fc0000 {
compatible = "syscon";
reg = <0x1fc0000 0x30000>;
};
eud: qcom,msm-eud@88e0000 {
compatible = "qcom,msm-eud";
interrupt-names = "eud_irq";