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:
parent
85256a2c19
commit
88c9d1fbaf
|
@ -9,9 +9,5 @@
|
|||
/ {
|
||||
soc {
|
||||
compatible = "st,stm32l010", "st,stm32l0", "simple-bus";
|
||||
|
||||
eeprom: eeprom@8080000{
|
||||
reg = <0x08080000 512>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -13,6 +13,10 @@
|
|||
};
|
||||
|
||||
soc {
|
||||
eeprom: eeprom@8080000{
|
||||
reg = <0x08080000 512>;
|
||||
};
|
||||
|
||||
flash-controller@40022000 {
|
||||
flash0: flash@8000000 {
|
||||
reg = <0x08000000 DT_SIZE_K(128)>;
|
||||
|
|
Loading…
Reference in a new issue