summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/xeon_sp/include/soc/gpio.h
blob: 10347b7c26110fa4ecc5e149c890f62f77e8f2e0 (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/gpio_soc_defs.h>
#include <intelblocks/gpio.h> /* IWYU pragma: export */

/*
 * 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