Commit a3bff4fe authored by Jinu Thomas's avatar Jinu Thomas Committed by Joel Stanley

ARM: dts: aspeed: rainier: Add i2c eeproms

Added eeproms for the below VPD devices
- BMC
- TPM
- System Planar
- DCM 0 VRM
- DCM 1 VRM
- Base Op panel
- Lcd Op panel
- DASD (All)
- PCIe Cards (All)
Signed-off-by: default avatarJinu Joy Thomas <jinu.joy.thomas@in.ibm.com>
Reviewed-by: default avatarSantosh Puranik <santosh.puranik.ibm@gmail.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 57564020
...@@ -49,6 +49,11 @@ &ibt { ...@@ -49,6 +49,11 @@ &ibt {
&i2c0 { &i2c0 {
status = "okay"; status = "okay";
eeprom@51 {
compatible = "atmel,24c64";
reg = <0x51>;
};
}; };
&i2c1 { &i2c1 {
...@@ -100,6 +105,21 @@ tmp275@4a { ...@@ -100,6 +105,21 @@ tmp275@4a {
compatible = "ti,tmp275"; compatible = "ti,tmp275";
reg = <0x4a>; reg = <0x4a>;
}; };
eeprom@50 {
compatible = "atmel,24c64";
reg = <0x50>;
};
eeprom@51 {
compatible = "atmel,24c64";
reg = <0x51>;
};
eeprom@52 {
compatible = "atmel,24c64";
reg = <0x52>;
};
}; };
&i2c5 { &i2c5 {
...@@ -114,6 +134,16 @@ tmp275@49 { ...@@ -114,6 +134,16 @@ tmp275@49 {
compatible = "ti,tmp275"; compatible = "ti,tmp275";
reg = <0x49>; reg = <0x49>;
}; };
eeprom@50 {
compatible = "atmel,24c64";
reg = <0x50>;
};
eeprom@51 {
compatible = "atmel,24c64";
reg = <0x51>;
};
}; };
&i2c6 { &i2c6 {
...@@ -133,6 +163,26 @@ tmp275@4b { ...@@ -133,6 +163,26 @@ tmp275@4b {
compatible = "ti,tmp275"; compatible = "ti,tmp275";
reg = <0x4b>; reg = <0x4b>;
}; };
eeprom@50 {
compatible = "atmel,24c64";
reg = <0x50>;
};
eeprom@51 {
compatible = "atmel,24c64";
reg = <0x51>;
};
eeprom@52 {
compatible = "atmel,24c64";
reg = <0x52>;
};
eeprom@53 {
compatible = "atmel,24c64";
reg = <0x53>;
};
}; };
&i2c7 { &i2c7 {
...@@ -258,6 +308,16 @@ dps: dps310@76 { ...@@ -258,6 +308,16 @@ dps: dps310@76 {
reg = <0x76>; reg = <0x76>;
#io-channel-cells = <0>; #io-channel-cells = <0>;
}; };
eeprom@50 {
compatible = "atmel,24c64";
reg = <0x50>;
};
eeprom@51 {
compatible = "atmel,24c64";
reg = <0x51>;
};
}; };
&i2c8 { &i2c8 {
...@@ -292,6 +352,16 @@ tmp275@4a { ...@@ -292,6 +352,16 @@ tmp275@4a {
compatible = "ti,tmp275"; compatible = "ti,tmp275";
reg = <0x4a>; reg = <0x4a>;
}; };
eeprom@50 {
compatible = "atmel,24c64";
reg = <0x50>;
};
eeprom@51 {
compatible = "atmel,24c64";
reg = <0x51>;
};
}; };
&i2c9 { &i2c9 {
...@@ -336,6 +406,11 @@ ir35221@74 { ...@@ -336,6 +406,11 @@ ir35221@74 {
compatible = "infineon,ir35221"; compatible = "infineon,ir35221";
reg = <0x74>; reg = <0x74>;
}; };
eeprom@50 {
compatible = "atmel,24c64";
reg = <0x50>;
};
}; };
&i2c10 { &i2c10 {
...@@ -380,6 +455,11 @@ ir35221@74 { ...@@ -380,6 +455,11 @@ ir35221@74 {
compatible = "infineon,ir35221"; compatible = "infineon,ir35221";
reg = <0x74>; reg = <0x74>;
}; };
eeprom@50 {
compatible = "atmel,24c64";
reg = <0x50>;
};
}; };
&i2c11 { &i2c11 {
...@@ -394,6 +474,16 @@ tmp275@49 { ...@@ -394,6 +474,16 @@ tmp275@49 {
compatible = "ti,tmp275"; compatible = "ti,tmp275";
reg = <0x49>; reg = <0x49>;
}; };
eeprom@50 {
compatible = "atmel,24c64";
reg = <0x50>;
};
eeprom@51 {
compatible = "atmel,24c64";
reg = <0x51>;
};
}; };
&i2c12 { &i2c12 {
...@@ -767,14 +857,29 @@ &i2c12 { ...@@ -767,14 +857,29 @@ &i2c12 {
&i2c13 { &i2c13 {
status = "okay"; status = "okay";
eeprom@50 {
compatible = "atmel,24c64";
reg = <0x50>;
};
}; };
&i2c14 { &i2c14 {
status = "okay"; status = "okay";
eeprom@50 {
compatible = "atmel,24c64";
reg = <0x50>;
};
}; };
&i2c15 { &i2c15 {
status = "okay"; status = "okay";
eeprom@50 {
compatible = "atmel,24c64";
reg = <0x50>;
};
}; };
&lpc_ctrl { &lpc_ctrl {
......
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