/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef SOC_GPIO_H #define SOC_GPIO_H /* must provide gpio_t. */ #include #define SOC_GPIO_TOTAL_PINS 133 #endif /* SOC_GPIO_H */