]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/mach-imx/mx6.h
ENGR00273425 ARM: imx: enable suspend code for imx6q/dl
[karo-tx-linux.git] / arch / arm / mach-imx / mx6.h
1 /*
2  * Copyright 2004-2013 Freescale Semiconductor, Inc. All Rights Reserved.
3  */
4
5 /*
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 as
8  * published by the Free Software Foundation.
9  */
10
11 #ifndef __ASM_ARCH_MXC_IOMAP_H__
12 #define __ASM_ARCH_MXC_IOMAP_H__
13
14 #define MX6Q_IO_P2V(x)                  IMX_IO_P2V(x)
15 #define MX6Q_IO_ADDRESS(x)              IOMEM(MX6Q_IO_P2V(x))
16
17 #define MX6Q_L2_BASE_ADDR               0x00a02000
18 #define MX6Q_L2_SIZE                    0x1000
19 #define MX6Q_IOMUXC_BASE_ADDR           0x020e0000
20 #define MX6Q_IOMUXC_SIZE                0x4000
21 #define MX6Q_SRC_BASE_ADDR              0x020d8000
22 #define MX6Q_SRC_SIZE                   0x4000
23 #define MX6Q_CCM_BASE_ADDR              0x020c4000
24 #define MX6Q_CCM_SIZE                   0x4000
25 #define MX6Q_ANATOP_BASE_ADDR           0x020c8000
26 #define MX6Q_ANATOP_SIZE                0x1000
27 #define MX6Q_GPC_BASE_ADDR              0x020dc000
28 #define MX6Q_GPC_SIZE                   0x4000
29 #define MX6Q_MMDC_P0_BASE_ADDR          0x021b0000
30 #define MX6Q_MMDC_P0_SIZE               0x4000
31 #define MX6Q_MMDC_P1_BASE_ADDR          0x021b4000
32 #define MX6Q_MMDC_P1_SIZE               0x4000
33
34 #define MX6_SUSPEND_IRAM_SIZE           0x1000
35 #endif