summaryrefslogtreecommitdiff
path: root/board/strago/gpio.inc
diff options
context:
space:
mode:
Diffstat (limited to 'board/strago/gpio.inc')
-rw-r--r--board/strago/gpio.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/strago/gpio.inc b/board/strago/gpio.inc
index a99a4783ad..934a087f09 100644
--- a/board/strago/gpio.inc
+++ b/board/strago/gpio.inc
@@ -22,6 +22,10 @@ GPIO(I2C_PORT0_SDA, PORT(1), 6, GPIO_ODR_HIGH)
GPIO(BOARD_ID2, PORT(1), 7, GPIO_INPUT | GPIO_PULL_UP) /* NC */
GPIO(I2C_PORT1_SCL, PORT(2), 2, GPIO_ODR_HIGH)
GPIO(I2C_PORT1_SDA, PORT(2), 3, GPIO_ODR_HIGH)
+GPIO(I2C_PORT2_SCL, PORT(2), 0, GPIO_ODR_HIGH)
+GPIO(I2C_PORT2_SDA, PORT(2), 1, GPIO_ODR_HIGH)
+GPIO(I2C_PORT3_SCL, PORT(2), 4, GPIO_ODR_HIGH)
+GPIO(I2C_PORT3_SDA, PORT(2), 5, GPIO_ODR_HIGH)
GPIO(PCH_SCI_L, PORT(2), 6, GPIO_ODR_HIGH) /* SCI output */