Skip to content

Commit 0427756

Browse files
butokdanieldegrasse
authored andcommitted
boards: nxp: fix flash jedec-id
Fixes/adds jedec-id for is25wp128, is25lp064 and w25q512jvfiq flashes, according to information from Flash data-sheets. Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
1 parent e0fa444 commit 0427756

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

boards/nxp/frdm_rw612/frdm_rw612_common.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
reg = <0>;
102102
size = <DT_SIZE_M(64 * 8)>;
103103
status = "okay";
104+
jedec-id = [ef 40 20];
104105
erase-block-size = <4096>;
105106
write-block-size = <1>;
106107
spi-max-frequency = <104000000>;

boards/nxp/mimxrt1020_evk/mimxrt1020_evk.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ arduino_serial: &lpuart2 {
9797
reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>;
9898
is25lp064: is25lp064@0 {
9999
compatible = "nxp,imx-flexspi-nor";
100-
size = <67108864>;
100+
size = <DT_SIZE_M(8*8)>;
101101
reg = <0>;
102102
spi-max-frequency = <104000000>;
103103
status = "okay";
104-
jedec-id = [9d 70 17];
104+
jedec-id = [9d 60 17];
105105
erase-block-size = <4096>;
106106
write-block-size = <1>;
107107

boards/nxp/mimxrt1160_evk/mimxrt1160_evk.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
reg = <0>;
9898
spi-max-frequency = <104000000>;
9999
status = "okay";
100-
jedec-id = [9d 70 17];
100+
jedec-id = [9d 70 18];
101101
erase-block-size = <4096>;
102102
write-block-size = <1>;
103103

boards/nxp/mimxrt1170_evk/mimxrt1170_evk.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ arduino_spi: &lpspi1 {
259259
reg = <0>;
260260
spi-max-frequency = <104000000>;
261261
status = "okay";
262-
jedec-id = [9d 70 17];
262+
jedec-id = [9d 70 18];
263263
erase-block-size = <4096>;
264264
write-block-size = <1>;
265265

0 commit comments

Comments
 (0)