Skip to content

Commit dfabb2e

Browse files
danieldegrassedleach02
authored andcommitted
boards: mimxrt1xxx: change flash controller to correct node
flash controller on RT boards should be the flash device, rather than the flexspi, as the flash device's driver implements flash APIs. Fixes #45505 Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 4b7146b commit dfabb2e

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

boards/arm/mimxrt1020_evk/mimxrt1020_evk.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
};
2020

2121
chosen {
22-
zephyr,flash-controller = &flexspi;
22+
zephyr,flash-controller = &is25wp064;
2323
zephyr,flash = &is25wp064;
2424
zephyr,code-partition = &slot0_partition;
2525
zephyr,sram = &sdram0;

boards/arm/mimxrt1024_evk/mimxrt1024_evk.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
};
2121

2222
chosen {
23-
zephyr,flash-controller = &flexspi;
23+
zephyr,flash-controller = &is25wp032;
2424
zephyr,flash = &is25wp032;
2525
zephyr,code-partition = &slot0_partition;
2626
zephyr,sram = &sdram0;

boards/arm/mimxrt1050_evk/mimxrt1050_evk_qspi.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
/ {
1212
chosen {
13-
zephyr,flash-controller = &flexspi;
13+
zephyr,flash-controller = &is25wp064;
1414
zephyr,flash = &is25wp064;
1515
zephyr,code-partition = &slot0_partition;
1616
};

boards/arm/mimxrt1060_evk/mimxrt1060_evk.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
};
2222

2323
chosen {
24-
zephyr,flash-controller = &flexspi;
24+
zephyr,flash-controller = &is25wp064;
2525
zephyr,flash = &is25wp064;
2626
zephyr,code-partition = &slot0_partition;
2727
zephyr,sram = &sdram0;

boards/arm/mimxrt1064_evk/mimxrt1064_evk.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
};
2323

2424
chosen {
25-
zephyr,flash-controller = &flexspi2;
25+
zephyr,flash-controller = &is25wp064;
2626
zephyr,flash = &w25q32jvwj0;
2727
zephyr,code-partition = &slot0_partition;
2828
zephyr,sram = &sdram0;

boards/arm/mimxrt1160_evk/mimxrt1160_evk_cm4.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
zephyr,sram = &sram1;
2424
zephyr,console = &lpuart1;
2525
zephyr,shell-uart = &lpuart1;
26-
zephyr,flash-controller = &flexspi;
26+
zephyr,flash-controller = &is25wp128;
2727
zephyr,flash = &is25wp128;
2828
};
2929

boards/arm/mimxrt1160_evk/mimxrt1160_evk_cm7.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
zephyr,console = &lpuart1;
2121
zephyr,shell-uart = &lpuart1;
2222
zephyr,canbus = &flexcan3;
23-
zephyr,flash-controller = &flexspi;
23+
zephyr,flash-controller = &is25wp128;
2424
zephyr,flash = &is25wp128;
2525
zephyr,code-partition = &slot0_partition;
2626
};

boards/arm/mimxrt1170_evk/mimxrt1170_evk_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,canbus = &flexcan2;
27-
zephyr,flash-controller = &flexspi;
27+
zephyr,flash-controller = &is25wp128;
2828
zephyr,flash = &is25wp128;
2929
};
3030

boards/arm/mimxrt1170_evk/mimxrt1170_evk_cm7.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,canbus = &flexcan3;
27-
zephyr,flash-controller = &flexspi;
27+
zephyr,flash-controller = &is25wp128;
2828
zephyr,flash = &is25wp128;
2929
zephyr,code-partition = &slot0_partition;
3030
zephyr,display = &lcdif;

0 commit comments

Comments
 (0)