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

#ifndef _SOC_GPIO_H_
#define _SOC_GPIO_H_

#include <soc/gpio_defs.h>
#include <intelblocks/gpio.h> /* intelblocks/gpio.h depends on definitions in
				soc/gpio_defs.h */

#define CROS_GPIO_DEVICE_NAME	"INT344B:00"
#endif