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

Commit a19ecb47 authored by katamoni sai abhilash's avatar katamoni sai abhilash Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add qseecom node for sa8155 gvm

Enable qseecom mode for SA8155 GVM platform.

Change-Id: I9daea7199b5cf43dd6299dde0fa4364fc86c0982
parent fb44e3f8
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -257,6 +257,24 @@
		qcom,glb-db-receivers = <&hgsl_tcsr_receiver0
					&hgsl_tcsr_receiver1>;
	};

	qtee_shmbridge {
		compatible = "qcom,tee-shared-memory-bridge";
	};

	qcom_qseecom: qseecom@87900000 {
		compatible = "qcom,qseecom";
		reg = <0x87900000 0x2200000>;
		reg-names = "secapp-region";
		memory-region = <&qseecom_mem>;
		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,no-clock-support;
		qcom,qsee-reentrancy-support = <2>;
	};

};

&regulator {
@@ -345,6 +363,12 @@
	};
};

&firmware {
	scm {
		compatible = "qcom,scm";
	};
};

#include "sm8150-pinctrl.dtsi"
#include "sm8150-slpi-pinctrl.dtsi"
#include "sa8155-vm-usb.dtsi"