Skip to content

Commit f70adf7

Browse files
matt-wood-ctdanieldegrasse
authored andcommitted
board: ubx_evk_iris_w1: update flash size
Correct flash memory size and storage partition size in `ubx_evk_iris_w1_common.dtsi`. Signed-off-by: Matthew Wood <matt.wood@corintech.com>
1 parent 1601a7d commit f70adf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/u-blox/ubx_evk_iris_w1/ubx_evk_iris_w1_common.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
w25q512jvfiq: w25q512jvfiq@0 {
112112
compatible = "nxp,imx-flexspi-nor";
113113
reg = <0>;
114-
size = <DT_SIZE_M(64 * 8)>;
114+
size = <DT_SIZE_M(8 * 8)>;
115115
status = "okay";
116116
erase-block-size = <4096>;
117117
write-block-size = <1>;
@@ -143,7 +143,7 @@
143143

144144
storage_partition: partition@620000 {
145145
label = "storage";
146-
reg = <0x00620000 (DT_SIZE_M(58) - DT_SIZE_K(128))>;
146+
reg = <0x00620000 (DT_SIZE_M(2) - DT_SIZE_K(128))>;
147147
};
148148
};
149149
};

0 commit comments

Comments
 (0)