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:
Kwon Tae-young 2020-01-14 17:15:33 +09:00 committed by Anas Nashif
commit cea68ea492
4 changed files with 18 additions and 0 deletions

View file

@ -190,6 +190,12 @@
status = "disabled";
label = "DMA_1";
};
eeprom: eeprom@8080000{
compatible = "st,stm32-eeprom";
status = "disabled";
label = "EEPROM_0";
};
};
};

View file

@ -31,5 +31,9 @@
status = "disabled";
label = "SPI_2";
};
eeprom: eeprom@8080000{
reg = <0x08080000 DT_SIZE_K(2)>;
};
};
};

View file

@ -69,6 +69,10 @@
status = "disabled";
label= "USB";
};
eeprom: eeprom@8080000{
reg = <0x08080000 DT_SIZE_K(6)>;
};
};
otgfs_phy: otgfs_phy {

View file

@ -68,6 +68,10 @@
status = "disabled";
label= "USB";
};
eeprom: eeprom@8080000{
reg = <0x08080000 DT_SIZE_K(6)>;
};
};
otgfs_phy: otgfs_phy {