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