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 1601a7d commit f70adf7Copy full SHA for f70adf7
boards/u-blox/ubx_evk_iris_w1/ubx_evk_iris_w1_common.dtsi
@@ -111,7 +111,7 @@
111
w25q512jvfiq: w25q512jvfiq@0 {
112
compatible = "nxp,imx-flexspi-nor";
113
reg = <0>;
114
- size = <DT_SIZE_M(64 * 8)>;
+ size = <DT_SIZE_M(8 * 8)>;
115
status = "okay";
116
erase-block-size = <4096>;
117
write-block-size = <1>;
@@ -143,7 +143,7 @@
143
144
storage_partition: partition@620000 {
145
label = "storage";
146
- reg = <0x00620000 (DT_SIZE_M(58) - DT_SIZE_K(128))>;
+ reg = <0x00620000 (DT_SIZE_M(2) - DT_SIZE_K(128))>;
147
};
148
149
0 commit comments