dts: stm32l4: add flash write-block-size
This makes the SoC flash compatible with the common nonvolatile flash YAML schema, and provides a write alignment. It mirrors work done on nRF chips for the DFU subsystem. Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
This commit is contained in:
parent
8124724969
commit
b2c50380aa
1 changed files with 3 additions and 0 deletions
|
@ -24,7 +24,10 @@
|
|||
};
|
||||
|
||||
flash0: flash@8000000 {
|
||||
compatible = "soc-nv-flash";
|
||||
reg = <0x08000000 DT_FLASH_SIZE>;
|
||||
|
||||
write-block-size = <8>;
|
||||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue