summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-05-26 15:47:27 -0500
committerRaptor Engineering Development Team <support@raptorengineering.com>2018-05-26 15:49:53 -0500
commitefdfeab01ad28ff1330134170153cee0b730671b (patch)
treed45a3731f7de6669a69eaca52fd4b224d6bb30a9
parent7158cf1dd778f55aaa6b6b86db8eca975ce37857 (diff)
downloadtalos-obmc-linux-dev-4.13-raptor-06-04-2018.tar.gz
talos-obmc-linux-dev-4.13-raptor-06-04-2018.zip
Add CPU SEEPROMs to Talos device treedev-4.13-raptor-06-04-2018
Enable I2C bus 0 (CPU 0 SEEPROMs) in Talos device tree
-rw-r--r--arch/arm/boot/dts/aspeed-bmc-opp-talos.dts54
1 files changed, 52 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-talos.dts b/arch/arm/boot/dts/aspeed-bmc-opp-talos.dts
index 8ccb95607601..cd78c38e2be1 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-talos.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-talos.dts
@@ -154,13 +154,63 @@
};
&i2c0 {
- status = "disabled";
+ /* CPU0 */
+ status = "okay";
+
+ /* SEEPROM bank 0 */
+ eeprom@54 {
+ compatible = "atmel,24c256";
+ reg = <0x54>;
+ pagesize = <64>;
+ };
+ /* SEEPROM bank 1 */
+ eeprom@55 {
+ compatible = "atmel,24c256";
+ reg = <0x55>;
+ pagesize = <64>;
+ };
+ /* SEEPROM bank 2 */
+ eeprom@56 {
+ compatible = "atmel,24c256";
+ reg = <0x56>;
+ pagesize = <64>;
+ };
+ /* SEEPROM bank 3 */
+ eeprom@57 {
+ compatible = "atmel,24c256";
+ reg = <0x57>;
+ pagesize = <64>;
+ };
};
&i2c1 {
+ /* CPU1 */
status = "okay";
- /* CPU1 */
+ /* SEEPROM bank 0 */
+ eeprom@54 {
+ compatible = "atmel,24c256";
+ reg = <0x54>;
+ pagesize = <64>;
+ };
+ /* SEEPROM bank 1 */
+ eeprom@55 {
+ compatible = "atmel,24c256";
+ reg = <0x55>;
+ pagesize = <64>;
+ };
+ /* SEEPROM bank 2 */
+ eeprom@56 {
+ compatible = "atmel,24c256";
+ reg = <0x56>;
+ pagesize = <64>;
+ };
+ /* SEEPROM bank 3 */
+ eeprom@57 {
+ compatible = "atmel,24c256";
+ reg = <0x57>;
+ pagesize = <64>;
+ };
};
&i2c2 {
OpenPOWER on IntegriCloud