We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2639a commit 27f4cbdCopy full SHA for 27f4cbd
boards/beagle/beaglebone_ai64/beaglebone_ai64_j721e_main_r5f0_0.dts
@@ -20,6 +20,8 @@
20
zephyr,sram = &atcm;
21
zephyr,console = &uart2;
22
zephyr,shell-uart = &uart2;
23
+ zephyr,ipc = &ipc0;
24
+ zephyr,ipc_shm = &ddr0;
25
};
26
27
cpus {
@@ -44,6 +46,12 @@
44
46
reg = <0xa2200000 DT_SIZE_M(14)>;
45
47
zephyr,memory-region = "DRAM";
48
49
+
50
+ ipc0: ipc {
51
+ compatible = "zephyr,mbox-ipm";
52
+ mboxes = <&mbox1 0>, <&mbox1 1>;
53
+ mbox-names = "tx", "rx";
54
+ };
55
56
57
&i2c6 {
0 commit comments