boards: mimxrt1170_evk: enable messaging unit

Enable messaging unit support for RT1170 EVK

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2022-11-15 15:29:02 -06:00 committed by Carles Cufí
commit b80b35f196
2 changed files with 10 additions and 0 deletions

View file

@ -27,6 +27,7 @@
zephyr,flash-controller = &is25wp128; zephyr,flash-controller = &is25wp128;
zephyr,flash = &is25wp128; zephyr,flash = &is25wp128;
nxp,m4-partition = &slot1_partition; nxp,m4-partition = &slot1_partition;
zephyr,ipc = &mailbox_b;
}; };
sdram0: memory@80000000 { sdram0: memory@80000000 {
@ -60,3 +61,7 @@
&edma_lpsr0 { &edma_lpsr0 {
status = "okay"; status = "okay";
}; };
&mailbox_b {
status = "okay";
};

View file

@ -31,6 +31,7 @@
zephyr,display = &lcdif; zephyr,display = &lcdif;
zephyr,keyboard-scan = &touch_controller; zephyr,keyboard-scan = &touch_controller;
zephyr,cpu1-region = &ocram; zephyr,cpu1-region = &ocram;
zephyr,ipc = &mailbox_a;
}; };
sdram0: memory@80000000 { sdram0: memory@80000000 {
@ -161,3 +162,7 @@
zephyr_udc0: &usb1 { zephyr_udc0: &usb1 {
status = "okay"; status = "okay";
}; };
&mailbox_a {
status = "okay";
};