dts: arm: ti: j722s_main_r5: Add mailbox node

Add TI OMAP interprocessor mailbox node for J722s MAIN R5,
the user ID assignment is as per the corresponding mailbox
interrupt assignment for the core.

Signed-off-by: Andrew Davis <afd@ti.com>
This commit is contained in:
Andrew Davis 2024-06-03 10:57:20 -05:00 committed by Benjamin Cabé
commit 675a207d00

View file

@ -58,4 +58,14 @@
interrupt-parent = <&vim>;
status = "disabled";
};
mbox3: mailbox@29030000 {
compatible = "ti,omap-mailbox";
reg = <0x29030000 0x200>;
interrupts = <0 116 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
interrupt-parent = <&vim>;
usr-id = <3>;
#mbox-cells = <1>;
status = "okay";
};
};