We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e43b6 commit 497aa66Copy full SHA for 497aa66
boards/nxp/mimxrt1020_evk/mimxrt1020_evk.dts
@@ -22,8 +22,8 @@
22
};
23
24
chosen {
25
- zephyr,flash-controller = &is25wp064;
26
- zephyr,flash = &is25wp064;
+ zephyr,flash-controller = &is25lp064;
+ zephyr,flash = &is25lp064;
27
zephyr,code-partition = &slot0_partition;
28
zephyr,uart-mcumgr = &lpuart1;
29
zephyr,sram = &sdram0;
@@ -95,7 +95,7 @@ arduino_serial: &lpuart2 {
95
&flexspi {
96
status = "okay";
97
reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>;
98
- is25wp064: is25wp064@0 {
+ is25lp064: is25lp064@0 {
99
compatible = "nxp,imx-flexspi-nor";
100
size = <67108864>;
101
reg = <0>;
0 commit comments