Skip to content

Commit 497aa66

Browse files
danieldegrassestephanosio
authored andcommitted
boards: nxp: mimxrt1020_evk: correct flash chip name
RT1020 EVK uses a IS25LP flash chip, not IS25WP. Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent e8e43b6 commit 497aa66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

boards/nxp/mimxrt1020_evk/mimxrt1020_evk.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
};
2323

2424
chosen {
25-
zephyr,flash-controller = &is25wp064;
26-
zephyr,flash = &is25wp064;
25+
zephyr,flash-controller = &is25lp064;
26+
zephyr,flash = &is25lp064;
2727
zephyr,code-partition = &slot0_partition;
2828
zephyr,uart-mcumgr = &lpuart1;
2929
zephyr,sram = &sdram0;
@@ -95,7 +95,7 @@ arduino_serial: &lpuart2 {
9595
&flexspi {
9696
status = "okay";
9797
reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>;
98-
is25wp064: is25wp064@0 {
98+
is25lp064: is25lp064@0 {
9999
compatible = "nxp,imx-flexspi-nor";
100100
size = <67108864>;
101101
reg = <0>;

0 commit comments

Comments
 (0)