summaryrefslogtreecommitdiff
path: root/src/soc/intel/tigerlake/include/soc/gpio.h
blob: ccf6663865c0312bc4df232797b0311153945f91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* 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_NAME		"INT34C5"
#define CROS_GPIO_COMM0_NAME    "INT34C5:00"
#define CROS_GPIO_COMM1_NAME    "INT34C5:01"
#define CROS_GPIO_COMM4_NAME    "INT34C5:02"
#define CROS_GPIO_COMM5_NAME    "INT34C5:03"

#endif