ARM: dts: msm: Add qseecom node for sdxprairie

Add qseecom driver node to enable the qseecom
driver to communicate with trustzone.

Change-Id: If19785d5fc543957f5dbaaba01867a5f0bb377b7
Signed-off-by: Anmolpreet Kaur <anmolpre@codeaurora.org>
tirimbino
Anmolpreet Kaur 6 years ago committed by Gerrit - the friendly Code Review server
parent 4ed824c957
commit 4cc91b8184
  1. 27
      arch/arm64/boot/dts/qcom/sdxprairie.dtsi

@ -36,6 +36,13 @@
label = "tz_mem";
};
qseecom_tz_apps_mem: qseecom_tz_apps_region@0x90000000 {
compatible = "removed-dma-pool";
no-map;
reg = <0x90000000 0xc00000>;
label = "qseecom_tz_apps_mem";
};
smem_region: smem_region@8fe40000 {
no-map;
reg = <0x8fe40000 0xc0000>;
@ -626,6 +633,26 @@
qcom,no-clock-support;
};
qcom_seecom: qseecom@90000000{
compatible = "qcom,qseecom";
reg = <0x90000000 0xc00000>;
reg-names = "secapp-region";
memory-region = <&qseecom_mem>;
qcom,hlos-num-ce-hw-instances = <1>;
qcom,hlos-ce-hw-instance = <0>;
qcom,qsee-ce-hw-instance = <0>;
qcom,no-clock-support;
qcom,msm-bus,name = "qseecom-noc";
qcom,msm-bus,num-cases = <4>;
qcom,msm-bus,num-paths = <1>;
qcom,msm-bus,vectors-KBps =
<125 512 0 0>,
<125 512 20000 40000>,
<125 512 30000 80000>,
<125 512 40000 100000>;
qcom,qsee-reentrancy-support = <2>;
};
qnand_1: nand@1b00000 {
compatible = "qcom,msm-nand";
reg = <0x01b00000 0x1000>,

Loading…
Cancel
Save