summaryrefslogtreecommitdiff
path: root/src/mainboard/system76/tgl-u/variants/galp5/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/system76/tgl-u/variants/galp5/include')
-rw-r--r--src/mainboard/system76/tgl-u/variants/galp5/include/variant/gpio.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mainboard/system76/tgl-u/variants/galp5/include/variant/gpio.h b/src/mainboard/system76/tgl-u/variants/galp5/include/variant/gpio.h
new file mode 100644
index 0000000000..29a4dd22b8
--- /dev/null
+++ b/src/mainboard/system76/tgl-u/variants/galp5/include/variant/gpio.h
@@ -0,0 +1,13 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef VARIANT_GPIO_H
+#define VARIANT_GPIO_H
+
+#include <soc/gpio.h>
+
+#define DGPU_RST_N GPP_U4
+#define DGPU_PWR_EN GPP_U5
+#define DGPU_GC6 GPP_D2
+#define DGPU_SSID 0x40181558
+
+#endif