dts: arm: stm32: add dts support for EEPROM of STM32L0
Add eeprom to STM32L0 series. stm32l053X8: 2k stm32l072Xz, stm32l073Xz: 6k Signed-off-by: Kwon Tae-young <tykwon@m2i.co.kr>
This commit is contained in:
parent
fc7f458ab3
commit
cea68ea492
4 changed files with 18 additions and 0 deletions
|
@ -190,6 +190,12 @@
|
|||
status = "disabled";
|
||||
label = "DMA_1";
|
||||
};
|
||||
|
||||
eeprom: eeprom@8080000{
|
||||
compatible = "st,stm32-eeprom";
|
||||
status = "disabled";
|
||||
label = "EEPROM_0";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -31,5 +31,9 @@
|
|||
status = "disabled";
|
||||
label = "SPI_2";
|
||||
};
|
||||
|
||||
eeprom: eeprom@8080000{
|
||||
reg = <0x08080000 DT_SIZE_K(2)>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -69,6 +69,10 @@
|
|||
status = "disabled";
|
||||
label= "USB";
|
||||
};
|
||||
|
||||
eeprom: eeprom@8080000{
|
||||
reg = <0x08080000 DT_SIZE_K(6)>;
|
||||
};
|
||||
};
|
||||
|
||||
otgfs_phy: otgfs_phy {
|
||||
|
|
|
@ -68,6 +68,10 @@
|
|||
status = "disabled";
|
||||
label= "USB";
|
||||
};
|
||||
|
||||
eeprom: eeprom@8080000{
|
||||
reg = <0x08080000 DT_SIZE_K(6)>;
|
||||
};
|
||||
};
|
||||
|
||||
otgfs_phy: otgfs_phy {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue