blob: d6eaa1bd40e88fa54241aadd97e7a3129321e696 [file] [log] [blame]
Tom Warrenc47e7172013-01-28 13:32:07 +00001/*
2 * Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved.
3 *
Tom Rinie2378802016-01-14 22:05:13 -05004 * SPDX-License-Identifier: GPL-2.0
Tom Warrenc47e7172013-01-28 13:32:07 +00005 */
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_ */