blob: 2ae36a561abbfa18b31271d883b61d797deea9e0 [file] [log] [blame]
Ravi Kumar V8834dad2012-08-31 22:49:55 +05301/*
Duy Truong790f06d2013-02-13 16:38:12 -08002 * Copyright (c) 2012, The Linux Foundation. All rights reserved.
Ravi Kumar V8834dad2012-08-31 22:49:55 +05303 *
4 * This software is licensed under the terms of the GNU General Public
5 * License version 2, as published by the Free Software Foundation, and
6 * may be copied, distributed, and modified under those terms.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 */
13
14#ifndef __ASM_ARCH_MSM_IOMAP_8092_H
15#define __ASM_ARCH_MSM_IOMAP_8092_H
16
17/* Physical base address and size of peripherals.
18 * Ordered by the virtual base addresses they will be mapped at.
19 *
20 * If you add or remove entries here, you'll want to edit the
21 * io desc array in arch/arm/mach-msm/io.c to reflect your
22 * changes.
23 *
24 */
25
Ravi Kumar V8485af62012-09-21 13:15:17 +053026#define MPQ8092_MSM_SHARED_RAM_PHYS 0x0FA00000
Ravi Kumar V8834dad2012-08-31 22:49:55 +053027
28#define MPQ8092_QGIC_DIST_PHYS 0xF9000000
29#define MPQ8092_QGIC_DIST_SIZE SZ_4K
30
Matt Wagantall7d49f712013-10-04 12:43:46 -070031#define MPQ8092_QGIC_CPU_PHYS 0xF9002000
32#define MPQ8092_QGIC_CPU_SIZE SZ_4K
33
Ravi Kumar V8834dad2012-08-31 22:49:55 +053034#define MPQ8092_TLMM_PHYS 0xFD510000
35#define MPQ8092_TLMM_SIZE SZ_16K
36
37#ifdef CONFIG_DEBUG_MPQ8092_UART
38#define MSM_DEBUG_UART_BASE IOMEM(0xFA71E000)
39#define MSM_DEBUG_UART_PHYS 0xF991E000
40#endif
41
42#endif