Skip to content

Commit 803dc90

Browse files
glneokartben
authored andcommitted
boards: ti: sk_am62: Add IPC mailbox support
Add IPC mailbox chosen property. The mailbox channels used are as expected by Linux. Signed-off-by: Andrew Davis <[email protected]>
1 parent 397bb3c commit 803dc90

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

boards/ti/sk_am62/sk_am62_am6234_m4.dts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
zephyr,sram = &sram0;
1717
zephyr,console = &uart0;
1818
zephyr,shell-uart = &uart0;
19+
zephyr,ipc = &ipc0;
1920
zephyr,ipc_shm = &ddr0;
2021
zephyr,sram1 = &ddr1;
2122
};
@@ -43,6 +44,12 @@
4344
reg = <0x9cc01000 (DT_SIZE_M(14) - DT_SIZE_K(4))>;
4445
zephyr,memory-region = "DDR";
4546
};
47+
48+
ipc0: ipc {
49+
compatible = "zephyr,mbox-ipm";
50+
mboxes = <&mbox0 0>, <&mbox0 1>;
51+
mbox-names = "tx", "rx";
52+
};
4653
};
4754

4855
&pinctrl {

0 commit comments

Comments
 (0)