Skip to content

Commit

Permalink
ARM: dts: stm32: Add configuration EEPROM on AV96
Browse files Browse the repository at this point in the history
The board has an EEPROM on the same I2C bus as PMIC, at address 0x53.
The EEPROM contains the board MAC address.

Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Alexandre Torgue <alexandre.torgue@st.com>
Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Cc: Patrice Chotard <patrice.chotard@st.com>
Cc: Patrick Delaunay <patrick.delaunay@st.com>
Cc: linux-stm32@st-md-mailman.stormreply.com
To: linux-arm-kernel@lists.infradead.org
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
  • Loading branch information
Marek Vasut authored and Alexandre Torgue committed Apr 29, 2020
1 parent 76045bc commit 84faf29
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/stm32mp157a-avenger96.dts
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,12 @@
status = "disabled";
};
};

eeprom@53 {
compatible = "atmel,24c02";
reg = <0x53>;
pagesize = <16>;
};
};

&iwdg2 {
Expand Down

0 comments on commit 84faf29

Please sign in to comment.