Commit 61263b64 authored by Konstantin Aladyshev's avatar Konstantin Aladyshev Committed by Joel Stanley

ARM: dts: aspeed: amd-ethanolx: Add FRU EEPROM

AMD EthanolX CRB uses 24LC128 EEPROM chip to store its FRU information.
Signed-off-by: default avatarKonstantin Aladyshev <aladyshev22@gmail.com>
Link: https://lore.kernel.org/r/20210909132053.3919-1-aladyshev22@gmail.comSigned-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent be81c325
......@@ -159,6 +159,11 @@ &i2c2 {
//24LC128 EEPROM
&i2c3 {
status = "okay";
eeprom@50 {
compatible = "atmel,24c256";
reg = <0x50>;
pagesize = <64>;
};
};
//P0 Power regulators
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment