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

Commit 39305595 authored by Chris Lew's avatar Chris Lew Committed by Gerrit - the friendly Code Review server
Browse files

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



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

Change-Id: I3aa68426b445a204e5f36a4cfac32df6b6bde2f4
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent 0f105b40
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1417,6 +1417,18 @@
		qcom,rx-ring-size = <0x400>;
	};

	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>;
	};

	apps_rsc: mailbox@179e0000 {
		compatible = "qcom,tcs-drv";
		reg = <0x179e0000 0x100>, <0x179e0d00 0x3000>;