blob: 6069ee018db36120bf22f91e667a8bb5766faba9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef SOC_GPIO_H
#define SOC_GPIO_H
/* <soc/gpio.h> must provide gpio_t. */
#include <amdblocks/gpio_banks.h>
#define SOC_GPIO_TOTAL_PINS 133
#endif /* SOC_GPIO_H */
|