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

Commit 43914a35 authored by Suman Anna's avatar Suman Anna Committed by Tony Lindgren
Browse files

ARM: dts: dra72-evm: Enable the system mailboxes 5 and 6



Enable the System Mailboxes 5 and 6 and the corresponding
child sub-mailbox (IPC 3.x) nodes for the DRA72 EVM board.
This is needed to enable communication with the respective
remote processors IPU1, IPU2, and DSP1 from the MPU.

Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 2bee8679
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -833,3 +833,20 @@
		1 2 0 0
	>;
};

&mailbox5 {
	status = "okay";
	mbox_ipu1_ipc3x: mbox_ipu1_ipc3x {
		status = "okay";
	};
	mbox_dsp1_ipc3x: mbox_dsp1_ipc3x {
		status = "okay";
	};
};

&mailbox6 {
	status = "okay";
	mbox_ipu2_ipc3x: mbox_ipu2_ipc3x {
		status = "okay";
	};
};