summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/include/mach/imx28-regs.h
blob: 0c97c4c2f20be8e39ed11187f9e8b518d3252084 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/*
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

#ifndef __ASM_ARCH_MX28_REGS_H
#define __ASM_ARCH_MX28_REGS_H

/*
 * sanity check
 */
#ifndef _IMX_REGS_H
# error "Please do not include directly. Use imx-regs.h instead."
#endif

#define IMX_SRAM_BASE		0x00000000
#define IMX_MEMORY_BASE		0x40000000

#define IMX_NFC_BASE		0x8000C000
#define IMX_SSP0_BASE		0x80010000
#define IMX_SSP1_BASE		0x80012000
#define IMX_SSP2_BASE		0x80014000
#define IMX_SSP3_BASE		0x80016000
#define IMX_IOMUXC_BASE		0x80018000
#define IMX_FB_BASE		0x80030000
#define IMX_CCM_BASE		0x80040000
#define IMX_WDT_BASE		0x80056000
#define IMX_I2C0_BASE		0x80058000
#define IMX_I2C1_BASE		0x8005a000
#define IMX_TIM1_BASE		0x80068000
#define IMX_UART0_BASE		0x8006a000
#define IMX_UART1_BASE		0x8006c000
#define IMX_UART2_BASE		0x8006e000
#define IMX_UART3_BASE		0x80070000
#define IMX_UART4_BASE		0x80072000
#define IMX_DBGUART_BASE	0x80074000
#define IMX_FEC0_BASE		0x800F0000
#define IMX_FEC1_BASE		0x800F4000

#endif /* __ASM_ARCH_MX28_REGS_H */