aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/dragonegg/variants/baseboard/include/baseboard/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/dragonegg/variants/baseboard/include/baseboard/gpio.h')
-rw-r--r--src/mainboard/google/dragonegg/variants/baseboard/include/baseboard/gpio.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/mainboard/google/dragonegg/variants/baseboard/include/baseboard/gpio.h b/src/mainboard/google/dragonegg/variants/baseboard/include/baseboard/gpio.h
deleted file mode 100644
index fc7e94a114..0000000000
--- a/src/mainboard/google/dragonegg/variants/baseboard/include/baseboard/gpio.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#ifndef __BASEBOARD_GPIO_H__
-#define __BASEBOARD_GPIO_H__
-
-#include <soc/gpe.h>
-#include <soc/gpio.h>
-
-/* EC in RW */
-#define GPIO_EC_IN_RW GPP_B8
-
-/* BIOS Flash Write Protect */
-#define GPIO_PCH_WP GPP_B7
-
-/* eSPI virtual wire reporting */
-#define EC_SCI_GPI GPE0_ESPI
-
-/* EC wake is LAN_WAKE# which is a special DeepSX wake pin */
-#define GPE_EC_WAKE GPE0_LAN_WAK
-
-/* Memory configuration board straps */
-#define GPIO_MEM_CONFIG_0 GPP_H12
-#define GPIO_MEM_CONFIG_1 GPP_H13
-#define GPIO_MEM_CONFIG_2 GPP_H14
-#define GPIO_MEM_CONFIG_3 GPP_H15
-
-#endif /* BASEBOARD_GPIO_H */