dts: arm: ti: j722s_mcu_r5: Add mailbox node

Add TI OMAP interprocessor mailbox node for J722s MCU 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-10-23 13:58:06 -05:00 committed by Benjamin Cabé
commit e1d7641d36

View file

@ -58,4 +58,14 @@
interrupt-parent = <&vim>;
status = "disabled";
};
mbox1: mailbox@29010000 {
compatible = "ti,omap-mailbox";
reg = <0x29010000 0x200>;
interrupts = <0 241 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
interrupt-parent = <&vim>;
usr-id = <2>;
#mbox-cells = <1>;
status = "okay";
};
};