Skip to content

Commit a26e8ed

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

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

dts/arm/ti/j721e_main_r5.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,17 @@
152152
status = "disabled";
153153
};
154154

155+
mbox1: mailbox@31f81000 {
156+
compatible = "ti,omap-mailbox";
157+
reg = <0x31f81000 0x200>;
158+
/* TODO: Use interrupt router to map this */
159+
interrupts = <0 256 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
160+
interrupt-parent = <&vim>;
161+
usr-id = <2>;
162+
#mbox-cells = <1>;
163+
status = "okay";
164+
};
165+
155166
systick_timer: timer@24c0000 {
156167
compatible = "ti,am654-timer";
157168
reg = <0x24c0000 0x70>;

0 commit comments

Comments
 (0)