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 be5296e commit b80b35fCopy full SHA for b80b35f
boards/arm/mimxrt1170_evk/mimxrt1170_evk_cm4.dts
@@ -27,6 +27,7 @@
27
zephyr,flash-controller = &is25wp128;
28
zephyr,flash = &is25wp128;
29
nxp,m4-partition = &slot1_partition;
30
+ zephyr,ipc = &mailbox_b;
31
};
32
33
sdram0: memory@80000000 {
@@ -60,3 +61,7 @@
60
61
&edma_lpsr0 {
62
status = "okay";
63
64
+
65
+&mailbox_b {
66
+ status = "okay";
67
+};
boards/arm/mimxrt1170_evk/mimxrt1170_evk_cm7.dts
@@ -31,6 +31,7 @@
zephyr,display = &lcdif;
zephyr,keyboard-scan = &touch_controller;
zephyr,cpu1-region = &ocram;
34
+ zephyr,ipc = &mailbox_a;
35
36
37
@@ -161,3 +162,7 @@
161
162
zephyr_udc0: &usb1 {
163
164
165
166
+&mailbox_a {
167
168
0 commit comments