dts: arm: st: h743/h753: streamline flash properties

Some flash properties are currently in the individual SoC definitions,
while they are common to the whole STM32H743/753 SoC line. Move them one
level higher.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

h753
This commit is contained in:
Aurelien Jarno 2022-06-17 21:15:16 +02:00 committed by Anas Nashif
parent 736da7f13a
commit 04328a926e
3 changed files with 2 additions and 4 deletions

View file

@ -11,6 +11,8 @@
soc {
flash-controller@52002000 {
flash0: flash@8000000 {
compatible = "soc-nv-flash";
label = "FLASH_STM32";
write-block-size = <32>;
erase-block-size = <DT_SIZE_K(128)>;
};

View file

@ -11,8 +11,6 @@
soc {
flash-controller@52002000 {
flash0: flash@8000000 {
compatible = "soc-nv-flash";
label = "FLASH_STM32";
reg = <0x08000000 DT_SIZE_K(2048)>;
};
};

View file

@ -11,8 +11,6 @@
soc {
flash-controller@52002000 {
flash0: flash@8000000 {
compatible = "soc-nv-flash";
label = "FLASH_STM32";
reg = <0x08000000 DT_SIZE_K(2048)>;
};
};