3 * arch/arm/mach-u300/include/mach/u300-regs.h
6 * Copyright (C) 2006-2009 ST-Ericsson AB
7 * License terms: GNU General Public License (GPL) version 2
8 * Basic register address definitions in physical memory and
9 * some block defintions for core devices like the timer.
10 * Author: Linus Walleij <linus.walleij@stericsson.com>
13 #ifndef __MACH_U300_REGS_H
14 #define __MACH_U300_REGS_H
17 * These are the large blocks of memory allocated for I/O.
18 * the defines are used for setting up the I/O memory mapping.
22 #define U300_NAND_CS0_PHYS_BASE 0x80000000
23 #define U300_NAND_CS0_VIRT_BASE 0xff040000
26 #define U300_NAND_IF_PHYS_BASE 0x9f800000
27 #define U300_NAND_IF_VIRT_BASE 0xff030000
30 #define U300_AHB_PER_PHYS_BASE 0xa0000000
31 #define U300_AHB_PER_VIRT_BASE 0xff010000
33 /* FAST Peripherals */
34 #define U300_FAST_PER_PHYS_BASE 0xc0000000
35 #define U300_FAST_PER_VIRT_BASE 0xff020000
37 /* SLOW Peripherals */
38 #define U300_SLOW_PER_PHYS_BASE 0xc0010000
39 #define U300_SLOW_PER_VIRT_BASE 0xff000000
42 #define U300_BOOTROM_PHYS_BASE 0xffff0000
43 #define U300_BOOTROM_VIRT_BASE 0xffff0000
45 /* SEMI config base */
46 #ifdef CONFIG_MACH_U300_BS335
47 #define U300_SEMI_CONFIG_BASE 0x2FFE0000
49 #define U300_SEMI_CONFIG_BASE 0x30000000
53 * All the following peripherals are specified at their PHYSICAL address,
54 * so if you need to access them (in the kernel), you MUST use the macros
55 * defined in <asm/io.h> to map to the IO_ADDRESS_AHB() IO_ADDRESS_FAST()
63 /* AHB Peripherals Bridge Controller */
64 #define U300_AHB_BRIDGE_BASE (U300_AHB_PER_PHYS_BASE+0x0000)
66 /* Vectored Interrupt Controller 0, servicing 32 interrupts */
67 #define U300_INTCON0_BASE (U300_AHB_PER_PHYS_BASE+0x1000)
68 #define U300_INTCON0_VBASE (U300_AHB_PER_VIRT_BASE+0x1000)
70 /* Vectored Interrupt Controller 1, servicing 32 interrupts */
71 #define U300_INTCON1_BASE (U300_AHB_PER_PHYS_BASE+0x2000)
72 #define U300_INTCON1_VBASE (U300_AHB_PER_VIRT_BASE+0x2000)
74 /* Memory Stick Pro (MSPRO) controller */
75 #define U300_MSPRO_BASE (U300_AHB_PER_PHYS_BASE+0x3000)
77 /* EMIF Configuration Area */
78 #define U300_EMIF_CFG_BASE (U300_AHB_PER_PHYS_BASE+0x4000)
85 /* FAST bridge control */
86 #define U300_FAST_BRIDGE_BASE (U300_FAST_PER_PHYS_BASE+0x0000)
88 /* MMC/SD controller */
89 #define U300_MMCSD_BASE (U300_FAST_PER_PHYS_BASE+0x1000)
91 /* PCM I2S0 controller */
92 #define U300_PCM_I2S0_BASE (U300_FAST_PER_PHYS_BASE+0x2000)
94 /* PCM I2S1 controller */
95 #define U300_PCM_I2S1_BASE (U300_FAST_PER_PHYS_BASE+0x3000)
98 #define U300_I2C0_BASE (U300_FAST_PER_PHYS_BASE+0x4000)
100 /* I2C1 controller */
101 #define U300_I2C1_BASE (U300_FAST_PER_PHYS_BASE+0x5000)
104 #define U300_SPI_BASE (U300_FAST_PER_PHYS_BASE+0x6000)
106 #ifdef CONFIG_MACH_U300_BS335
107 /* Fast UART1 on U335 only */
108 #define U300_UART1_BASE (U300_SLOW_PER_PHYS_BASE+0x7000)
115 /* SLOW bridge control */
116 #define U300_SLOW_BRIDGE_BASE (U300_SLOW_PER_PHYS_BASE)
119 #define U300_SYSCON_BASE (U300_SLOW_PER_PHYS_BASE+0x1000)
120 #define U300_SYSCON_VBASE (U300_SLOW_PER_VIRT_BASE+0x1000)
123 #define U300_WDOG_BASE (U300_SLOW_PER_PHYS_BASE+0x2000)
126 #define U300_UART0_BASE (U300_SLOW_PER_PHYS_BASE+0x3000)
128 /* APP side special timer */
129 #define U300_TIMER_APP_BASE (U300_SLOW_PER_PHYS_BASE+0x4000)
130 #define U300_TIMER_APP_VBASE (U300_SLOW_PER_VIRT_BASE+0x4000)
133 #define U300_KEYPAD_BASE (U300_SLOW_PER_PHYS_BASE+0x5000)
136 #define U300_GPIO_BASE (U300_SLOW_PER_PHYS_BASE+0x6000)
139 #define U300_RTC_BASE (U300_SLOW_PER_PHYS_BASE+0x7000)
142 #define U300_BUSTR_BASE (U300_SLOW_PER_PHYS_BASE+0x8000)
144 /* Event handler (hardware queue) */
145 #define U300_EVHIST_BASE (U300_SLOW_PER_PHYS_BASE+0x9000)
148 #define U300_TIMER_BASE (U300_SLOW_PER_PHYS_BASE+0xa000)
151 #define U300_PPM_BASE (U300_SLOW_PER_PHYS_BASE+0xb000)
158 /* ISP (image signal processor) is only available in U335 */
159 #ifdef CONFIG_MACH_U300_BS335
160 #define U300_ISP_BASE (0xA0008000)
163 /* DMA Controller base */
164 #define U300_DMAC_BASE (0xC0020000)
167 #define U300_MSL_BASE (0xc0022000)
170 #define U300_APEX_BASE (0xc0030000)
172 /* Video Encoder Base */
173 #ifdef CONFIG_MACH_U300_BS335
174 #define U300_VIDEOENC_BASE (0xc0080000)
176 #define U300_VIDEOENC_BASE (0xc0040000)
180 #define U300_XGAM_BASE (0xd0000000)
183 * Virtual accessor macros for static devices