~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 7167d3cf5b6def97df2fd4f4d5de06b9113378e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0+
 *
 * (C) Copyright 2016 Nexell
 * DeokJin, Lee <truevirtue@nexell.co.kr>
 */

#ifndef __ASM_ARCH_NEXELL_GPIO_H
#define __ASM_ARCH_NEXELL_GPIO_H

#include <asm/io.h>
#include <linux/errno.h>

#define PIN_BASE		0

#define MAX_GPIO_BANKS		5

#endif /* __ASM_ARCH_NEXELL_GPIO_H */