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

Commit 1cbfc161 authored by Chris Lew's avatar Chris Lew Committed by Adam Bickett
Browse files

ARM: dts: msm: Add QMP device for sdmshrike



QMP is a lightweight mailbox driver that supports single packet in
flight communication. Add a QMP device to send messages to AOP.

Change-Id: If0ee2388f127876a8325c0f325b2858652c17cd3
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent 7dc43377
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -439,6 +439,20 @@
		};
	};

	qmp_aop: qcom,qmp-aop@c300000 {
		compatible = "qcom,qmp-mbox";
		reg = <0xc300000 0x1000>, <0x17c0000C 0x4>;
		reg-names = "msgram", "irq-reg-base";
		qcom,irq-mask = <0x1>;
		interrupts = <GIC_SPI 389 IRQ_TYPE_EDGE_RISING>;

		label = "aop";
		qcom,early-boot;
		priority = <0>;
		mbox-desc-offset = <0x0>;
		#mbox-cells = <1>;
	};

	cmd_db: qcom,cmd-db@c3f000c {
		compatible = "qcom,cmd-db";
		reg = <0xc3f000c 8>;