blob: 341bbe33a474ca1358786d2eb24e1599fe516243 [file] [log] [blame]
Rohit Vaswani58fc0c62012-04-23 18:50:26 -07001/*
Abhimanyu Kapur032b1f42013-01-18 00:10:50 -08002 * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
Rohit Vaswani58fc0c62012-04-23 18:50:26 -07003 *
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_MSM9625_H
15#define __ASM_ARCH_MSM_IOMAP_MSM9625_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
Jeff Hugob26da2d2012-09-17 15:58:59 -060026#define MSM9625_SHARED_RAM_PHYS 0x00000000
Rohit Vaswani58fc0c62012-04-23 18:50:26 -070027
Girish Mahadevan88170712012-10-09 15:27:06 -070028#define MSM9625_QGIC_DIST_PHYS 0xF9000000
29#define MSM9625_QGIC_DIST_SIZE SZ_4K
30
31#define MSM9625_QGIC_CPU_PHYS 0xF9002000
32#define MSM9625_QGIC_CPU_SIZE SZ_4K
33
Rohit Vaswani58fc0c62012-04-23 18:50:26 -070034#define MSM9625_APCS_GCC_PHYS 0xF9011000
35#define MSM9625_APCS_GCC_SIZE SZ_4K
36
37#define MSM9625_TMR_PHYS 0xF9021000
38#define MSM9625_TMR_SIZE SZ_4K
39
40#define MSM9625_TLMM_PHYS 0xFD510000
41#define MSM9625_TLMM_SIZE SZ_16K
42
Abhimanyu Kapur46e5e2b2012-10-02 20:45:37 -070043#define MSM9625_MPM2_PSHOLD_PHYS 0xFC4AB000
44#define MSM9625_MPM2_PSHOLD_SIZE SZ_4K
45
Rohit Vaswani58fc0c62012-04-23 18:50:26 -070046#ifdef CONFIG_DEBUG_MSM9625_UART
47#define MSM_DEBUG_UART_BASE IOMEM(0xFA71E000)
48#define MSM_DEBUG_UART_PHYS 0xF991E000
49#endif
50
Rohit Vaswani58fc0c62012-04-23 18:50:26 -070051#endif