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

#ifndef _SOC_TIGERLAKE_GPIO_H_
#define _SOC_TIGERLAKE_GPIO_H_

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


#define CROS_GPIO_DEVICE_NAME	"INT34C5:00"

#endif