Skip to content

Commit b80b35f

Browse files
danieldegrassecarlescufi
authored andcommitted
boards: mimxrt1170_evk: enable messaging unit
Enable messaging unit support for RT1170 EVK Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent be5296e commit b80b35f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

boards/arm/mimxrt1170_evk/mimxrt1170_evk_cm4.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
zephyr,flash-controller = &is25wp128;
2828
zephyr,flash = &is25wp128;
2929
nxp,m4-partition = &slot1_partition;
30+
zephyr,ipc = &mailbox_b;
3031
};
3132

3233
sdram0: memory@80000000 {
@@ -60,3 +61,7 @@
6061
&edma_lpsr0 {
6162
status = "okay";
6263
};
64+
65+
&mailbox_b {
66+
status = "okay";
67+
};

boards/arm/mimxrt1170_evk/mimxrt1170_evk_cm7.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
zephyr,display = &lcdif;
3232
zephyr,keyboard-scan = &touch_controller;
3333
zephyr,cpu1-region = &ocram;
34+
zephyr,ipc = &mailbox_a;
3435
};
3536

3637
sdram0: memory@80000000 {
@@ -161,3 +162,7 @@
161162
zephyr_udc0: &usb1 {
162163
status = "okay";
163164
};
165+
166+
&mailbox_a {
167+
status = "okay";
168+
};

0 commit comments

Comments
 (0)