Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de96a270 authored by AnilKumar Chimata's avatar AnilKumar Chimata
Browse files

ARM: dts: msm: Add qseecom device tree data for msm8939



Add QSEECOM device tree data to dts files by adding qseecom device
node with all the necessary parameters.

Change-Id: I913e11e052545558fb49c634bfeafa6bd9ef8982
Signed-off-by: default avatarAnilKumar Chimata <anilc@codeaurora.org>
parent 04a5ef07
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -629,6 +629,31 @@
		status = "disabled";
	};

	qcom_seecom: qseecom@8e700000 {
		compatible = "qcom,qseecom";
		reg = <0x8e700000 0x300000>;
		reg-names = "secapp-region";
		qcom,disk-encrypt-pipe-pair = <2>;
		qcom,hlos-ce-hw-instance = <0>;
		qcom,qsee-ce-hw-instance = <0>;
		qcom,msm-bus,name = "qseecom-noc";
		qcom,msm-bus,num-cases = <4>;
		qcom,msm-bus,num-paths = <1>;
		qcom,support-bus-scaling;
		qcom,msm-bus,vectors-KBps =
				<55 512 0 0>,
				<55 512 0 0>,
				<55 512 120000 1200000>,
				<55 512 393600 3936000>;
		clocks = <&clock_gcc clk_crypto_clk_src>,
			 <&clock_gcc clk_gcc_crypto_clk>,
			 <&clock_gcc clk_gcc_crypto_ahb_clk>,
			 <&clock_gcc clk_gcc_crypto_axi_clk>;
		clock-names = "core_clk_src", "core_clk",
				"iface_clk", "bus_clk";
		status = "disabled";
	};

	usb_otg: usb@78d9000 {
		compatible = "qcom,hsusb-otg";