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