Tom Warren | c47e717 | 2013-01-28 13:32:07 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved. |
| 3 | * |
Tom Rini | e237880 | 2016-01-14 22:05:13 -0500 | [diff] [blame] | 4 | * SPDX-License-Identifier: GPL-2.0 |
Tom Warren | c47e717 | 2013-01-28 13:32:07 +0000 | [diff] [blame] | 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_ */ |