summaryrefslogtreecommitdiff
path: root/src/mainboard/google/rauru/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/rauru/gpio.h')
-rw-r--r--src/mainboard/google/rauru/gpio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/rauru/gpio.h b/src/mainboard/google/rauru/gpio.h
index f05a3779fe..9d0c722a65 100644
--- a/src/mainboard/google/rauru/gpio.h
+++ b/src/mainboard/google/rauru/gpio.h
@@ -6,6 +6,9 @@
#include <soc/gpio.h>
#define GPIO_XHCI_INIT_DONE GPIO(EINT28)
+#define GPIO_FP_RST_1V8_S3_L GPIO(EINT26)
+#define GPIO_AP_FP_FW_UP_STRAP GPIO(EINT27)
+#define GPIO_EN_PWR_FP GPIO(PERIPHERAL_EN3)
void setup_chromeos_gpios(void);