summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/geralt/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/geralt/gpio.h')
-rw-r--r--src/mainboard/google/geralt/gpio.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/google/geralt/gpio.h b/src/mainboard/google/geralt/gpio.h
index ff6de1756303..5be09ce47929 100644
--- a/src/mainboard/google/geralt/gpio.h
+++ b/src/mainboard/google/geralt/gpio.h
@@ -6,7 +6,12 @@
#include <soc/gpio.h>
#define GPIO_AP_EC_WARM_RST_REQ GPIO(DPI_HSYNC)
+#define GPIO_AP_WP_ODL GPIO(GPIO15)
+#define GPIO_BEEP_ON_OD GPIO(I2SIN_WS)
+#define GPIO_EC_AP_INT_ODL GPIO(DPI_DE)
+#define GPIO_EN_SPKR GPIO(I2SIN_D2)
#define GPIO_GSC_AP_INT_ODL GPIO(GPIO00)
+#define GPIO_XHCI_INIT_DONE GPIO(DPI_CK)
void setup_chromeos_gpios(void);