Skip to content

Commit 675a207

Browse files
glneokartben
authored andcommitted
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>
1 parent a26e8ed commit 675a207

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dts/arm/ti/j722s_main_r5.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,14 @@
5858
interrupt-parent = <&vim>;
5959
status = "disabled";
6060
};
61+
62+
mbox3: mailbox@29030000 {
63+
compatible = "ti,omap-mailbox";
64+
reg = <0x29030000 0x200>;
65+
interrupts = <0 116 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
66+
interrupt-parent = <&vim>;
67+
usr-id = <3>;
68+
#mbox-cells = <1>;
69+
status = "okay";
70+
};
6171
};

0 commit comments

Comments
 (0)