dts: arm: stm32: add dts support for EEPROM of STM32L1
Add eeprom to STM32L1 series. Currently supported L1 series EEPROM size is 4Kbyte. Signed-off-by: Kwon Tae-young <tykwon@m2i.co.kr>
This commit is contained in:
parent
bed6eb9ed9
commit
a6f5c1bbf6
2 changed files with 21 additions and 0 deletions
|
@ -205,6 +205,13 @@
|
|||
write-block-size = <4>;
|
||||
};
|
||||
};
|
||||
|
||||
eeprom: eeprom@8080000{
|
||||
compatible = "st,stm32-eeprom";
|
||||
reg = <0x08080000 DT_SIZE_K(4)>;
|
||||
status = "disabled";
|
||||
label = "EEPROM_0";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue