Skip to content

Commit b73ff5a

Browse files
glneokartben
authored andcommitted
boards: beagley_ai_j722s_mcu_r5f0_0: Add IPC support
Add IPC memory and mailbox chosen properties. The mailbox channels used are as expected by Linux. Signed-off-by: Andrew Davis <afd@ti.com>
1 parent b3e29bd commit b73ff5a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

boards/beagle/beagley_ai/beagley_ai_j722s_mcu_r5f0_0.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
zephyr,sram = &atcm;
2020
zephyr,console = &uart1;
2121
zephyr,shell-uart = &uart1;
22+
zephyr,ipc = &ipc0;
23+
zephyr,ipc_shm = &ddr0;
2224
};
2325

2426
cpus {
@@ -43,6 +45,12 @@
4345
reg = <0xa1200000 DT_SIZE_M(14)>;
4446
zephyr,memory-region = "DRAM";
4547
};
48+
49+
ipc0: ipc {
50+
compatible = "zephyr,mbox-ipm";
51+
mboxes = <&mbox1 0>, <&mbox1 1>;
52+
mbox-names = "tx", "rx";
53+
};
4654
};
4755

4856
&uart1 {

0 commit comments

Comments
 (0)