dts: arm: ti: j721e_main_r5: Add mailbox node
Add TI OMAP interprocessor mailbox node for J721e 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:
parent
16b9f60432
commit
a26e8ed6ae
1 changed files with 11 additions and 0 deletions
|
@ -152,6 +152,17 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
mbox1: mailbox@31f81000 {
|
||||
compatible = "ti,omap-mailbox";
|
||||
reg = <0x31f81000 0x200>;
|
||||
/* TODO: Use interrupt router to map this */
|
||||
interrupts = <0 256 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
|
||||
interrupt-parent = <&vim>;
|
||||
usr-id = <2>;
|
||||
#mbox-cells = <1>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
systick_timer: timer@24c0000 {
|
||||
compatible = "ti,am654-timer";
|
||||
reg = <0x24c0000 0x70>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue