Commit 8c9e3743 authored by Potin Lai's avatar Potin Lai Committed by Joel Stanley

ARM: dts: aspeed: bletchley: add eeprom node on each sled

Add eeprom (24c26) on each sled for storing sled fru information.
Signed-off-by: default avatarPotin Lai <potin.lai.pt@gmail.com>
Reviewed-by: default avatarPatrick Williams <patrick@stwcx.xyz>
Reviewed-by: default avatarJoel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20220509151118.4899-7-potin.lai.pt@gmail.comSigned-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 9495c6d5
......@@ -314,6 +314,11 @@ PDO_VAR(3000, 12000, 3000)
op-sink-microwatt = <10000000>;
};
};
eeprom@54 {
compatible = "atmel,24c64";
reg = <0x54>;
};
};
&i2c1 {
......@@ -395,6 +400,11 @@ PDO_VAR(3000, 12000, 3000)
op-sink-microwatt = <10000000>;
};
};
eeprom@54 {
compatible = "atmel,24c64";
reg = <0x54>;
};
};
&i2c2 {
......@@ -476,6 +486,11 @@ PDO_VAR(3000, 12000, 3000)
op-sink-microwatt = <10000000>;
};
};
eeprom@54 {
compatible = "atmel,24c64";
reg = <0x54>;
};
};
&i2c3 {
......@@ -557,6 +572,11 @@ PDO_VAR(3000, 12000, 3000)
op-sink-microwatt = <10000000>;
};
};
eeprom@54 {
compatible = "atmel,24c64";
reg = <0x54>;
};
};
&i2c4 {
......@@ -638,6 +658,11 @@ PDO_VAR(3000, 12000, 3000)
op-sink-microwatt = <10000000>;
};
};
eeprom@54 {
compatible = "atmel,24c64";
reg = <0x54>;
};
};
&i2c5 {
......@@ -719,6 +744,11 @@ PDO_VAR(3000, 12000, 3000)
op-sink-microwatt = <10000000>;
};
};
eeprom@54 {
compatible = "atmel,24c64";
reg = <0x54>;
};
};
&i2c6 {
......
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