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:
parent
be5296e307
commit
b80b35f196
2 changed files with 10 additions and 0 deletions
|
@ -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";
|
||||||
|
};
|
||||||
|
|
|
@ -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";
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue