diff options
| author | Marek Vasut <[email protected]> | 2020-03-31 19:51:30 +0200 |
|---|---|---|
| committer | Patrick Delaunay <[email protected]> | 2020-04-01 11:58:00 +0200 |
| commit | e182dcaa1ba8ff3e81a185d194b0f59b5a256072 (patch) | |
| tree | 3e3f1865a45ce460b2a3625d7c617388bf01fe45 | |
| parent | f19312e5f400b1eb23252fa6d9e49a1e5512b448 (diff) | |
ARM: dts: stm32: Add configuration EEPROM on AV96
The board has an EEPROM on the same I2C bus as PMIC, at address 0x53.
The EEPROM contains the board MAC address.
Reviewed-by: Patrice Chotard <[email protected]>
Reviewed-by: Patrick Delaunay <[email protected]>
Signed-off-by: Marek Vasut <[email protected]>
Cc: Manivannan Sadhasivam <[email protected]>
Cc: Patrick Delaunay <[email protected]>
Cc: Patrice Chotard <[email protected]>
Change-Id: I340a0675c11e4599968b2e3ef0515fb8da8d7b42
| -rw-r--r-- | arch/arm/dts/stm32mp157a-avenger96.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32mp157a-avenger96.dts b/arch/arm/dts/stm32mp157a-avenger96.dts index 023390a6622..4dbabb3a0d8 100644 --- a/arch/arm/dts/stm32mp157a-avenger96.dts +++ b/arch/arm/dts/stm32mp157a-avenger96.dts @@ -16,6 +16,7 @@ compatible = "arrow,stm32mp157a-avenger96", "st,stm32mp157"; aliases { + eeprom0 = &eeprom0; ethernet0 = ðernet0; mmc0 = &sdmmc1; serial0 = &uart4; @@ -289,6 +290,12 @@ status = "disabled"; }; }; + + eeprom0: eeprom@53 { + compatible = "atmel,24c02"; + reg = <0x53>; + pagesize = <16>; + }; }; &iwdg2 { |
