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 <pieter.degendt@basalte.be>
This commit is contained in:
Pieter De Gendt 2021-03-26 11:23:23 +01:00 committed by Maureen Helm
parent 97179c12bc
commit f5f502893d
2 changed files with 3 additions and 1 deletions

View File

@ -17,5 +17,7 @@
spi-max-frequency = <133000000>;
status = "okay";
jedec-id = [ef 40 16];
erase-block-size = <4096>;
write-block-size = <1>;
};
};

View File

@ -5,4 +5,4 @@ description: NXP FlexSPI NOR
compatible: "nxp,imx-flexspi-nor"
include: nxp,imx-flexspi-device.yaml
include: ["nxp,imx-flexspi-device.yaml", soc-nv-flash.yaml]