mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-23 13:56:20 +00:00
arm64: dts: imx8mp: Add aliases for the access to the EEPROM ID page node
The new i.MX8M Plus DHCOM rev.200 is populated with M24C32-D EEPROM that contains an additional write-lockable page called ID page. Add aliases eeprom0wl and eeprom1wl for the access to the EEPROM ID page node. Signed-off-by: Christoph Niedermaier <cniedermaier@dh-electronics.com> Reviewed-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
ff9f080e59
commit
04832973e2
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
||||||
aliases {
|
aliases {
|
||||||
eeprom0 = &eeprom0;
|
eeprom0 = &eeprom0;
|
||||||
eeprom1 = &eeprom1;
|
eeprom1 = &eeprom1;
|
||||||
|
eeprom0wl = &eeprom0wl;
|
||||||
|
eeprom1wl = &eeprom1wl;
|
||||||
mmc0 = &usdhc2; /* MicroSD */
|
mmc0 = &usdhc2; /* MicroSD */
|
||||||
mmc1 = &usdhc3; /* eMMC */
|
mmc1 = &usdhc3; /* eMMC */
|
||||||
mmc2 = &usdhc1; /* SDIO */
|
mmc2 = &usdhc1; /* SDIO */
|
||||||
|
|
Loading…
Add table
Reference in a new issue