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

#ifndef _SOC_ALDERLAKE_GPIO_H_
#define _SOC_ALDERLAKE_GPIO_H_

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

#define CROS_GPIO_NAME		"INTC1055"
#define CROS_GPIO_DEVICE_NAME	"INTC1055:00"

#endif