Skip to content

Commit 25a2196

Browse files
butokkartben
authored andcommitted
boards: nxp: imx-flexspi-nor: add missing sizes for is25wp064
Adds erase-block-size and write-block-size for is25wp064 nxp,imx-flexspi-nor. Signed-off-by: Andrej Butok <[email protected]>
1 parent 1e71a79 commit 25a2196

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

boards/madmachine/mm_feather/mm_feather.dts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,13 @@
6060
reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>;
6161
is25wp064: is25wp064@0 {
6262
compatible = "nxp,imx-flexspi-nor";
63-
size = <67108864>;
63+
size = <DT_SIZE_M(64 * 8)>;
6464
reg = <0>;
6565
spi-max-frequency = <104000000>;
6666
status = "okay";
6767
jedec-id = [9d 70 17];
68+
erase-block-size = <4096>;
69+
write-block-size = <1>;
6870
};
6971
};
7072

boards/madmachine/mm_swiftio/mm_swiftio.dts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,13 @@
6060
reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>;
6161
is25wp064: is25wp064@0 {
6262
compatible = "nxp,imx-flexspi-nor";
63-
size = <67108864>;
63+
size = <DT_SIZE_M(64 * 8)>;
6464
reg = <0>;
6565
spi-max-frequency = <104000000>;
6666
status = "okay";
6767
jedec-id = [9d 70 17];
68+
erase-block-size = <4096>;
69+
write-block-size = <1>;
6870
};
6971
};
7072

boards/nxp/mimxrt1064_evk/mimxrt1064_evk.dts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,13 @@ nxp_parallel_i2c: &lpi2c1 {};
162162
reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>;
163163
is25wp064: is25wp064@0 {
164164
compatible = "nxp,imx-flexspi-nor";
165-
size = <67108864>;
165+
size = <DT_SIZE_M(64 * 8)>;
166166
reg = <0>;
167167
spi-max-frequency = <104000000>;
168168
status = "okay";
169169
jedec-id = [9d 70 17];
170+
erase-block-size = <4096>;
171+
write-block-size = <1>;
170172

171173
partitions {
172174
compatible = "fixed-partitions";

0 commit comments

Comments
 (0)