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.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mainboard/google/geralt/gpio.h b/src/mainboard/google/geralt/gpio.h
new file mode 100644
index 000000000000..386df4d1b3c6
--- /dev/null
+++ b/src/mainboard/google/geralt/gpio.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef __MAINBOARD_GOOGLE_GERALT_GPIO_H__
+#define __MAINBOARD_GOOGLE_GERALT_GPIO_H__
+
+#include <soc/gpio.h>
+
+#define GPIO_AP_EC_WARM_RST_REQ GPIO(DPI_HSYNC)
+
+void setup_chromeos_gpios(void);
+
+#endif