dts: arm: stm32: stm32l1x remove eeprom reg attribute & add eeprom sizes
'reg' attribute removed from overall stm32l1 dts, so eeprom size has to be specified for each SoC in stm32l1x series. Adds remaining stm32l1x SoCs that didn't have eeprom size specified yet. Eeprom size added in stm32l151Xb-a & stm32l151X8-a dtsi files, (based on device overview in datasheet DocID024330 Rev 5). Eeprom size added in stm32l151Xb dtsi file (based on device overview in datasheet DocID17659 Rev 12). Signed-off-by: Noelle Clement <noelleclement@hotmail.com>
This commit is contained in:
parent
ebd077b258
commit
b9d45ecf27
|
@ -257,7 +257,6 @@
|
|||
|
||||
eeprom: eeprom@8080000{
|
||||
compatible = "st,stm32-eeprom";
|
||||
reg = <0x08080000 DT_SIZE_K(4)>;
|
||||
status = "disabled";
|
||||
label = "EEPROM_0";
|
||||
};
|
||||
|
|
|
@ -18,5 +18,8 @@
|
|||
reg = <0x08000000 DT_SIZE_K(64)>;
|
||||
};
|
||||
};
|
||||
eeprom: eeprom@8080000{
|
||||
reg = <0x08080000 DT_SIZE_K(4)>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -18,5 +18,8 @@
|
|||
reg = <0x08000000 DT_SIZE_K(128)>;
|
||||
};
|
||||
};
|
||||
eeprom: eeprom@8080000{
|
||||
reg = <0x08080000 DT_SIZE_K(4)>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -18,5 +18,8 @@
|
|||
reg = <0x08000000 DT_SIZE_K(128)>;
|
||||
};
|
||||
};
|
||||
eeprom: eeprom@8080000{
|
||||
reg = <0x08080000 DT_SIZE_K(4)>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue