dts: stm32f0: add missing flash properties

Add the missing Flash properties in the STM32F0 dtsi.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
Neil Armstrong 2017-12-04 14:09:14 +01:00 committed by Kumar Gala
commit ada2b3eba0

View file

@ -20,8 +20,12 @@
reg = <0>;
};
};
flash0: flash@8000000 {
compatible = "soc-nv-flash";
reg = <0x08000000 DT_FLASH_SIZE>;
write-block-size = <2>;
};
sram0: memory@20000000 {