summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/icelake/include/soc/gpio.h
blob: 3eae13f832d5a15da1460b011f468ff053b43a0d (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _SOC_ICELAKE_GPIO_H_
#define _SOC_ICELAKE_GPIO_H_

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

#define CROS_GPIO_DEVICE_NAME	"INT3455:00"

#endif