summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/xeon_sp/include/soc/gpio.h
blob: 04eb9ae31c3cfbeb05939b4f4c2d2ddc0f68a9b9 (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_GPIO_H_
#define _SOC_GPIO_H_

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

/*
 * XEON SP series doesn't support dynamic GPIO PM hence GPIO community
 * MISCCFG register doesn't have PM bits
 */
#define MISCCFG_GPIO_PM_CONFIG_BITS 0

#endif