summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/include/mach/imx23-regs.h
blob: a9a295fcbcd67e13fe6c08b89718898f7a7a3da5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* SPDX-FileCopyrightText: 2010 Juergen Beisert, Pengutronix */

#ifndef __ASM_ARCH_MX23_REGS_H
#define __ASM_ARCH_MX23_REGS_H

#define IMX_MEMORY_BASE		0x40000000
#define MXS_APBH_BASE		0x80004000
#define MXS_BCH_BASE		0x8000a000
#define MXS_GPMI_BASE		0x8000c000
#define IMX_UART1_BASE		0x8006c000
#define IMX_UART2_BASE		0x8006e000
#define IMX_DBGUART_BASE	0x80070000
#define IMX_TIM1_BASE		0x80068000
#define IMX_IOMUXC_BASE		0x80018000
#define IMX_EMI_BASE		0x80020000
#define IMX_OCOTP_BASE		0x8002c000
#define IMX_WDT_BASE		0x8005c000
#define IMX_CCM_BASE		0x80040000
#define IMX_LRADC_BASE		0x80050000
#define IMX_I2C1_BASE		0x80058000
#define IMX_SSP1_BASE		0x80010000
#define IMX_FB_BASE		0x80030000
#define IMX_SSP2_BASE		0x80034000
#define IMX_POWER_BASE		0x80044000
#define IMX_USBPHY_BASE		0x8007c000
#define IMX_DIGCTL_BASE		0x8001c000
#define IMX_USB_BASE		0x80080000
#define IMX_SDRAMC_BASE		0x800e0000

#endif /* __ASM_ARCH_MX23_REGS_H */