Ravi Kumar V | 8834dad | 2012-08-31 22:49:55 +0530 | [diff] [blame] | 1 | /* |
Duy Truong | 790f06d | 2013-02-13 16:38:12 -0800 | [diff] [blame] | 2 | * Copyright (c) 2012, The Linux Foundation. All rights reserved. |
Ravi Kumar V | 8834dad | 2012-08-31 22:49:55 +0530 | [diff] [blame] | 3 | * |
| 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 V | 8485af6 | 2012-09-21 13:15:17 +0530 | [diff] [blame] | 26 | #define MPQ8092_MSM_SHARED_RAM_PHYS 0x0FA00000 |
Ravi Kumar V | 8834dad | 2012-08-31 22:49:55 +0530 | [diff] [blame] | 27 | |
| 28 | #define MPQ8092_QGIC_DIST_PHYS 0xF9000000 |
| 29 | #define MPQ8092_QGIC_DIST_SIZE SZ_4K |
| 30 | |
Matt Wagantall | 7d49f71 | 2013-10-04 12:43:46 -0700 | [diff] [blame] | 31 | #define MPQ8092_QGIC_CPU_PHYS 0xF9002000 |
| 32 | #define MPQ8092_QGIC_CPU_SIZE SZ_4K |
| 33 | |
Ravi Kumar V | 8834dad | 2012-08-31 22:49:55 +0530 | [diff] [blame] | 34 | #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 |