coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
gpio.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #include <soc/gpio.h>
4 
5 static const struct pad_config early_gpio_table[] = {
6  PAD_CFG_NF(GPIO_46, NATIVE, DEEP, NF1), /* UART2 RX */
7  PAD_CFG_NF(GPIO_47, NATIVE, DEEP, NF1), /* UART2 TX */
8 };
#define GPIO_46
Definition: gpio_apl.h:111
#define GPIO_47
Definition: gpio_apl.h:112
static const struct pad_config early_gpio_table[]
Definition: gpio.h:5
#define PAD_CFG_NF(pad, pull, rst, func)
Definition: gpio_defs.h:197