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:
Erwan Gouriou 2019-02-14 13:32:12 +01:00 committed by Kumar Gala
commit 9e713ae77d

View file

@ -40,6 +40,9 @@
flash0: flash@8000000 {
compatible = "soc-nv-flash";
label = "FLASH_STM32";
write-block-size = <2>;
erase-block-size = <2048>;
};
};