Skip to content

Commit ef8434d

Browse files
Mikkel Jakobsennashif
Mikkel Jakobsen
authored andcommitted
dts: arm: nxp: fix mimxrt1024 flash configuration
add correct binding, fix size to 32MBit, add erase and write block size to support mcuboot and rename to reflect the actual flash model. Signed-off-by: Mikkel Jakobsen <[email protected]>
1 parent f8281e7 commit ef8434d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

dts/arm/nxp/nxp_rt1024.dtsi

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,17 @@
2828
};
2929

3030
&flexspi {
31+
status = "okay";
3132
reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(4)>;
32-
is25wp064: is25wp064@0 {
33-
compatible = "issi,is25wp064", "jedec,spi-nor";
34-
size = <67108864>;
35-
label = "IS25WP064";
33+
is25wp032: is25wp032@0 {
34+
compatible = "nxp,imx-flexspi-nor";
35+
size = <DT_SIZE_M(32)>;
36+
label = "IS25WP032";
3637
reg = <0>;
3738
spi-max-frequency = <133000000>;
3839
status = "okay";
3940
jedec-id = [9d 70 17];
41+
erase-block-size = <DT_SIZE_K(4)>;
42+
write-block-size = <1>;
4043
};
4144
};

0 commit comments

Comments
 (0)