summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/icelake/include/soc/gpio.h
blob: f5228a3bdee56e8f1a1d49f4bf2ee13d51febf85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef _SOC_ICELAKE_GPIO_H_
#define _SOC_ICELAKE_GPIO_H_

#include <soc/gpio_defs.h>
#include <intelblocks/gpio.h>

#define CROS_GPIO_DEVICE_NAME	"INT3455:00"

#endif