blob: 0850fe1764fec49342de2fa52ca275e7bb19a99e [file] [log] [blame]
Kyösti Mälkkib8cb1422020-06-23 21:36:14 +03001/* SPDX-License-Identifier: GPL-2.0-only */
2
3#ifndef SOC_GPIO_H
4#define SOC_GPIO_H
5
6/* <soc/gpio.h> must provide gpio_t. */
Felix Helddea4e0f2021-09-22 20:05:53 +02007#include <amdblocks/gpio.h>
Kyösti Mälkkib8cb1422020-06-23 21:36:14 +03008
Felix Held09f767d2021-08-04 19:33:51 +02009#define SOC_GPIO_TOTAL_PINS 133
10
Kyösti Mälkkib8cb1422020-06-23 21:36:14 +030011#endif /* SOC_GPIO_H */