summaryrefslogtreecommitdiff
path: root/src/soc/intel/jasperlake/include/soc/gpio.h
blob: 384c0672d3cfbe0377c84c4f0ab7b7cd7a235cc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */

#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