blob: 4f1d439f6f4275e3ba9c78f12ab39e4b352fa167 [file] [log] [blame]
Giulio Benetti9dba2622020-01-10 15:51:47 +01001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright(C) 2019
4 * Author(s): Giulio Benetti <giulio.benetti@benettiengineering.com>
5 */
6
7#ifndef __ASM_ARCH_IMX_REGS_H__
8#define __ASM_ARCH_IMX_REGS_H__
9
10#define ARCH_MXC
11
12#define GPIO1_BASE_ADDR 0x401B8000
13#define GPIO2_BASE_ADDR 0x401BC000
14#define GPIO3_BASE_ADDR 0x401C0000
15#define GPIO4_BASE_ADDR 0x401C4000
16#define GPIO5_BASE_ADDR 0x400C0000
17
18#define ANATOP_BASE_ADDR 0x400d8000
19
20#endif /* __ASM_ARCH_IMX_REGS_H__ */