1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 3 * Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved. 4 */ 5 6 #ifndef _TEGRA114_GPIO_H_ 7 #define _TEGRA114_GPIO_H_ 8 9 /* 10 * The Tegra114 GPIO controller has 246 GPIOS in 8 banks of 4 ports, 11 * each with 8 GPIOs. 12 */ 13 #define TEGRA_GPIO_PORTS 4 /* number of ports per bank */ 14 #define TEGRA_GPIO_BANKS 8 /* number of banks */ 15 16 #include <asm/arch-tegra/gpio.h> 17 #include <asm/arch-tegra30/gpio.h> 18 19 #endif /* _TEGRA114_GPIO_H_ */ 20