dts/arm/st: stm32f3: Provide erase and write block size
On currently supported stm32f3 chips, erase-block-size = 2048 write-block-size = 2 Set these property in stm32f3 series root dtsi file. Fixes #9686 Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
b3252a8a71
commit
9e713ae77d
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@
|
|||
flash0: flash@8000000 {
|
||||
compatible = "soc-nv-flash";
|
||||
label = "FLASH_STM32";
|
||||
|
||||
write-block-size = <2>;
|
||||
erase-block-size = <2048>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue