Stefan Bosch | 48397f1 | 2020-07-10 19:07:25 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ |
2 | * | ||||
3 | * (C) Copyright 2016 Nexell | ||||
4 | * DeokJin, Lee <truevirtue@nexell.co.kr> | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef __ASM_ARCH_NEXELL_GPIO_H | ||||
8 | #define __ASM_ARCH_NEXELL_GPIO_H | ||||
9 | |||||
10 | #include <asm/io.h> | ||||
11 | #include <linux/errno.h> | ||||
12 | |||||
13 | #define PIN_BASE 0 | ||||
14 | |||||
15 | #define MAX_GPIO_BANKS 5 | ||||
16 | |||||
17 | #endif /* __ASM_ARCH_NEXELL_GPIO_H */ |