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

Commit a7828f79 authored by Hariprasad Dhalinarasimha's avatar Hariprasad Dhalinarasimha Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add qseecom device for msmsamarium



Add device tree entries for the qseecom driver.

Change-Id: Id8e1f5e469b89a9e2fb7b9219be6acd049110259
Signed-off-by: default avatarHariprasad Dhalinarasimha <hnamgund@codeaurora.org>
parent bc9f9f88
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -1834,6 +1834,22 @@
		qcom,ib = <32505856>;
	};

	qseecom: qcom,qseecom@7b00000 {
		compatible = "qcom,qseecom";
		reg = <0x7b00000 0x500000>;
		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,msm-bus,vectors-KBps =
				<55 512 0 0>,
				<55 512 3936000 393600>,
				<55 512 3936000 393600>,
				<55 512 3936000 393600>;
	};
};

&gdsc_venus {