android_kernel_lge_bullhead/arch/arm/mach-msm/include/mach/msm_iomap-9640.h

32 lines
1008 B
C

/*
* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
#ifndef __ASM_ARCH_MSM_IOMAP_MDM9640_H
#define __ASM_ARCH_MSM_IOMAP_MDM9640_H
/* Physical base address and size of peripherals.
* Ordered by the virtual base addresses they will be mapped at.
*
* If you add or remove entries here, you'll want to edit the
* io desc array in arch/arm/mach-msm/io.c to reflect your
* changes.
*
*/
#ifdef CONFIG_DEBUG_MDM9640_UART
#define MSM_DEBUG_UART_BASE IOMEM(0xFA0B1000)
#define MSM_DEBUG_UART_PHYS 0x078B1000
#endif
#endif