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

Commit 5f909efc authored by Dhoat Harpal's avatar Dhoat Harpal
Browse files

ARM: dts: msm: Add QMP device for AOP on sdm670



Add new mailbox device to enable communication to AOP
with the QMP transport.

CRs-Fixed: 2059063
Change-Id: Ia08d56863b9edcd7ae656543fd401a20bf83b196
Signed-off-by: default avatarDhoat Harpal <hdhoat@codeaurora.org>
parent 22dafa99
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -698,6 +698,18 @@
		qcom,mpu-enabled;
	};

	qmp_aop: mailbox@1799000c {
		compatible = "qcom,qmp-mbox";
		label = "aop";
		reg = <0xc300000 0x100000>,
			<0x1799000c 0x4>;
		reg-names = "msgram", "irq-reg-base";
		qcom,irq-mask = <0x1>;
		interrupts = <0 389 1>;
		mbox-desc-offset = <0x0>;
		#mbox-cells = <1>;
	};

	qcom,glink-smem-native-xprt-modem@86000000 {
		compatible = "qcom,glink-smem-native-xprt";
		reg = <0x86000000 0x200000>,