Skip to content

Commit

Permalink
boards: nxp: mimxrt1020_evk: correct flash chip name
Browse files Browse the repository at this point in the history
RT1020 EVK uses a IS25LP flash chip, not IS25WP.

Signed-off-by: Daniel DeGrasse <[email protected]>
  • Loading branch information
danieldegrasse authored and stephanosio committed Oct 23, 2024
1 parent e8e43b6 commit 497aa66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boards/nxp/mimxrt1020_evk/mimxrt1020_evk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
};

chosen {
zephyr,flash-controller = &is25wp064;
zephyr,flash = &is25wp064;
zephyr,flash-controller = &is25lp064;
zephyr,flash = &is25lp064;
zephyr,code-partition = &slot0_partition;
zephyr,uart-mcumgr = &lpuart1;
zephyr,sram = &sdram0;
Expand Down Expand Up @@ -95,7 +95,7 @@ arduino_serial: &lpuart2 {
&flexspi {
status = "okay";
reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>;
is25wp064: is25wp064@0 {
is25lp064: is25lp064@0 {
compatible = "nxp,imx-flexspi-nor";
size = <67108864>;
reg = <0>;
Expand Down

0 comments on commit 497aa66

Please sign in to comment.