]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/include/asm/arch-tegra114/gpio.h
Add more SPDX-License-Identifier tags
[people/ms/u-boot.git] / arch / arm / include / asm / arch-tegra114 / gpio.h
CommitLineData
2fc65e28
TW
1/*
2 * Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved.
3 *
5b8031cc 4 * SPDX-License-Identifier: GPL-2.0
2fc65e28
TW
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_ */