dts: st: Move eeprom from stm32l010 to stm32l010Xb

The variants of this family have different sizes of eeprom. This moves
eeprom definition from common family definition to device specific.

Signed-off-by: Gerson Fernando Budke <gerson.budke@ossystems.com.br>
This commit is contained in:
Gerson Fernando Budke 2023-10-16 14:48:11 +02:00 committed by Carles Cufí
parent 85256a2c19
commit 88c9d1fbaf
2 changed files with 4 additions and 4 deletions

View file

@ -9,9 +9,5 @@
/ {
soc {
compatible = "st,stm32l010", "st,stm32l0", "simple-bus";
eeprom: eeprom@8080000{
reg = <0x08080000 512>;
};
};
};

View file

@ -13,6 +13,10 @@
};
soc {
eeprom: eeprom@8080000{
reg = <0x08080000 512>;
};
flash-controller@40022000 {
flash0: flash@8000000 {
reg = <0x08000000 DT_SIZE_K(128)>;