Skip to content

Commit b09f2b8

Browse files
danieldegrassecarlescufi
authored andcommitted
boards: mimxrt1160_evk: enable messaging unit
Enable messaging unit support for RT1160 EVK Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 6688fa2 commit b09f2b8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

boards/arm/mimxrt1160_evk/mimxrt1160_evk_cm4.dts

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

3132

@@ -56,3 +57,7 @@
5657
&edma_lpsr0 {
5758
status = "okay";
5859
};
60+
61+
&mailbox_b {
62+
status = "okay";
63+
};

boards/arm/mimxrt1160_evk/mimxrt1160_evk_cm7.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
zephyr,flash = &is25wp128;
2525
zephyr,code-partition = &slot0_partition;
2626
zephyr,cpu1-region = &ocram;
27+
zephyr,ipc = &mailbox_a;
2728
};
2829

2930
sdram0: memory@80000000 {
@@ -90,3 +91,7 @@
9091
zephyr_udc0: &usb1 {
9192
status = "okay";
9293
};
94+
95+
&mailbox_a {
96+
status = "okay";
97+
};

0 commit comments

Comments
 (0)