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

#ifndef _SOC_JASPERLAKE_GPIO_H_
#define _SOC_JASPERLAKE_GPIO_H_

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


#define CROS_GPIO_NAME		"INT34C8"
#define CROS_GPIO_COMM0_NAME    "INT34C8:00"
#define CROS_GPIO_COMM1_NAME    "INT34C8:01"
#define CROS_GPIO_COMM4_NAME    "INT34C8:02"
#define CROS_GPIO_COMM5_NAME    "INT34C8:03"

#endif