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 6688fa2 commit b09f2b8Copy full SHA for b09f2b8
boards/arm/mimxrt1160_evk/mimxrt1160_evk_cm4.dts
@@ -26,6 +26,7 @@
26
zephyr,flash-controller = &is25wp128;
27
zephyr,flash = &is25wp128;
28
nxp,m4-partition = &slot1_partition;
29
+ zephyr,ipc = &mailbox_b;
30
};
31
32
@@ -56,3 +57,7 @@
56
57
&edma_lpsr0 {
58
status = "okay";
59
60
+
61
+&mailbox_b {
62
+ status = "okay";
63
+};
boards/arm/mimxrt1160_evk/mimxrt1160_evk_cm7.dts
@@ -24,6 +24,7 @@
24
25
zephyr,code-partition = &slot0_partition;
zephyr,cpu1-region = &ocram;
+ zephyr,ipc = &mailbox_a;
sdram0: memory@80000000 {
@@ -90,3 +91,7 @@
90
91
zephyr_udc0: &usb1 {
92
93
94
95
+&mailbox_a {
96
97
0 commit comments