blob: 9a8bfc10aa97cbd9fa84d21c76d7888d96f95564 [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
Rohit Vaswani58fc0c62012-04-23 18:50:26 -070031#define MSM9625_TMR_PHYS 0xF9021000
32#define MSM9625_TMR_SIZE SZ_4K
33
34#define MSM9625_TLMM_PHYS 0xFD510000
35#define MSM9625_TLMM_SIZE SZ_16K
36
Abhimanyu Kapur46e5e2b2012-10-02 20:45:37 -070037#define MSM9625_MPM2_PSHOLD_PHYS 0xFC4AB000
38#define MSM9625_MPM2_PSHOLD_SIZE SZ_4K
39
Rohit Vaswani58fc0c62012-04-23 18:50:26 -070040#ifdef CONFIG_DEBUG_MSM9625_UART
41#define MSM_DEBUG_UART_BASE IOMEM(0xFA71E000)
42#define MSM_DEBUG_UART_PHYS 0xF991E000
43#endif
44
Rohit Vaswani58fc0c62012-04-23 18:50:26 -070045#endif