Skip to content

Commit 40e5f73

Browse files
DerekSnellkartben
authored andcommitted
boards: nxp: mimxrt1160_evk: improve zephyr,flash location for M4
- Fixes issue where zephyr,flash in ocram node overlaps with physical SRAM sram1 used for zephyr,sram. - Moves default zephyr,flash from external flash to M4 ITCM to improve performance. - Updates overlays that moved zephyr,flash to ocram now use default Signed-off-by: Derek Snell <[email protected]>
1 parent ddc58c0 commit 40e5f73

File tree

6 files changed

+1
-6
lines changed

6 files changed

+1
-6
lines changed

boards/nxp/mimxrt1160_evk/mimxrt1160_evk_mimxrt1166_cm4.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
zephyr,console = &lpuart1;
2525
zephyr,shell-uart = &lpuart1;
2626
zephyr,flash-controller = &is25wp128;
27-
zephyr,flash = &is25wp128;
27+
zephyr,flash = &ocram_m4_itcm;
2828
nxp,m4-partition = &slot1_partition;
2929
zephyr,ipc = &mailbox_b;
3030
};

samples/drivers/mbox/remote/boards/mimxrt1160_evk_mimxrt1166_cm4.overlay

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
/ {
88
chosen {
9-
zephyr,flash = &ocram;
109
zephyr,console = &lpuart1;
1110
zephyr,shell-uart = &lpuart1;
1211

samples/drivers/mbox_data/remote/boards/mimxrt1160_evk_mimxrt1166_cm4.overlay

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
/ {
88
chosen {
9-
zephyr,flash = &ocram;
109
zephyr,console = &lpuart2;
1110
zephyr,shell-uart = &lpuart2;
1211

samples/subsys/ipc/ipc_service/static_vrings/remote/boards/mimxrt1160_evk_mimxrt1166_cm4.overlay

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
/ {
1111
chosen {
12-
zephyr,flash = &ocram;
1312
zephyr,console = &lpuart2;
1413
zephyr,shell-uart = &lpuart2;
1514

samples/subsys/ipc/openamp/remote/boards/mimxrt1160_evk_mimxrt1166_cm4.overlay

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
/ {
1010
/* Switch to lpuart2, since primary core uses lpuart1 */
1111
chosen {
12-
zephyr,flash = &ocram;
1312
zephyr,console = &lpuart2;
1413
zephyr,shell-uart = &lpuart2;
1514
zephyr,ipc_shm = &ocram2_overlay;

tests/drivers/mbox/mbox_data/remote/boards/mimxrt1160_evk_mimxrt1166_cm4.overlay

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
/ {
88
chosen {
9-
zephyr,flash = &ocram;
109
zephyr,console = &lpuart2;
1110
zephyr,shell-uart = &lpuart2;
1211

0 commit comments

Comments
 (0)