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

Commit b55d6fef authored by Zhen Kong's avatar Zhen Kong
Browse files

ARM: dts: msm: add qseecom device for SDM855



Add qseecom device to enable secure communication
between HLOS and trustzone.

Change-Id: I117c01f2ad2f3071a3da7bad29a79d0317f07a55
Signed-off-by: default avatarZhen Kong <zkong@codeaurora.org>
parent 374418e2
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -1729,6 +1729,22 @@
		reg = <0xc3f000c 8>;
	};

	qcom_seecom: qseecom@87900000 {
		compatible = "qcom,qseecom";
		reg = <0x87900000 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,fde-key-size;
		qcom,appsbl-qseecom-support;
		qcom,commonlib64-loaded-by-uefi;
		qcom,qsee-reentrancy-support = <2>;
	};

	mem_dump {
		compatible = "qcom,mem-dump";
		memory-region = <&dump_mem>;