Merge "ARM: dts: qcom: Add scm, syscon,shmbridge support in Kera"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
22f2df78be
@@ -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,24 @@
|
||||
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";
|
||||
interrupt-parent = <&pdc>;
|
||||
interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;
|
||||
reg = <0x88e0000 0x2000>,
|
||||
<0x88e2000 0x1000>;
|
||||
reg-names = "eud_base", "eud_mode_mgr2";
|
||||
qcom,secure-eud-en;
|
||||
qcom,eud-utmi-delay = /bits/ 16 <255>;
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
clocks {
|
||||
xo_board: xo_board {
|
||||
compatible = "fixed-clock";
|
||||
|
Reference in New Issue
Block a user