summaryrefslogtreecommitdiffstats
path: root/src/mainboard/intel/cannonlake_rvp/variants/baseboard/include/baseboard/gpio.h
diff options
context:
space:
mode:
authorzhaojohn <john.zhao@intel.com>2017-08-21 21:50:10 -0400
committerAaron Durbin <adurbin@chromium.org>2017-08-23 15:53:10 +0000
commit53461ad1f89f31a091d6e055dedbb9c0b014ac86 (patch)
tree73e24f986d505ea4f012f1a7b5ff06c817c17813 /src/mainboard/intel/cannonlake_rvp/variants/baseboard/include/baseboard/gpio.h
parent5bddcc48b82c1887c96077c85ba078cd427d1133 (diff)
downloadcoreboot-53461ad1f89f31a091d6e055dedbb9c0b014ac86.tar.gz
coreboot-53461ad1f89f31a091d6e055dedbb9c0b014ac86.tar.bz2
coreboot-53461ad1f89f31a091d6e055dedbb9c0b014ac86.zip
src/mainboard/intel/cannonlake: Add gpio support for cannonlake
Add gpio pins configuration for cannonlake rvp u/y boards. Change-Id: Ia077a070979401fe7bd23bda110d2b66a038d9fc Signed-off-by: john zhao <john.zhao@intel.com> Reviewed-on: https://review.coreboot.org/21139 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/intel/cannonlake_rvp/variants/baseboard/include/baseboard/gpio.h')
-rw-r--r--src/mainboard/intel/cannonlake_rvp/variants/baseboard/include/baseboard/gpio.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/mainboard/intel/cannonlake_rvp/variants/baseboard/include/baseboard/gpio.h b/src/mainboard/intel/cannonlake_rvp/variants/baseboard/include/baseboard/gpio.h
new file mode 100644
index 000000000000..934302c751e9
--- /dev/null
+++ b/src/mainboard/intel/cannonlake_rvp/variants/baseboard/include/baseboard/gpio.h
@@ -0,0 +1,21 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2017 Intel Corporation.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * 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 __BASEBOARD_GPIO_H__
+#define __BASEBOARD_GPIO_H__
+
+#include <soc/gpio.h>
+
+#endif /* __BASEBOARD_GPIO_H__ */