blob: 7167d3cf5b6def97df2fd4f4d5de06b9113378e8 [file] [log] [blame]
Stefan Bosch48397f12020-07-10 19:07:25 +02001/* 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 */