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

Commit 504c4dc4 authored by Haritha Avadanam's avatar Haritha Avadanam Committed by Brahmaji K
Browse files

ARM: dts: msm: Add qseecom support to mdm9650



Add qseecom node to mdm9650 dtsi to provide qseecom
support.

Change-Id: Iad8810d4ed3a701ef9a19c3d7091c0e079de6d09
Signed-off-by: default avatarHaritha Avadanam <havada@codeaurora.org>
Signed-off-by: default avatarBrahmaji K <bkomma@codeaurora.org>
parent 27501237
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -26,5 +26,11 @@
			memory-region = <&audio_mem>;
			qcom,ion-heap-type = "DMA";
		};

		qcom,ion-heap@27 { /* QSEECOM HEAP */
			reg = <27>;
			memory-region = <&qseecom_mem>;
			qcom,ion-heap-type = "DMA";
		};
	};
};
+37 −0
Original line number Diff line number Diff line
@@ -27,6 +27,13 @@
		#size-cells = <1>;
		ranges;

		peripheral1_mem: peripheral1_region@0x87800000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x87800000 0x400000>;
			label = "peripheral1_mem";
		};

		peripheral2_mem: peripheral2_region@0x87d00000 {
			compatible = "removed-dma-pool";
			no-map;
@@ -45,6 +52,13 @@
			reusable;
			size = <0x400000>;
		 };

		qseecom_mem: qseecom_region@0 {
			compatible = "shared-dma-pool";
			reusable;
			alignment = <0x400000>;
			size = <0x0400000>;
		};
	};

	aliases {
@@ -598,6 +612,29 @@
		qcom,ce-opp-freq = <171430000>;
	};

	qcom_seecom: qseecom@87800000 {
		compatible = "qcom,qseecom";
		reg = <0x87800000 0x200000>;
		reg-names = "secapp-region";
		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,msm-bus,vectors-KBps =
				<47 512 0 0>,
				<47 512 200000 400000>,
				<47 512 300000 800000>,
				<47 512 400000 1000000>;
		clocks = <&clock_gcc clk_qcedev_ce_clk>,
			 <&clock_gcc clk_qcedev_ce_clk>,
			 <&clock_gcc clk_qcedev_ce_clk>,
			 <&clock_gcc clk_qcedev_ce_clk>;
		clock-names = "core_clk", "iface_clk",
			"bus_clk","core_clk_src";
		qcom,ce-opp-freq = <100000000>;
	};

	qcom,rmnet-ipa {
		compatible = "qcom,rmnet-ipa3";
		qcom,rmnet-ipa-ssr;