~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise-security

« back to all changes in this revision

Viewing changes to arch/arm/plat-mxc/include/mach/mx6q.h

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati
  • Date: 2011-12-06 15:56:07 UTC
  • Revision ID: package-import@ubuntu.com-20111206155607-pcf44kv5fmhk564f
Tags: 3.2.0-1401.1
[ Paolo Pisati ]

* Rebased on top of Ubuntu-3.2.0-3.8
* Tilt-tracking @ ef2487af4bb15bdd0689631774b5a5e3a59f74e2
* Delete debian.ti-omap4/control, it shoudln't be tracked
* Fix architecture spelling (s/armel/armhf/)
* [Config] Update configs following 3.2 import
* [Config] Fix compilation: disable CODA and ARCH_OMAP3
* [Config] Fix compilation: disable Ethernet Faraday
* Update series to precise

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright 2011 Freescale Semiconductor, Inc. All Rights Reserved.
 
3
 * Copyright 2011 Linaro Ltd.
 
4
 *
 
5
 * The code contained herein is licensed under the GNU General Public
 
6
 * License. You may obtain a copy of the GNU General Public License
 
7
 * Version 2 or later at the following locations:
 
8
 *
 
9
 * http://www.opensource.org/licenses/gpl-license.html
 
10
 * http://www.gnu.org/copyleft/gpl.html
 
11
 */
 
12
 
 
13
#ifndef __MACH_MX6Q_H__
 
14
#define __MACH_MX6Q_H__
 
15
 
 
16
#define MX6Q_IO_P2V(x)                  IMX_IO_P2V(x)
 
17
#define MX6Q_IO_ADDRESS(x)              IOMEM(MX6Q_IO_P2V(x))
 
18
 
 
19
/*
 
20
 * The following are the blocks that need to be statically mapped.
 
21
 * For other blocks, the base address really should be retrieved from
 
22
 * device tree.
 
23
 */
 
24
#define MX6Q_SCU_BASE_ADDR              0x00a00000
 
25
#define MX6Q_SCU_SIZE                   0x1000
 
26
#define MX6Q_CCM_BASE_ADDR              0x020c4000
 
27
#define MX6Q_CCM_SIZE                   0x4000
 
28
#define MX6Q_ANATOP_BASE_ADDR           0x020c8000
 
29
#define MX6Q_ANATOP_SIZE                0x1000
 
30
#define MX6Q_UART4_BASE_ADDR            0x021f0000
 
31
#define MX6Q_UART4_SIZE                 0x4000
 
32
 
 
33
#endif  /* __MACH_MX6Q_H__ */