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:
parent
675a207d00
commit
e1d7641d36
1 changed files with 10 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue