1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef GPIO_NAMES_GPIO_GROUPS_H
4 #define GPIO_NAMES_GPIO_GROUPS_H
11 * This field is necessary for EBG, since the pad configuration registers
12 * within a community are no longer contiguous.
15 const char *const *pad_names
; /* indexed by 'pad * func_count + func' */
18 struct gpio_community
{
22 const struct gpio_group
*const *groups
;