Skip to content

Commit 88c9d1f

Browse files
nandojvecarlescufi
authored andcommitted
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 <[email protected]>
1 parent 85256a2 commit 88c9d1f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dts/arm/st/l0/stm32l010.dtsi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,5 @@
99
/ {
1010
soc {
1111
compatible = "st,stm32l010", "st,stm32l0", "simple-bus";
12-
13-
eeprom: eeprom@8080000{
14-
reg = <0x08080000 512>;
15-
};
1612
};
1713
};

dts/arm/st/l0/stm32l010Xb.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
};
1414

1515
soc {
16+
eeprom: eeprom@8080000{
17+
reg = <0x08080000 512>;
18+
};
19+
1620
flash-controller@40022000 {
1721
flash0: flash@8000000 {
1822
reg = <0x08000000 DT_SIZE_K(128)>;

0 commit comments

Comments
 (0)