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-only */
2 
3 #ifndef __BASEBOARD_GPIO_H__
4 #define __BASEBOARD_GPIO_H__
5 
6 #include <soc/gpe.h>
7 #include <soc/gpio.h>
8 
9 /* eSPI virtual wire reporting */
10 #define EC_SCI_GPI GPE0_ESPI
11 
12 /* EC wake is LAN_WAKE# which is a special DeepSX wake pin */
13 #define GPE_EC_WAKE GPE0_LAN_WAK
14 
15 #define GPIO_EC_IN_RW GPP_E7
16 
17 #endif /* __BASEBOARD_GPIO_H__ */