]> git.sur5r.net Git - u-boot/blobdiff - include/configs/edminiv2.h
Merge branch 'next' of ../custodians into next
[u-boot] / include / configs / edminiv2.h
index 57dd1651f36e71c40ce5c679c89e9e3fe5cf96a7..ccfc66053b5627553ccd9730b67ae949a37430b3 100644 (file)
  */
 #include <config_cmd_default.h>
 #define CONFIG_CMD_IDE
+#define CONFIG_CMD_I2C
 
 /*
  * Network
 /* end of IDE defines */
 #endif /* CMD_IDE */
 
+/*
+ * I2C related stuff
+ */
+#ifdef CONFIG_CMD_I2C
+#define CONFIG_I2C_MVTWSI
+#define CONFIG_I2C_MVTWSI_BASE         ORION5X_TWSI_BASE
+#define CONFIG_SYS_I2C_SLAVE           0x0
+#define CONFIG_SYS_I2C_SPEED           100000
+#endif
+
 /*
  *  Environment variables configurations
  */