dts: nordic: add missing erase-block-size entry
Adding missing erase-block-size entries for the flash-controller nodes in the nrf52810 and nrf52811 .dtsi files. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
233149eec5
commit
0472bc467f
2 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
||||||
flash0: flash@0 {
|
flash0: flash@0 {
|
||||||
compatible = "soc-nv-flash";
|
compatible = "soc-nv-flash";
|
||||||
label = "NRF_FLASH";
|
label = "NRF_FLASH";
|
||||||
|
erase-block-size = <4096>;
|
||||||
write-block-size = <4>;
|
write-block-size = <4>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -52,6 +52,7 @@
|
||||||
flash0: flash@0 {
|
flash0: flash@0 {
|
||||||
compatible = "soc-nv-flash";
|
compatible = "soc-nv-flash";
|
||||||
label = "NRF_FLASH";
|
label = "NRF_FLASH";
|
||||||
|
erase-block-size = <4096>;
|
||||||
write-block-size = <4>;
|
write-block-size = <4>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue