aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/jasperlake/include/soc/gpio.h
blob: b24b467939b3632b4d03ae3ce3b863b1dfcfde03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
 * This file is part of the coreboot project.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; version 2 of the License.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

#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