summaryrefslogtreecommitdiff
path: root/board/gaelin/i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/gaelin/i2c.c')
-rw-r--r--board/gaelin/i2c.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/board/gaelin/i2c.c b/board/gaelin/i2c.c
index ef7e1ca09f..ce285d16b4 100644
--- a/board/gaelin/i2c.c
+++ b/board/gaelin/i2c.c
@@ -50,6 +50,14 @@ const struct i2c_port_t i2c_ports[] = {
.sda = GPIO_SMSCALER_DATA,
},
{
+ /* I2C6 */
+ .name = "usba0_retimer,usba1_retimer",
+ .port = I2C_PORT_USB_A0_A1_MIX,
+ .kbps = 1000,
+ .scl = GPIO_EC_I2C_USB_A0_A1_MIX_SCL,
+ .sda = GPIO_EC_I2C_USB_A0_A1_MIX_SDA,
+ },
+ {
/* I2C7 */
.name = "eeprom",
.port = I2C_PORT_EEPROM,