Skip to content

Commit 27f4cbd

Browse files
glneokartben
authored andcommitted
boards: beaglebone_ai64: 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 3a2639a commit 27f4cbd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

boards/beagle/beaglebone_ai64/beaglebone_ai64_j721e_main_r5f0_0.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
zephyr,sram = &atcm;
2121
zephyr,console = &uart2;
2222
zephyr,shell-uart = &uart2;
23+
zephyr,ipc = &ipc0;
24+
zephyr,ipc_shm = &ddr0;
2325
};
2426

2527
cpus {
@@ -44,6 +46,12 @@
4446
reg = <0xa2200000 DT_SIZE_M(14)>;
4547
zephyr,memory-region = "DRAM";
4648
};
49+
50+
ipc0: ipc {
51+
compatible = "zephyr,mbox-ipm";
52+
mboxes = <&mbox1 0>, <&mbox1 1>;
53+
mbox-names = "tx", "rx";
54+
};
4755
};
4856

4957
&i2c6 {

0 commit comments

Comments
 (0)