File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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";
You can’t perform that action at this time.
0 commit comments