soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git] / src / mainboard / system76 / tgl-u / variants / galp5 / gpio_early.c
blobe2eb8483b3690268d64bd54c7546b41386e2a1c8
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <mainboard/gpio.h>
4 #include <soc/gpio.h>
6 static const struct pad_config early_gpio_table[] = {
7 PAD_CFG_NF(GPP_C20, NONE, DEEP, NF1), // UART2_RXD
8 PAD_CFG_NF(GPP_C21, NONE, DEEP, NF1), // UART2_TXD
9 PAD_CFG_GPO(GPP_U4, 0, DEEP), // DGPU_RST#_PCH
10 PAD_CFG_GPO(GPP_U5, 0, DEEP), // DGPU_PWR_EN
13 void mainboard_configure_early_gpios(void)
15 gpio_configure_pads(early_gpio_table, ARRAY_SIZE(early_gpio_table));