1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef __BASEBOARD_GPIO_H__
4 #define __BASEBOARD_GPIO_H__
9 /* eSPI virtual wire reporting */
10 #define EC_SCI_GPI GPE0_ESPI
12 /* EC wake is LAN_WAKE# which is a special DeepSX wake pin */
13 #define GPE_EC_WAKE GPE0_LAN_WAK
15 #define GPIO_EC_IN_RW GPP_E7
17 #endif /* __BASEBOARD_GPIO_H__ */