Merge "ARM: dts: msm: Add qseecom device node for msmfalcon"

This commit is contained in:
Linux Build Service Account 2016-11-30 16:28:03 -08:00 committed by Gerrit - the friendly Code Review server
commit a27b2f1789

View file

@ -1253,6 +1253,34 @@
qcom,irq-is-percpu;
interrupts = <1 6 4>;
};
qcom_seecom: qseecom@86d00000 {
compatible = "qcom,qseecom";
reg = <0x86d00000 0x2200000>;
reg-names = "secapp-region";
qcom,hlos-num-ce-hw-instances = <1>;
qcom,hlos-ce-hw-instance = <0>;
qcom,qsee-ce-hw-instance = <0>;
qcom,disk-encrypt-pipe-pair = <2>;
qcom,support-fde;
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 =
<55 512 0 0>,
<55 512 200000 400000>,
<55 512 300000 800000>,
<55 512 400000 1000000>;
clock-names = "core_clk_src", "core_clk",
"iface_clk", "bus_clk";
clocks = <&clock_gcc QSEECOM_CE1_CLK>,
<&clock_gcc QSEECOM_CE1_CLK>,
<&clock_gcc QSEECOM_CE1_CLK>,
<&clock_gcc QSEECOM_CE1_CLK>;
qcom,ce-opp-freq = <171430000>;
qcom,qsee-reentrancy-support = <2>;
};
};
#include "msmfalcon-ion.dtsi"