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:
parent
a26e8ed6ae
commit
675a207d00
1 changed files with 10 additions and 0 deletions
|
@ -58,4 +58,14 @@
|
||||||
interrupt-parent = <&vim>;
|
interrupt-parent = <&vim>;
|
||||||
status = "disabled";
|
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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue