From 4ba64c99e3afc7689eab1f498134c43d40248d25 Mon Sep 17 00:00:00 2001 From: T Michael Turney Date: Fri, 26 Oct 2018 07:03:14 -0700 Subject: cheza: board-level GPIO support Change-Id: I64e79904c7ad95091ea29d9f80444c4e3b493471 Signed-off-by: T Michael Turney Reviewed-on: https://review.coreboot.org/c/29298 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner --- src/mainboard/google/cheza/board.h | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/mainboard/google/cheza/board.h (limited to 'src/mainboard/google/cheza/board.h') diff --git a/src/mainboard/google/cheza/board.h b/src/mainboard/google/cheza/board.h new file mode 100644 index 0000000000..f83ca06003 --- /dev/null +++ b/src/mainboard/google/cheza/board.h @@ -0,0 +1,30 @@ +/* + * This file is part of the coreboot project. + * + * Copyright (C) 2018, The Linux Foundation. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 and + * only version 2 as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + +#ifndef __COREBOOT_SRC_MAINBOARD_GOOGLE_CHEZA_BOARD_H +#define __COREBOOT_SRC_MAINBOARD_GOOGLE_CHEZA_BOARD_H + +#include +#include + +#define GPIO_EC_IN_RW GPIO(11) +#define GPIO_AP_EC_INT GPIO(122) +#define GPIO_AP_SUSPEND GPIO(126) +#define GPIO_WP_STATE GPIO(128) +#define GPIO_H1_AP_INT GPIO(129) + +void setup_chromeos_gpios(void); + +#endif /* ! __COREBOOT_SRC_MAINBOARD_GOOGLE_CHEZA_BOARD_H */ -- cgit v1.2.3