]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/digsy_mtc.h
mpc5200: digsy_mtc: fix extension board EEPROM I2C address for rev5
[karo-tx-uboot.git] / include / configs / digsy_mtc.h
index ec5223cd1f94491b07f0f26c2c898d114b7e59e4..522ec57b13f95f3d3e55ed9291262ba6c3e41997 100644 (file)
 #define CONFIG_SYS_DS1339_TCR_VAL      0xAB    /* diode + 4k resistor */
 #endif
 
+/* ExBo I2C Addresses */
+#if defined(CONFIG_DIGSY_REV5)
+#define CONFIG_SYS_EXBO_EE_I2C_ADDRESS 0x54
+#else
+#define CONFIG_SYS_EXBO_EE_I2C_ADDRESS 0x56
+#endif
+
 /*
  * Flash configuration
  */