From 38115912c924ad4c1975045859a5ab3dc2f8b28c Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 20 Nov 2017 16:19:00 -0700 Subject: mainboard/google/kahlee: Add Baseboard GPIOs Add initial baseboard GPIOs based on grunt schematics. BUG=b:69305596 TEST=Build grunt Change-Id: I4efcee7dbf54fb9ea82e5e9394db805bb69203c8 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/22546 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones --- .../kahlee/variants/baseboard/include/baseboard/gpio.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/mainboard/google/kahlee/variants/baseboard/include') diff --git a/src/mainboard/google/kahlee/variants/baseboard/include/baseboard/gpio.h b/src/mainboard/google/kahlee/variants/baseboard/include/baseboard/gpio.h index 5aca3e88b5..c00367312b 100644 --- a/src/mainboard/google/kahlee/variants/baseboard/include/baseboard/gpio.h +++ b/src/mainboard/google/kahlee/variants/baseboard/include/baseboard/gpio.h @@ -19,19 +19,19 @@ #ifndef __ACPI__ #include -# define MEM_CONFIG0 GPIO_0 -# define MEM_CONFIG1 GPIO_0 -# define MEM_CONFIG2 GPIO_0 -# define MEM_CONFIG3 GPIO_0 +# define MEM_CONFIG0 GPIO_139 +# define MEM_CONFIG1 GPIO_142 +# define MEM_CONFIG2 GPIO_131 +# define MEM_CONFIG3 GPIO_132 /* SPI Write protect */ -#define CROS_WP_GPIO GPIO_0 -#define GPIO_EC_IN_RW GPIO_0 +#define CROS_WP_GPIO GPIO_122 +#define GPIO_EC_IN_RW GPIO_15 #endif /* _ACPI__ */ -#define EC_SCI_GPI 0 +#define EC_SCI_GPI 22 -#define EC_SMI_GPI 0 +#define EC_SMI_GPI 6 #endif /* __BASEBOARD_GPIO_H__ */ -- cgit v1.2.3