1 /*
2  * Copyright (c) 2019 Intel Corporation
3  * SPDX-License-Identifier: Apache-2.0
4  */
5 
6 /** @file
7  * @brief Microchip XEC MCU family General Purpose Input Output (GPIO) defines.
8  *
9  */
10 
11 #ifndef _MICROCHIP_MEC_SOC_GPIO_H_
12 #define _MICROCHIP_MEC_SOC_GPIO_H_
13 
14 #define MCHP_GPIO_000_036     0
15 #define MCHP_GPIO_040_076     1
16 #define MCHP_GPIO_100_136     2
17 #define MCHP_GPIO_140_176     3
18 #define MCHP_GPIO_200_236     4
19 #define MCHP_GPIO_240_276     5
20 #define MCHP_GPIO_MAX_PORT    6
21 #define MCHP_NUM_GPIO_PORTS   6
22 
23 #endif /* _MICROCHIP_MEC_SOC_GPIO_H_ */
24