/* SPDX-License-Identifier: GPL-2.0-only */ /* This file is part of the coreboot project. */ #ifndef VARIANT_GPIO_H #define VARIANT_GPIO_H #include /* Memory configuration board straps */ #define GPIO_MEM_CONFIG_0 GPP_H19 #define GPIO_MEM_CONFIG_1 GPP_H22 #define GPIO_MEM_CONFIG_2 GPP_F10 #define GPIO_MEM_CONFIG_3 GPP_F3 #endif