summaryrefslogtreecommitdiff
path: root/board/hatch/gpio.inc
diff options
context:
space:
mode:
Diffstat (limited to 'board/hatch/gpio.inc')
-rw-r--r--board/hatch/gpio.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/board/hatch/gpio.inc b/board/hatch/gpio.inc
index a2355b44b1..d6e77f795a 100644
--- a/board/hatch/gpio.inc
+++ b/board/hatch/gpio.inc
@@ -29,6 +29,14 @@ GPIO_INT(USB_C1_PPC_INT_ODL, PIN(A, 2), GPIO_INT_FALLING, ppc_interrupt)
GPIO_INT(USB_C0_TCPC_INT_ODL, PIN(6, 2), GPIO_INT_FALLING, tcpc_alert_event)
GPIO_INT(USB_C1_TCPC_INT_ODL, PIN(F, 5), GPIO_INT_FALLING, tcpc_alert_event)
+GPIO_INT(HDMI_CONN_HPD, PIN(7, 2), GPIO_INT_BOTH, hdmi_hpd_interrupt)
+/*
+ * This signal is not used by the EC for MST control, but leaving it here as an
+ * input as it may be useful for debugging/hw validation purposes. This can
+ * removed when EVT units are available.
+ */
+GPIO(TCPC_USB_C1_HPD, PIN(9, 3), GPIO_INPUT)
+
GPIO(SYS_RESET_L, PIN(0, 2), GPIO_ODR_HIGH) /* SYS_RST_ODL */
GPIO(ENTERING_RW, PIN(E, 3), GPIO_OUT_LOW) /* EC_ENTERING_RW */
GPIO(PCH_WAKE_L, PIN(7, 4), GPIO_ODR_HIGH) /* EC_PCH_WAKE_ODL */
@@ -58,6 +66,7 @@ GPIO(LED_3_L, PIN(C, 2), GPIO_OUT_HIGH)
GPIO(LED_4_L, PIN(6, 0), GPIO_OUT_HIGH)
GPIO(EC_KB_BL_EN, PIN(8, 6), GPIO_OUT_LOW) /* Keyboard backlight */
GPIO(EN_PP5000_FAN, PIN(6, 1), GPIO_OUT_LOW)
+GPIO(EN_MST, PIN(9, 6), GPIO_OUT_LOW)
/* I2C pins - Alternate function below configures I2C module on these pins */