Skip to content

Commit 563a169

Browse files
committed
dts: add erase/write block sizes for imx rt1064 internal flash
This allows signing the binary for use with mcuboot Signed-off-by: Pieter De Gendt <[email protected]>
1 parent fdaf26f commit 563a169

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dts/arm/nxp/nxp_rt1064.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@
1717
spi-max-frequency = <133000000>;
1818
status = "okay";
1919
jedec-id = [ef 40 16];
20+
erase-block-size = <4096>;
21+
write-block-size = <1>;
2022
};
2123
};

dts/bindings/mtd/nxp,imx-flexspi-nor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ description: NXP FlexSPI NOR
55

66
compatible: "nxp,imx-flexspi-nor"
77

8-
include: nxp,imx-flexspi-device.yaml
8+
include: ["nxp,imx-flexspi-device.yaml", soc-nv-flash.yaml]

0 commit comments

Comments
 (0)