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:
parent
97179c12bc
commit
f5f502893d
|
@ -17,5 +17,7 @@
|
|||
spi-max-frequency = <133000000>;
|
||||
status = "okay";
|
||||
jedec-id = [ef 40 16];
|
||||
erase-block-size = <4096>;
|
||||
write-block-size = <1>;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue