xref: /aosp_15_r20/external/coreboot/src/mainboard/system76/tgl-u/variants/galp5/include/variant/gpio.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef VARIANT_GPIO_H
4 #define VARIANT_GPIO_H
5 
6 #include <soc/gpio.h>
7 
8 #define DGPU_RST_N	GPP_U4
9 #define DGPU_PWR_EN	GPP_U5
10 #define DGPU_GC6	GPP_D2
11 #define DGPU_SSID	0x40181558
12 
13 #endif
14