Cache align the pitch detector audiobuffer where needed. Some other misc. changes...
[kugel-rb.git] / firmware / export / imx31l.h
blob3f3a0140c83fec56f191a4a9c16c94ad5140a041
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
10 * Copyright (C) 2006 by James Espinoza
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
20 ****************************************************************************/
21 #ifndef __IMX31L_H__
22 #define __IMX31L_H__
24 /* Most(if not all) of these defines are copied from Nand-Boot v4 provided w/ the Imx31 Linux Bsp*/
26 #define REG8_PTR_T volatile unsigned char *
27 #define REG16_PTR_T volatile unsigned short *
28 #define REG32_PTR_T volatile unsigned long *
30 /* Place in the section with the framebuffer */
31 #define TTB_BASE_ADDR (CSD0_BASE_ADDR + (MEM*0x100000) - TTB_SIZE)
32 #define TTB_SIZE (0x4000)
33 #define IRAM_SIZE (0x4000)
34 #define TTB_BASE ((unsigned long *)TTB_BASE_ADDR)
35 #define FRAME_SIZE (240*320*2)
36 /* Rockbox framebuffer address, not retail OS */
37 #define FRAME_PHYS_ADDR (TTB_BASE_ADDR - FRAME_SIZE)
38 #define FRAME ((void *)(FRAME_PHYS_ADDR+0x100000-CSD0_BASE_ADDR))
40 #define CACHEALIGN_BITS 5
41 #define CACHEALIGN_SIZE 32
42 #define NOCACHE_BASE CSD0_BASE_ADDR
44 /* USBOTG */
45 #define USB_QHARRAY_ATTR __attribute__((section(".qharray"),nocommon,aligned(2048)))
46 #define USB_NUM_ENDPOINTS 8
47 #define USB_DEVBSS_ATTR NOCACHEBSS_ATTR
48 #define USB_BASE OTG_BASE_ADDR
49 #define QHARRAY_SIZE ((64*USB_NUM_ENDPOINTS*2 + 2047) & (0xffffffff - 2047))
50 #define QHARRAY_PHYS_ADDR ((FRAME_PHYS_ADDR - QHARRAY_SIZE) & (0xffffffff - 2047))
53 * AIPS 1
55 #define IRAM_BASE_ADDR 0x1fffc000
56 #define L2CC_BASE_ADDR 0x30000000
57 #define AIPS1_BASE_ADDR 0x43F00000
58 #define AIPS1_CTRL_BASE_ADDR AIPS1_BASE_ADDR
59 #define MAX_BASE_ADDR 0x43F04000
60 #define EVTMON_BASE_ADDR 0x43F08000
61 #define CLKCTL_BASE_ADDR 0x43F0C000
62 #define ETB_SLOT4_BASE_ADDR 0x43F10000
63 #define ETB_SLOT5_BASE_ADDR 0x43F14000
64 #define ECT_CTIO_BASE_ADDR 0x43F18000
65 #define I2C1_BASE_ADDR 0x43F80000
66 #define I2C3_BASE_ADDR 0x43F84000
67 #define OTG_BASE_ADDR 0x43F88000
68 #define ATA_BASE_ADDR 0x43F8C000
69 #define UART1_BASE_ADDR 0x43F90000
70 #define UART2_BASE_ADDR 0x43F94000
71 #define I2C2_BASE_ADDR 0x43F98000
72 #define OWIRE_BASE_ADDR 0x43F9C000
73 #define SSI1_BASE_ADDR 0x43FA0000
74 #define CSPI1_BASE_ADDR 0x43FA4000
75 #define KPP_BASE_ADDR 0x43FA8000
76 #define IOMUXC_BASE_ADDR 0x43FAC000
77 #define UART4_BASE_ADDR 0x43FB0000
78 #define UART5_BASE_ADDR 0x43FB4000
79 #define ECT_IP1_BASE_ADDR 0x43FB8000
80 #define ECT_IP2_BASE_ADDR 0x43FBC000
83 * SPBA
85 #define SPBA_BASE_ADDR 0x50000000
86 #define MMC_SDHC1_BASE_ADDR 0x50004000
87 #define MMC_SDHC2_BASE_ADDR 0x50008000
88 #define UART3_BASE_ADDR 0x5000C000
89 #define CSPI2_BASE_ADDR 0x50010000
90 #define SSI2_BASE_ADDR 0x50014000
91 #define SIM_BASE_ADDR 0x50018000
92 #define IIM_BASE_ADDR 0x5001C000
93 #define ATA_DMA_BASE_ADDR 0x50020000
94 #define SPBA_CTRL_BASE_ADDR 0x5003C000
97 * AIPS 2
99 #define AIPS2_BASE_ADDR 0x53F00000
100 #define AIPS2_CTRL_BASE_ADDR AIPS2_BASE_ADDR
101 #define CCM_BASE_ADDR 0x53F80000
102 #define CSPI3_BASE_ADDR 0x53F84000
103 #define FIRI_BASE_ADDR 0x53F8C000
104 #define GPT1_BASE_ADDR 0x53F90000
105 #define EPIT1_BASE_ADDR 0x53F94000
106 #define EPIT2_BASE_ADDR 0x53F98000
107 #define GPIO3_BASE_ADDR 0x53FA4000
108 #define SCC_BASE 0x53FAC000
109 #define SCM_BASE 0x53FAE000
110 #define SMN_BASE 0x53FAF000
111 #define RNGA_BASE_ADDR 0x53FB0000
112 #define IPU_CTRL_BASE_ADDR 0x53FC0000
113 #define AUDMUX_BASE 0x53FC4000
114 #define MPEG4_ENC_BASE 0x53FC8000
115 #define GPIO1_BASE_ADDR 0x53FCC000
116 #define GPIO2_BASE_ADDR 0x53FD0000
117 #define SDMA_BASE_ADDR 0x53FD4000
118 #define RTC_BASE_ADDR 0x53FD8000
119 #define WDOG_BASE_ADDR 0x53FDC000
120 #define PWM_BASE_ADDR 0x53FE0000
121 #define RTIC_BASE_ADDR 0x53FEC000
123 #define WDOG1_BASE_ADDR WDOG_BASE_ADDR
124 #define CRM_MCU_BASE_ADDR CCM_BASE_ADDR
126 /* IIM */
127 #define IIM_PREV (*(REG32_PTR_T)(IIM_BASE_ADDR + 0x20))
128 #define IIM_PREV_SIG (0x1f << 3)
129 #define IIM_PREV_SIG_IMX31 (0x01 << 3) /* i.MX31 */
130 #define IIM_SREV (*(REG32_PTR_T)(IIM_BASE_ADDR + 0x24))
131 #define IIM_SREV_SREV (0xff << 0)
132 #define IIM_SREV_1_0 0x00 /* i.MX31/L 1.0, L38W */
133 #define IIM_SREV_1_1 0x10 /* i.MX31 1.1, 2L38W */
134 #define IIM_SREV_1_1L 0x11 /* i.MX31L 1.1, 2L38W */
135 #define IIM_SREV_1_15 0x12 /* i.MX31 1.15, 2L38W/3L38W */
136 #define IIM_SREV_1_15L 0x13 /* i.MX31L 1.15, 2L38W/3L38W */
137 #define IIM_SREV_1_2 0x14 /* i.MX31 1.2, 3L38W, M45G */
138 #define IIM_SREV_1_2L 0x15 /* i.MX31L 1.2, 3L38W, M45G */
139 #define IIM_SREV_2_0_1 0x28 /* i.MX31 2.0/2.0.1, M91E */
140 #define IIM_SREV_2_0_1L 0x29 /* i.MX31L 2.0/2.0.1, M91E */
142 /* IOMUXC */
143 #define IOMUXC_GPR (*(REG32_PTR_T)(IOMUXC_BASE_ADDR+0x008))
145 /* SW_MUX_CTL_* */
146 #define IOMUXC_MUX_OUT (0x7 << 4)
147 #define IOMUXC_MUX_OUT_POS (4)
148 #define IOMUXC_MUX_IN (0xf << 0)
149 #define IOMUXC_MUX_IN_POS (0)
150 #define IOMUXC_MUX_MASK (0x7f)
152 #define IOMUXC_MUX_OUT_GPIO (0x0 << IOMUXC_MUX_OUT_POS)
153 #define IOMUXC_MUX_OUT_FUNCTIONAL (0x1 << IOMUXC_MUX_OUT_POS)
154 #define IOMUXC_MUX_OUT_ALT1 (0x2 << IOMUXC_MUX_OUT_POS)
155 #define IOMUXC_MUX_OUT_ALT2 (0x3 << IOMUXC_MUX_OUT_POS)
156 #define IOMUXC_MUX_OUT_ALT3 (0x4 << IOMUXC_MUX_OUT_POS)
157 #define IOMUXC_MUX_OUT_ALT4 (0x5 << IOMUXC_MUX_OUT_POS)
158 #define IOMUXC_MUX_OUT_ALT5 (0x6 << IOMUXC_MUX_OUT_POS)
159 #define IOMUXC_MUX_OUT_ALT6 (0x7 << IOMUXC_MUX_OUT_POS)
161 #define IOMUXC_MUX_IN_NONE (0x0 << IOMUXC_MUX_IN_POS)
162 #define IOMUXC_MUX_IN_GPIO (0x1 << IOMUXC_MUX_IN_POS)
163 #define IOMUXC_MUX_IN_FUNCTIONAL (0x2 << IOMUXC_MUX_IN_POS)
164 #define IOMUXC_MUX_IN_ALT1 (0x4 << IOMUXC_MUX_IN_POS)
165 #define IOMUXC_MUX_IN_ALT2 (0x8 << IOMUXC_MUX_IN_POS)
167 /* SW_PAD_CTL_* */
168 #define IOMUXC_PAD_LOOPBACK (0x1 << 9) /* Route output to input */
169 /* Pullup, pulldown and keeper enable */
170 #define IOMUXC_PAD_PUE_PKE (0x3 << 7)
171 #define IOMUXC_PAD_PUE_PKE_DISABLE (0x0 << 7)
172 #define IOMUXC_PAD_PUE_PKE_DISABLE_2 (0x1 << 7) /* Same as 0x0 */
173 #define IOMUXC_PAD_PUE_PKE_KEEPER (0x2 << 7)
174 #define IOMUXC_PAD_PUE_PKE_PULLUPDOWN (0x3 << 7) /* Enb. Pull up or down */
175 /* Pullup/down resistance */
176 #define IOMUXC_PAD_PUS (0x3 << 5)
177 #define IOMUXC_PAD_PUS_DOWN_100K (0x0 << 5)
178 #define IOMUXC_PAD_PUS_UP_100K (0x1 << 5)
179 #if 0 /* Completeness */
180 #define IOMUXC_PAD_PUS_UP_47K (0x2 << 5) /* Not in IMX31/L */
181 #define IOMUXC_PAD_PUS_UP_22K (0x3 << 5) /* Not in IMX31/L */
182 #endif
183 #define IOMUXC_PAD_HYS (0x1 << 4) /* Schmitt trigger input */
184 #define IOMUXC_PAD_ODE (0x1 << 3) /* Open drain output 0=CMOS pushpull*/
185 #define IOMUXC_PAD_DSE (0x3 << 1)
186 #define IOMUXC_PAD_DSE_STD (0x0 << 1) /* Drive strength */
187 #define IOMUXC_PAD_DSE_HIGH (0x1 << 1)
188 #define IOMUXC_PAD_DSE_MAX (0x2 << 1)
189 #define IOMUXC_PAD_DSE_MAX_2 (0x3 << 1) /* Same as 0x2 */
190 #define IOMUXC_PAD_SRE (0x1 << 0) /* Slew rate, 1=fast */
192 #define IOMUXC_PAD_MASK (0x3ff)
194 /* RNGA */
195 #define RNGA_CONTROL (*(REG32_PTR_T)(RNGA_BASE_ADDR+0x00))
197 #define RNGA_CONTROL_SLEEP (1 << 4)
199 /* IPU */
200 #define IPU_CONF (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0x00))
201 #define IPU_CHA_BUF0_RDY (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0x04))
202 #define IPU_CHA_BUF1_RDY (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0x08))
203 #define IPU_CHA_DB_MODE_SEL (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0x0C))
204 #define IPU_CHA_CUR_BUF (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0x10))
205 #define IPU_FS_PROC_FLOW (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0x14))
206 #define IPU_FS_DISP_FLOW (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0x18))
207 #define IPU_TASKS_STAT (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0x1C))
208 #define IPU_IMA_ADDR (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0x20))
209 #define IPU_IMA_DATA (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0x24))
210 #define IPU_INT_CTRL_1 (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0x28))
211 #define IPU_INT_CTRL_2 (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0x2C))
212 #define IPU_INT_CTRL_3 (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0x30))
213 #define IPU_INT_CTRL_4 (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0x34))
214 #define IPU_INT_CTRL_5 (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0x38))
215 #define IPU_INT_STAT_1 (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0x3C))
216 #define IPU_INT_STAT_2 (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0x40))
217 #define IPU_INT_STAT_3 (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0x44))
218 #define IPU_INT_STAT_4 (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0x48))
219 #define IPU_INT_STAT_5 (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0x4C))
220 #define IPU_BRK_CTRL_1 (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0x50))
221 #define IPU_BRK_CTRL_2 (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0x54))
222 #define IPU_BRK_STAT (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0x58))
223 #define IPU_DIAGB_CTRL (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0x60))
224 #define IPU_IDMAC_CONF (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0xA4))
225 #define IPU_IDMAC_CHA_EN (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0xA8))
226 #define IPU_IDMAC_CHA_PRI (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0xAC))
227 #define IPU_IDMAC_CHA_BUSY (*(REG32_PTR_T)(IPU_CTRL_BASE_ADDR+0xB0))
231 /* ATA */
232 #define ATA_TIME_OFF (*(REG8_PTR_T)(ATA_BASE_ADDR+0x00))
233 #define ATA_TIME_ON (*(REG8_PTR_T)(ATA_BASE_ADDR+0x01))
234 /* PIO */
235 #define ATA_TIME_1 (*(REG8_PTR_T)(ATA_BASE_ADDR+0x02))
236 #define ATA_TIME_2W (*(REG8_PTR_T)(ATA_BASE_ADDR+0x03))
237 #define ATA_TIME_2R (*(REG8_PTR_T)(ATA_BASE_ADDR+0x04))
238 #define ATA_TIME_AX (*(REG8_PTR_T)(ATA_BASE_ADDR+0x05))
239 #define ATA_TIME_PIO_RDX (*(REG8_PTR_T)(ATA_BASE_ADDR+0x06))
240 #define ATA_TIME_4 (*(REG8_PTR_T)(ATA_BASE_ADDR+0x07))
241 #define ATA_TIME_9 (*(REG8_PTR_T)(ATA_BASE_ADDR+0x08))
242 /* MDMA */
243 #define ATA_TIME_M (*(REG8_PTR_T)(ATA_BASE_ADDR+0x09))
244 #define ATA_TIME_JN (*(REG8_PTR_T)(ATA_BASE_ADDR+0x0A))
245 #define ATA_TIME_D (*(REG8_PTR_T)(ATA_BASE_ADDR+0x0B))
246 #define ATA_TIME_K (*(REG8_PTR_T)(ATA_BASE_ADDR+0x0C))
247 /* UDMA */
248 #define ATA_TIME_ACK (*(REG8_PTR_T)(ATA_BASE_ADDR+0x0D))
249 #define ATA_TIME_ENV (*(REG8_PTR_T)(ATA_BASE_ADDR+0x0E))
250 #define ATA_TIME_RPX (*(REG8_PTR_T)(ATA_BASE_ADDR+0x0F))
251 #define ATA_TIME_ZAH (*(REG8_PTR_T)(ATA_BASE_ADDR+0x10))
252 #define ATA_TIME_MLIX (*(REG8_PTR_T)(ATA_BASE_ADDR+0x11))
253 #define ATA_TIME_DVH (*(REG8_PTR_T)(ATA_BASE_ADDR+0x12))
254 #define ATA_TIME_DZFS (*(REG8_PTR_T)(ATA_BASE_ADDR+0x13))
255 #define ATA_TIME_DVS (*(REG8_PTR_T)(ATA_BASE_ADDR+0x14))
256 #define ATA_TIME_CVH (*(REG8_PTR_T)(ATA_BASE_ADDR+0x15))
257 #define ATA_TIME_SS (*(REG8_PTR_T)(ATA_BASE_ADDR+0x16))
258 #define ATA_TIME_CYC (*(REG8_PTR_T)(ATA_BASE_ADDR+0x17))
259 /* */
260 #define ATA_FIFO_DATA_32 (*(REG32_PTR_T)(ATA_BASE_ADDR+0x18))
261 #define ATA_FIFO_DATA_16 (*(REG16_PTR_T)(ATA_BASE_ADDR+0x1c))
262 #define ATA_FIFO_FILL (*(REG8_PTR_T)(ATA_BASE_ADDR+0x20))
263 /* Actually ATA_CONTROL but conflicts arise */
264 #define ATA_INTF_CONTROL (*(REG8_PTR_T)(ATA_BASE_ADDR+0x24))
265 #define ATA_INTERRUPT_PENDING (*(REG8_PTR_T)(ATA_BASE_ADDR+0x28))
266 #define ATA_INTERRUPT_ENABLE (*(REG8_PTR_T)(ATA_BASE_ADDR+0x2c))
267 #define ATA_INTERRUPT_CLEAR (*(REG8_PTR_T)(ATA_BASE_ADDR+0x30))
268 #define ATA_FIFO_ALARM (*(REG8_PTR_T)(ATA_BASE_ADDR+0x34))
269 #define ATA_DRIVE_DATA (*(REG16_PTR_T)(ATA_BASE_ADDR+0xA0))
270 #define ATA_DRIVE_FEATURES (*(REG8_PTR_T)(ATA_BASE_ADDR+0xA4))
271 #define ATA_DRIVE_SECTOR_COUNT (*(REG8_PTR_T)(ATA_BASE_ADDR+0xA8))
272 #define ATA_DRIVE_SECTOR_NUM (*(REG8_PTR_T)(ATA_BASE_ADDR+0xAC))
273 #define ATA_DRIVE_CYL_LOW (*(REG8_PTR_T)(ATA_BASE_ADDR+0xB0))
274 #define ATA_DRIVE_CYL_HIGH (*(REG8_PTR_T)(ATA_BASE_ADDR+0xB4))
275 #define ATA_DRIVE_CYL_HEAD (*(REG8_PTR_T)(ATA_BASE_ADDR+0xB8))
276 #define ATA_DRIVE_STATUS (*(REG8_PTR_T)(ATA_BASE_ADDR+0xBC)) /* rd */
277 #define ATA_DRIVE_COMMAND (*(REG8_PTR_T)(ATA_BASE_ADDR+0xBC)) /* wr */
278 #define ATA_ALT_DRIVE_STATUS (*(REG8_PTR_T)(ATA_BASE_ADDR+0xD8)) /* rd */
279 #define ATA_DRIVE_CONTROL (*(REG8_PTR_T)(ATA_BASE_ADDR+0xD8)) /* wr */
281 /* ATA_INTF_CONTROL flags */
282 #define ATA_FIFO_RST (1 << 7)
283 #define ATA_ATA_RST (1 << 6)
284 #define ATA_FIFO_TX_EN (1 << 5)
285 #define ATA_FIFO_RCV_EN (1 << 4)
286 #define ATA_DMA_PENDING (1 << 3)
287 #define ATA_DMA_ULTRA_SELECTED (1 << 2)
288 #define ATA_DMA_WRITE (1 << 1)
289 #define ATA_IORDY_EN (1 << 0)
291 /* ATA_INTERRUPT_PENDING, ATA_INTERRUPT_ENABLE, ATA_INTERRUPT_CLEAR flags */
292 #define ATA_INTRQ1 (1 << 7) /* INTRQ to the DMA */
293 #define ATA_FIFO_UNDERFLOW (1 << 6)
294 #define ATA_FIFO_OVERFLOW (1 << 5)
295 #define ATA_CONTROLLER_IDLE (1 << 4)
296 #define ATA_INTRQ2 (1 << 3) /* INTRQ to the MCU */
298 /* EPIT */
299 #define EPITCR1 (*(REG32_PTR_T)(EPIT1_BASE_ADDR+0x00))
300 #define EPITSR1 (*(REG32_PTR_T)(EPIT1_BASE_ADDR+0x04))
301 #define EPITLR1 (*(REG32_PTR_T)(EPIT1_BASE_ADDR+0x08))
302 #define EPITCMPR1 (*(REG32_PTR_T)(EPIT1_BASE_ADDR+0x0C))
303 #define EPITCNT1 (*(REG32_PTR_T)(EPIT1_BASE_ADDR+0x10))
305 #define EPITCR2 (*(REG32_PTR_T)(EPIT2_BASE_ADDR+0x00))
306 #define EPITSR2 (*(REG32_PTR_T)(EPIT2_BASE_ADDR+0x04))
307 #define EPITLR2 (*(REG32_PTR_T)(EPIT2_BASE_ADDR+0x08))
308 #define EPITCMPR2 (*(REG32_PTR_T)(EPIT2_BASE_ADDR+0x0C))
309 #define EPITCNT2 (*(REG32_PTR_T)(EPIT2_BASE_ADDR+0x10))
311 #define EPITCR_CLKSRC_OFF (0 << 24)
312 #define EPITCR_CLKSRC_IPG_CLK (1 << 24)
313 #define EPITCR_CLKSRC_IPG_CLK_HIGHFREQ (2 << 24)
314 #define EPITCR_CLKSRC_IPG_CLK_32K (3 << 24)
315 #define EPITCR_OM_DISCONNECTED (0 << 22)
316 #define EPITCR_OM_TOGGLE (1 << 22)
317 #define EPITCR_OM_CLEAR (2 << 22)
318 #define EPITCR_OM_SET (3 << 22)
319 #define EPITCR_STOPEN (1 << 21)
320 #define EPITCR_DOZEN (1 << 20)
321 #define EPITCR_WAITEN (1 << 19)
322 #define EPITCR_DBGEN (1 << 18)
323 #define EPITCR_IOVW (1 << 17)
324 #define EPITCR_SWR (1 << 16)
325 #define EPITCR_PRESCALER (0xfff << 4) /* Divide by n+1 */
326 #define EPITCR_PRESCALER_POS (4)
327 #define EPITCR_RLD (1 << 3)
328 #define EPITCR_OCIEN (1 << 2)
329 #define EPITCR_ENMOD (1 << 1)
330 #define EPITCR_EN (1 << 0)
332 #define EPITSR_OCIF (1 << 0)
334 /* GPT */
335 #define GPTCR (*(REG32_PTR_T)(GPT1_BASE_ADDR+0x00))
336 #define GPTPR (*(REG32_PTR_T)(GPT1_BASE_ADDR+0x04))
337 #define GPTSR (*(REG32_PTR_T)(GPT1_BASE_ADDR+0x08))
338 #define GPTIR (*(REG32_PTR_T)(GPT1_BASE_ADDR+0x0C))
339 #define GPTOCR1 (*(REG32_PTR_T)(GPT1_BASE_ADDR+0x10))
340 #define GPTOCR2 (*(REG32_PTR_T)(GPT1_BASE_ADDR+0x14))
341 #define GPTOCR3 (*(REG32_PTR_T)(GPT1_BASE_ADDR+0x18))
342 #define GPTICR1 (*(REG32_PTR_T)(GPT1_BASE_ADDR+0x1C))
343 #define GPTICR2 (*(REG32_PTR_T)(GPT1_BASE_ADDR+0x20))
344 #define GPTCNT (*(REG32_PTR_T)(GPT1_BASE_ADDR+0x24))
346 /* GPTCR */
347 #define GPTCR_FO3 (0x1 << 31)
348 #define GPTCR_FO2 (0x1 << 30)
349 #define GPTCR_FO1 (0x1 << 29)
351 #define GPTCR_OM3 (0x7 << 26)
352 #define GPTCR_OM3_DISCONNECTED (0x0 << 26)
353 #define GPTCR_OM3_TOGGLE (0x1 << 26)
354 #define GPTCR_OM3_CLEAR (0x2 << 26)
355 #define GPTCR_OM3_SET (0x3 << 26)
356 #define GPTCR_OM3_SINGLE_COUNT (0x4 << 26)
357 /* 0x5-0x7 same as 0x4 */
359 #define GPTCR_OM2 (0x7 << 23)
360 #define GPTCR_OM2_DISCONNECTED (0x0 << 23)
361 #define GPTCR_OM2_TOGGLE (0x1 << 23)
362 #define GPTCR_OM2_CLEAR (0x2 << 23)
363 #define GPTCR_OM2_SET (0x3 << 23)
364 #define GPTCR_OM2_SINGLE_COUNT (0x4 << 23)
366 /* 0x5-0x7 same as 0x4 */
367 #define GPTCR_OM1 (0x7 << 20)
368 #define GPTCR_OM1_DISCONNECTED (0x0 << 20)
369 #define GPTCR_OM1_TOGGLE (0x1 << 20)
370 #define GPTCR_OM1_CLEAR (0x2 << 20)
371 #define GPTCR_OM1_SET (0x3 << 20)
372 #define GPTCR_OM1_SINGLE_COUNT (0x4 << 20)
374 /* 0x5-0x7 same as 0x4 */
375 #define GPTCR_IM2 (0x3 << 18)
376 #define GPTCR_IM2_DISABLED (0x0 << 18)
377 #define GPTCR_IM2_RISING (0x1 << 18)
378 #define GPTCR_IM2_FALLING (0x2 << 18)
379 #define GPTCR_IM2_BOTH (0x3 << 18)
381 #define GPTCR_IM1 (0x3 << 16)
382 #define GPTCR_IM1_DISABLED (0x0 << 16)
383 #define GPTCR_IM1_RISING (0x1 << 16)
384 #define GPTCR_IM1_FALLING (0x2 << 16)
385 #define GPTCR_IM1_BOTH (0x3 << 16)
387 #define GPTCR_SWR (0x1 << 15)
388 #define GPTCR_FRR (0x1 << 9)
390 #define GPTCR_CLKSRC (0x7 << 6)
391 #define GPTCR_CLKSRC_NONE (0x0 << 6)
392 #define GPTCR_CLKSRC_IPG_CLK (0x1 << 6)
393 #define GPTCR_CLKSRC_IPG_CLK_HIGHFREQ (0x2 << 6)
394 #define GPTCR_CLKSRC_IPG_CLK_32K (0x4 << 6)
395 /* Other values not defined */
397 #define GPTCR_STOPEN (0x1 << 5)
398 #define GPTCR_DOZEN (0x1 << 4)
399 #define GPTCR_WAITEN (0x1 << 3)
400 #define GPTCR_DBGEN (0x1 << 2)
401 #define GPTCR_ENMODE (0x1 << 1)
402 #define GPTCR_EN (0x1 << 0)
404 /* GPTSR */
405 #define GPTSR_ROV (0x1 << 5)
406 #define GPTSR_IF2 (0x1 << 4)
407 #define GPTSR_IF1 (0x1 << 3)
408 #define GPTSR_OF3 (0x1 << 2)
409 #define GPTSR_OF2 (0x1 << 1)
410 #define GPTSR_OF1 (0x1 << 0)
412 /* GPTIR */
413 #define GPTIR_ROV (0x1 << 5)
414 #define GPTIR_IF2IE (0x1 << 4)
415 #define GPTIR_IF1IE (0x1 << 3)
416 #define GPTIR_OF3IE (0x1 << 2)
417 #define GPTIR_OF2IE (0x1 << 1)
418 #define GPTIR_OF1IE (0x1 << 0)
420 /* GPIO */
421 #define GPIO1_DR (*(REG32_PTR_T)(GPIO1_BASE_ADDR+0x00))
422 #define GPIO1_GDIR (*(REG32_PTR_T)(GPIO1_BASE_ADDR+0x04))
423 #define GPIO1_PSR (*(REG32_PTR_T)(GPIO1_BASE_ADDR+0x08))
424 #define GPIO1_ICR1 (*(REG32_PTR_T)(GPIO1_BASE_ADDR+0x0C))
425 #define GPIO1_ICR2 (*(REG32_PTR_T)(GPIO1_BASE_ADDR+0x10))
426 #define GPIO1_IMR (*(REG32_PTR_T)(GPIO1_BASE_ADDR+0x14))
427 #define GPIO1_ISR (*(REG32_PTR_T)(GPIO1_BASE_ADDR+0x18))
429 #define GPIO2_DR (*(REG32_PTR_T)(GPIO2_BASE_ADDR+0x00))
430 #define GPIO2_GDIR (*(REG32_PTR_T)(GPIO2_BASE_ADDR+0x04))
431 #define GPIO2_PSR (*(REG32_PTR_T)(GPIO2_BASE_ADDR+0x08))
432 #define GPIO2_ICR1 (*(REG32_PTR_T)(GPIO2_BASE_ADDR+0x0C))
433 #define GPIO2_ICR2 (*(REG32_PTR_T)(GPIO2_BASE_ADDR+0x10))
434 #define GPIO2_IMR (*(REG32_PTR_T)(GPIO2_BASE_ADDR+0x14))
435 #define GPIO2_ISR (*(REG32_PTR_T)(GPIO2_BASE_ADDR+0x18))
437 #define GPIO3_DR (*(REG32_PTR_T)(GPIO3_BASE_ADDR+0x00))
438 #define GPIO3_GDIR (*(REG32_PTR_T)(GPIO3_BASE_ADDR+0x04))
439 #define GPIO3_PSR (*(REG32_PTR_T)(GPIO3_BASE_ADDR+0x08))
440 #define GPIO3_ICR1 (*(REG32_PTR_T)(GPIO3_BASE_ADDR+0x0C))
441 #define GPIO3_ICR2 (*(REG32_PTR_T)(GPIO3_BASE_ADDR+0x10))
442 #define GPIO3_IMR (*(REG32_PTR_T)(GPIO3_BASE_ADDR+0x14))
443 #define GPIO3_ISR (*(REG32_PTR_T)(GPIO3_BASE_ADDR+0x18))
445 /* CSPI */
446 #define CSPI_RXDATA1 (*(REG32_PTR_T)(CSPI1_BASE_ADDR+0x00))
447 #define CSPI_TXDATA1 (*(REG32_PTR_T)(CSPI1_BASE_ADDR+0x04))
448 #define CSPI_CONREG1 (*(REG32_PTR_T)(CSPI1_BASE_ADDR+0x08))
449 #define CSPI_INTREG1 (*(REG32_PTR_T)(CSPI1_BASE_ADDR+0x0C))
450 #define CSPI_DMAREG1 (*(REG32_PTR_T)(CSPI1_BASE_ADDR+0x10))
451 #define CSPI_STATREG1 (*(REG32_PTR_T)(CSPI1_BASE_ADDR+0x14))
452 #define CSPI_PERIODREG1 (*(REG32_PTR_T)(CSPI1_BASE_ADDR+0x18))
453 #define CSPI_TESTREG1 (*(REG32_PTR_T)(CSPI1_BASE_ADDR+0x1C0))
455 #define CSPI_RXDATA2 (*(REG32_PTR_T)(CSPI2_BASE_ADDR+0x00))
456 #define CSPI_TXDATA2 (*(REG32_PTR_T)(CSPI2_BASE_ADDR+0x04))
457 #define CSPI_CONREG2 (*(REG32_PTR_T)(CSPI2_BASE_ADDR+0x08))
458 #define CSPI_INTREG2 (*(REG32_PTR_T)(CSPI2_BASE_ADDR+0x0C))
459 #define CSPI_DMAREG2 (*(REG32_PTR_T)(CSPI2_BASE_ADDR+0x10))
460 #define CSPI_STATREG2 (*(REG32_PTR_T)(CSPI2_BASE_ADDR+0x14))
461 #define CSPI_PERIODREG2 (*(REG32_PTR_T)(CSPI2_BASE_ADDR+0x18))
462 #define CSPI_TESTREG2 (*(REG32_PTR_T)(CSPI2_BASE_ADDR+0x1C0))
464 #define CSPI_RXDATA3 (*(REG32_PTR_T)(CSPI3_BASE_ADDR+0x00))
465 #define CSPI_TXDATA3 (*(REG32_PTR_T)(CSPI3_BASE_ADDR+0x04))
466 #define CSPI_CONREG3 (*(REG32_PTR_T)(CSPI3_BASE_ADDR+0x08))
467 #define CSPI_INTREG3 (*(REG32_PTR_T)(CSPI3_BASE_ADDR+0x0C))
468 #define CSPI_DMAREG3 (*(REG32_PTR_T)(CSPI3_BASE_ADDR+0x10))
469 #define CSPI_STATREG3 (*(REG32_PTR_T)(CSPI3_BASE_ADDR+0x14))
470 #define CSPI_PERIODREG3 (*(REG32_PTR_T)(CSPI3_BASE_ADDR+0x18))
471 #define CSPI_TESTREG3 (*(REG32_PTR_T)(CSPI3_BASE_ADDR+0x1C0))
473 /* CSPI CONREG flags/fields */
474 #define CSPI_CONREG_CHIP_SELECT_SS0 (0 << 24)
475 #define CSPI_CONREG_CHIP_SELECT_SS1 (1 << 24)
476 #define CSPI_CONREG_CHIP_SELECT_SS2 (2 << 24)
477 #define CSPI_CONREG_CHIP_SELECT_SS3 (3 << 24)
478 #define CSPI_CONREG_CHIP_SELECT_MASK (3 << 24)
479 #define CSPI_CONREG_DRCTL_DONT_CARE (0 << 20)
480 #define CSPI_CONREG_DRCTL_TRIG_FALLING (1 << 20)
481 #define CSPI_CONREG_DRCTL_TRIG_LOW (2 << 20)
482 #define CSPI_CONREG_DRCTL_TRIG_RSV (3 << 20)
483 #define CSPI_CONREG_DRCTL_MASK (3 << 20)
484 #define CSPI_CONREG_DATA_RATE_DIV_4 (0 << 16)
485 #define CSPI_CONREG_DATA_RATE_DIV_8 (1 << 16)
486 #define CSPI_CONREG_DATA_RATE_DIV_16 (2 << 16)
487 #define CSPI_CONREG_DATA_RATE_DIV_32 (3 << 16)
488 #define CSPI_CONREG_DATA_RATE_DIV_64 (4 << 16)
489 #define CSPI_CONREG_DATA_RATE_DIV_128 (5 << 16)
490 #define CSPI_CONREG_DATA_RATE_DIV_256 (6 << 16)
491 #define CSPI_CONREG_DATA_RATE_DIV_512 (7 << 16)
492 #define CSPI_CONREG_DATA_RATE_DIV_MASK (7 << 16)
493 #define CSPI_BITCOUNT(n) ((n) << 8)
494 #define CSPI_CONREG_SSPOL (1 << 7)
495 #define CSPI_CONREG_SSCTL (1 << 6)
496 #define CSPI_CONREG_PHA (1 << 6)
497 #define CSPI_CONREG_POL (1 << 4)
498 #define CSPI_CONREG_SMC (1 << 3)
499 #define CSPI_CONREG_XCH (1 << 2)
500 #define CSPI_CONREG_MODE (1 << 1)
501 #define CSPI_CONREG_EN (1 << 0)
503 /* CSPI INTREG flags */
504 #define CSPI_INTREG_TCEN (1 << 8)
505 #define CSPI_INTREG_BOEN (1 << 7)
506 #define CSPI_INTREG_ROEN (1 << 6)
507 #define CSPI_INTREG_RFEN (1 << 5)
508 #define CSPI_INTREG_RHEN (1 << 4)
509 #define CSPI_INTREG_RREN (1 << 3)
510 #define CSPI_INTREG_TFEN (1 << 2)
511 #define CSPI_INTREG_THEN (1 << 1)
512 #define CSPI_INTREG_TEEN (1 << 0)
514 /* CSPI DMAREG flags */
515 #define CSPI_DMAREG_RFDEN (1 << 5)
516 #define CSPI_DMAREG_RHDEN (1 << 4)
517 #define CSPI_DMAREG_THDEN (1 << 1)
518 #define CSPI_DMAREG_TEDEN (1 << 0)
520 /* CSPI STATREG flags */
521 #define CSPI_STATREG_TC (1 << 8) /* w1c */
522 #define CSPI_STATREG_BO (1 << 7) /* w1c */
523 #define CSPI_STATREG_RO (1 << 6)
524 #define CSPI_STATREG_RF (1 << 5)
525 #define CSPI_STATREG_RH (1 << 4)
526 #define CSPI_STATREG_RR (1 << 3)
527 #define CSPI_STATREG_TF (1 << 2)
528 #define CSPI_STATREG_TH (1 << 1)
529 #define CSPI_STATREG_TE (1 << 0)
531 /* CSPI PERIODREG flags */
532 #define CSPI_PERIODREG_CSRC (1 << 15)
534 /* CSPI TESTREG flags */
535 #define CSPI_TESTREG_SWAP (1 << 15)
536 #define CSPI_TESTREG_LBC (1 << 14)
538 /* I2C */
539 #define I2C_IADR1 (*(REG16_PTR_T)(I2C1_BASE_ADDR+0x0))
540 #define I2C_IFDR1 (*(REG16_PTR_T)(I2C1_BASE_ADDR+0x4))
541 #define I2C_I2CR1 (*(REG16_PTR_T)(I2C1_BASE_ADDR+0x8))
542 #define I2C_I2SR1 (*(REG16_PTR_T)(I2C1_BASE_ADDR+0xC))
543 #define I2C_I2DR1 (*(REG16_PTR_T)(I2C1_BASE_ADDR+0x10))
545 #define I2C_IADR2 (*(REG16_PTR_T)(I2C2_BASE_ADDR+0x0))
546 #define I2C_IFDR2 (*(REG16_PTR_T)(I2C2_BASE_ADDR+0x4))
547 #define I2C_I2CR2 (*(REG16_PTR_T)(I2C2_BASE_ADDR+0x8))
548 #define I2C_I2SR2 (*(REG16_PTR_T)(I2C2_BASE_ADDR+0xC))
549 #define I2C_I2DR2 (*(REG16_PTR_T)(I2C2_BASE_ADDR+0x10))
551 #define I2C_IADR3 (*(REG16_PTR_T)(I2C3_BASE_ADDR+0x0))
552 #define I2C_IFDR3 (*(REG16_PTR_T)(I2C3_BASE_ADDR+0x4))
553 #define I2C_I2CR3 (*(REG16_PTR_T)(I2C3_BASE_ADDR+0x8))
554 #define I2C_I2SR3 (*(REG16_PTR_T)(I2C3_BASE_ADDR+0xC))
555 #define I2C_I2DR3 (*(REG16_PTR_T)(I2C3_BASE_ADDR+0x10))
557 /* IADR - [7:1] Address */
559 /* IFDR */
560 #define I2C_IFDR_DIV30 0x00
561 #define I2C_IFDR_DIV32 0x01
562 #define I2C_IFDR_DIV36 0x02
563 #define I2C_IFDR_DIV42 0x03
564 #define I2C_IFDR_DIV48 0x04
565 #define I2C_IFDR_DIV52 0x05
566 #define I2C_IFDR_DIV60 0x06
567 #define I2C_IFDR_DIV72 0x07
568 #define I2C_IFDR_DIV80 0x08
569 #define I2C_IFDR_DIV88 0x09
570 #define I2C_IFDR_DIV104 0x0a
571 #define I2C_IFDR_DIV128 0x0b
572 #define I2C_IFDR_DIV144 0x0c
573 #define I2C_IFDR_DIV160 0x0d
574 #define I2C_IFDR_DIV192 0x0e
575 #define I2C_IFDR_DIV240 0x0f
576 #define I2C_IFDR_DIV288 0x10
577 #define I2C_IFDR_DIV320 0x11
578 #define I2C_IFDR_DIV384 0x12
579 #define I2C_IFDR_DIV480 0x13
580 #define I2C_IFDR_DIV576 0x14
581 #define I2C_IFDR_DIV640 0x15
582 #define I2C_IFDR_DIV768 0x16
583 #define I2C_IFDR_DIV960 0x17
584 #define I2C_IFDR_DIV1152 0x18
585 #define I2C_IFDR_DIV1280 0x19
586 #define I2C_IFDR_DIV1536 0x1a
587 #define I2C_IFDR_DIV1920 0x1b
588 #define I2C_IFDR_DIV2304 0x1c
589 #define I2C_IFDR_DIV2560 0x1d
590 #define I2C_IFDR_DIV3072 0x1e
591 #define I2C_IFDR_DIV3840 0x1f
592 #define I2C_IFDR_DIV22 0x20
593 #define I2C_IFDR_DIV24 0x21
594 #define I2C_IFDR_DIV26 0x22
595 #define I2C_IFDR_DIV28 0x23
596 #define I2C_IFDR_DIV32_2 0x24
597 #define I2C_IFDR_DIV36_2 0x25
598 #define I2C_IFDR_DIV40 0x26
599 #define I2C_IFDR_DIV44 0x27
600 #define I2C_IFDR_DIV48_2 0x28
601 #define I2C_IFDR_DIV56 0x29
602 #define I2C_IFDR_DIV64 0x2a
603 #define I2C_IFDR_DIV72_2 0x2b
604 #define I2C_IFDR_DIV80_2 0x2c
605 #define I2C_IFDR_DIV96 0x2d
606 #define I2C_IFDR_DIV112 0x2e
607 #define I2C_IFDR_DIV128_2 0x2f
608 #define I2C_IFDR_DIV160_2 0x30
609 #define I2C_IFDR_DIV192_2 0x31
610 #define I2C_IFDR_DIV224 0x32
611 #define I2C_IFDR_DIV256 0x33
612 #define I2C_IFDR_DIV320_2 0x34
613 #define I2C_IFDR_DIV384_2 0x35
614 #define I2C_IFDR_DIV448 0x36
615 #define I2C_IFDR_DIV512 0x37
616 #define I2C_IFDR_DIV640_2 0x38
617 #define I2C_IFDR_DIV768_2 0x39
618 #define I2C_IFDR_DIV896 0x3a
619 #define I2C_IFDR_DIV1024 0x3b
620 #define I2C_IFDR_DIV1280_2 0x3c
621 #define I2C_IFDR_DIV1536_2 0x3d
622 #define I2C_IFDR_DIV1792 0x3e
623 #define I2C_IFDR_DIV2048 0x3f
625 /* I2CR */
626 #define I2C_I2CR_IEN (1 << 7)
627 #define I2C_I2CR_IIEN (1 << 6)
628 #define I2C_I2CR_MSTA (1 << 5)
629 #define I2C_I2CR_MTX (1 << 4)
630 #define I2C_I2CR_TXAK (1 << 3)
631 #define I2C_I2CR_RSATA (1 << 2)
633 /* I2SR */
634 #define I2C_I2SR_ICF (1 << 7)
635 #define I2C_I2SR_IAAS (1 << 6)
636 #define I2C_I2SR_IBB (1 << 5)
637 #define I2C_I2SR_IAL (1 << 4)
638 #define I2C_I2SR_SRW (1 << 2)
639 #define I2C_I2SR_IIF (1 << 1)
640 #define I2C_I2SR_RXAK (1 << 0)
642 /* I2DR - [7:0] Data */
644 /* AUDMUX */
645 #define AUDMUX_PTCR1 (*(REG32_PTR_T)(AUDMUX_BASE+0x00))
646 #define AUDMUX_PDCR1 (*(REG32_PTR_T)(AUDMUX_BASE+0x04))
647 #define AUDMUX_PTCR2 (*(REG32_PTR_T)(AUDMUX_BASE+0x08))
648 #define AUDMUX_PDCR2 (*(REG32_PTR_T)(AUDMUX_BASE+0x0C))
649 #define AUDMUX_PTCR3 (*(REG32_PTR_T)(AUDMUX_BASE+0x10))
650 #define AUDMUX_PDCR3 (*(REG32_PTR_T)(AUDMUX_BASE+0x14))
651 #define AUDMUX_PTCR4 (*(REG32_PTR_T)(AUDMUX_BASE+0x18))
652 #define AUDMUX_PDCR4 (*(REG32_PTR_T)(AUDMUX_BASE+0x1C))
653 #define AUDMUX_PTCR5 (*(REG32_PTR_T)(AUDMUX_BASE+0x20))
654 #define AUDMUX_PDCR5 (*(REG32_PTR_T)(AUDMUX_BASE+0x24))
655 #define AUDMUX_PTCR6 (*(REG32_PTR_T)(AUDMUX_BASE+0x28))
656 #define AUDMUX_PDCR6 (*(REG32_PTR_T)(AUDMUX_BASE+0x2C))
657 #define AUDMUX_PTCR7 (*(REG32_PTR_T)(AUDMUX_BASE+0x30))
658 #define AUDMUX_PDCR7 (*(REG32_PTR_T)(AUDMUX_BASE+0x34))
659 #define AUDMUX_CNMCR (*(REG32_PTR_T)(AUDMUX_BASE+0x38))
661 #define AUDMUX_PTCR_TFS_DIR (1 << 31)
663 #define AUDMUX_PTCR_TFSEL (0xf << 27)
664 #define AUDMUX_PTCR_TFSEL_TXFS (0x0 << 27)
665 #define AUDMUX_PTCR_TFSEL_RXFS (0x8 << 27)
666 #define AUDMUX_PTCR_TFSEL_PORT1 (0x0 << 27)
667 #define AUDMUX_PTCR_TFSEL_PORT2 (0x1 << 27)
668 #define AUDMUX_PTCR_TFSEL_PORT3 (0x2 << 27)
669 #define AUDMUX_PTCR_TFSEL_PORT4 (0x3 << 27)
670 #define AUDMUX_PTCR_TFSEL_PORT5 (0x4 << 27)
671 #define AUDMUX_PTCR_TFSEL_PORT6 (0x5 << 27)
672 #define AUDMUX_PTCR_TFSEL_PORT7 (0x6 << 27)
674 #define AUDMUX_PTCR_TCLKDIR (1 << 26)
676 #define AUDMUX_PTCR_TCSEL (0xf << 22)
677 #define AUDMUX_PTCR_TCSEL_TXFS (0x0 << 22)
678 #define AUDMUX_PTCR_TCSEL_RXFS (0x8 << 22)
679 #define AUDMUX_PTCR_TCSEL_PORT1 (0x0 << 22)
680 #define AUDMUX_PTCR_TCSEL_PORT2 (0x1 << 22)
681 #define AUDMUX_PTCR_TCSEL_PORT3 (0x2 << 22)
682 #define AUDMUX_PTCR_TCSEL_PORT4 (0x3 << 22)
683 #define AUDMUX_PTCR_TCSEL_PORT5 (0x4 << 22)
684 #define AUDMUX_PTCR_TCSEL_PORT6 (0x5 << 22)
685 #define AUDMUX_PTCR_TCSEL_PORT7 (0x6 << 22)
687 #define AUDMUX_PTCR_RFS_DIR (1 << 21)
689 #define AUDMUX_PTCR_RFSSEL (0xf << 17)
690 #define AUDMUX_PTCR_RFSSEL_TXFS (0x0 << 17)
691 #define AUDMUX_PTCR_RFSSEL_RXFS (0x8 << 17)
692 #define AUDMUX_PTCR_RFSSEL_PORT1 (0x0 << 17)
693 #define AUDMUX_PTCR_RFSSEL_PORT2 (0x1 << 17)
694 #define AUDMUX_PTCR_RFSSEL_PORT3 (0x2 << 17)
695 #define AUDMUX_PTCR_RFSSEL_PORT4 (0x3 << 17)
696 #define AUDMUX_PTCR_RFSSEL_PORT5 (0x4 << 17)
697 #define AUDMUX_PTCR_RFSSEL_PORT6 (0x5 << 17)
698 #define AUDMUX_PTCR_RFSSEL_PORT7 (0x6 << 17)
700 #define AUDMUX_PTCR_RCLKDIR (1 << 16)
702 #define AUDMUX_PTCR_RCSEL (0xf << 12)
703 #define AUDMUX_PTCR_RCSEL_TXFS (0x0 << 12)
704 #define AUDMUX_PTCR_RCSEL_RXFS (0x8 << 12)
705 #define AUDMUX_PTCR_RCSEL_PORT1 (0x0 << 12)
706 #define AUDMUX_PTCR_RCSEL_PORT2 (0x1 << 12)
707 #define AUDMUX_PTCR_RCSEL_PORT3 (0x2 << 12)
708 #define AUDMUX_PTCR_RCSEL_PORT4 (0x3 << 12)
709 #define AUDMUX_PTCR_RCSEL_PORT5 (0x4 << 12)
710 #define AUDMUX_PTCR_RCSEL_PORT6 (0x5 << 12)
711 #define AUDMUX_PTCR_RCSEL_PORT7 (0x6 << 12)
712 #define AUDMUX_PTCR_SYN (1 << 11)
714 #define AUDMUX_PDCR_RXDSEL (0x7 << 13)
715 #define AUDMUX_PDCR_RXDSEL_PORT1 (0 << 13)
716 #define AUDMUX_PDCR_RXDSEL_PORT2 (1 << 13)
717 #define AUDMUX_PDCR_RXDSEL_PORT3 (2 << 13)
718 #define AUDMUX_PDCR_RXDSEL_PORT4 (3 << 13)
719 #define AUDMUX_PDCR_RXDSEL_PORT5 (4 << 13)
720 #define AUDMUX_PDCR_RXDSEL_PORT6 (5 << 13)
721 #define AUDMUX_PDCR_RXDSEL_PORT7 (6 << 13)
722 #define AUDMUX_PDCR_TXRXEN (1 << 12)
724 #define AUDMUX_CNMCR_BEN (1 << 18)
725 #define AUDMUX_CNMCR_FSPOL (1 << 17)
726 #define AUDMUX_CNMCR_CLKPOL (1 << 16)
728 #define AUDMUX_CNMCR_CNTHI (0xff << 8)
729 #define AUDMUX_CNMCR_CNTHI_POS (8)
731 #define AUDMUX_CNMCR_CNTLOW (0xff << 0)
732 #define AUDMUX_CNMCR_CNTLOW_POS (0)
734 /* SSI */
735 #define SSI_STX0_1 (*(REG32_PTR_T)(SSI1_BASE_ADDR+0x00))
736 #define SSI_STX1_1 (*(REG32_PTR_T)(SSI1_BASE_ADDR+0x04))
737 #define SSI_SRX0_1 (*(REG32_PTR_T)(SSI1_BASE_ADDR+0x08))
738 #define SSI_SRX1_1 (*(REG32_PTR_T)(SSI1_BASE_ADDR+0x0C))
739 #define SSI_SCR1 (*(REG32_PTR_T)(SSI1_BASE_ADDR+0x10))
740 #define SSI_SISR1 (*(REG32_PTR_T)(SSI1_BASE_ADDR+0x14))
741 #define SSI_SIER1 (*(REG32_PTR_T)(SSI1_BASE_ADDR+0x18))
742 #define SSI_STCR1 (*(REG32_PTR_T)(SSI1_BASE_ADDR+0x1C))
743 #define SSI_SRCR1 (*(REG32_PTR_T)(SSI1_BASE_ADDR+0x20))
744 #define SSI_STCCR1 (*(REG32_PTR_T)(SSI1_BASE_ADDR+0x24))
745 #define SSI_SRCCR1 (*(REG32_PTR_T)(SSI1_BASE_ADDR+0x28))
746 #define SSI_SFCSR1 (*(REG32_PTR_T)(SSI1_BASE_ADDR+0x2C))
747 #define SSI_SACNT1 (*(REG32_PTR_T)(SSI1_BASE_ADDR+0x38))
748 #define SSI_SACADD1 (*(REG32_PTR_T)(SSI1_BASE_ADDR+0x3C))
749 #define SSI_SACDAT1 (*(REG32_PTR_T)(SSI1_BASE_ADDR+0x40))
750 #define SSI_SATAG1 (*(REG32_PTR_T)(SSI1_BASE_ADDR+0x44))
751 #define SSI_STMSK1 (*(REG32_PTR_T)(SSI1_BASE_ADDR+0x48))
752 #define SSI_SRMSK1 (*(REG32_PTR_T)(SSI1_BASE_ADDR+0x4C))
754 #define SSI_STX0_2 (*(REG32_PTR_T)(SSI2_BASE_ADDR+0x00))
755 #define SSI_STX1_2 (*(REG32_PTR_T)(SSI2_BASE_ADDR+0x04))
756 #define SSI_SRX0_2 (*(REG32_PTR_T)(SSI2_BASE_ADDR+0x08))
757 #define SSI_SRX1_2 (*(REG32_PTR_T)(SSI2_BASE_ADDR+0x0C))
758 #define SSI_SCR2 (*(REG32_PTR_T)(SSI2_BASE_ADDR+0x10))
759 #define SSI_SISR2 (*(REG32_PTR_T)(SSI2_BASE_ADDR+0x14))
760 #define SSI_SIER2 (*(REG32_PTR_T)(SSI2_BASE_ADDR+0x18))
761 #define SSI_STCR2 (*(REG32_PTR_T)(SSI2_BASE_ADDR+0x1C))
762 #define SSI_SRCR2 (*(REG32_PTR_T)(SSI2_BASE_ADDR+0x20))
763 #define SSI_STCCR2 (*(REG32_PTR_T)(SSI2_BASE_ADDR+0x24))
764 #define SSI_SRCCR2 (*(REG32_PTR_T)(SSI2_BASE_ADDR+0x28))
765 #define SSI_SFCSR2 (*(REG32_PTR_T)(SSI2_BASE_ADDR+0x2C))
766 #define SSI_SACNT2 (*(REG32_PTR_T)(SSI2_BASE_ADDR+0x38))
767 #define SSI_SACADD2 (*(REG32_PTR_T)(SSI2_BASE_ADDR+0x3C))
768 #define SSI_SACDAT2 (*(REG32_PTR_T)(SSI2_BASE_ADDR+0x40))
769 #define SSI_SATAG2 (*(REG32_PTR_T)(SSI2_BASE_ADDR+0x44))
770 #define SSI_STMSK2 (*(REG32_PTR_T)(SSI2_BASE_ADDR+0x48))
771 #define SSI_SRMSK2 (*(REG32_PTR_T)(SSI2_BASE_ADDR+0x4C))
773 /* SSI SCR */
774 #define SSI_SCR_CLK_IST (0x1 << 9)
775 #define SSI_SCR_TCHN_EN (0x1 << 8)
776 #define SSI_SCR_SYS_CLK_EN (0x1 << 7)
778 #define SSI_SCR_I2S_MODE (0x3 << 5)
779 #define SSI_SCR_I2S_MODE_NORMAL (0x0 << 5)
780 #define SSI_SCR_I2S_MODE_MASTER (0x1 << 5)
781 #define SSI_SCR_I2S_MODE_SLAVE (0x2 << 5)
782 #define SSI_SCR_I2S_MODE_NOR2 (0x3 << 5)
784 #define SSI_SCR_SYN (0x1 << 4)
785 #define SSI_SCR_NET (0x1 << 3)
786 #define SSI_SCR_RE (0x1 << 2)
787 #define SSI_SCR_TE (0x1 << 1)
788 #define SSI_SCR_SSIEN (0x1 << 0)
790 /* SSI SISR */
791 #define SSI_SISR_CMDAU (0x1 << 18)
792 #define SSI_SISR_CMDDU (0x1 << 17)
793 #define SSI_SISR_RXT (0x1 << 16)
794 #define SSI_SISR_RDR1 (0x1 << 15)
795 #define SSI_SISR_RDR0 (0x1 << 14)
796 #define SSI_SISR_TDE1 (0x1 << 13)
797 #define SSI_SISR_TDE0 (0x1 << 12)
798 #define SSI_SISR_ROE1 (0x1 << 11)
799 #define SSI_SISR_ROE0 (0x1 << 10)
800 #define SSI_SISR_TUE1 (0x1 << 9)
801 #define SSI_SISR_TUE0 (0x1 << 8)
802 #define SSI_SISR_TFS (0x1 << 7)
803 #define SSI_SISR_RFS (0x1 << 6)
804 #define SSI_SISR_TLS (0x1 << 5)
805 #define SSI_SISR_RLS (0x1 << 4)
806 #define SSI_SISR_RFF1 (0x1 << 3)
807 #define SSI_SISR_RFF2 (0x1 << 2)
808 #define SSI_SISR_TFE1 (0x1 << 1)
809 #define SSI_SISR_TFE0 (0x1 << 0)
811 /* SSI SIER */
812 #define SSI_SIER_RDMAE (0x1 << 22)
813 #define SSI_SIER_RIE (0x1 << 21)
814 #define SSI_SIER_TDMAE (0x1 << 20)
815 #define SSI_SIER_TIE (0x1 << 19)
816 #define SSI_SIER_CMDAU (0x1 << 18)
817 #define SSI_SIER_CMDDU (0x1 << 17)
818 #define SSI_SIER_RXT (0x1 << 16)
819 #define SSI_SIER_RDR1 (0x1 << 15)
820 #define SSI_SIER_RDR0 (0x1 << 14)
821 #define SSI_SIER_TDE1 (0x1 << 13)
822 #define SSI_SIER_TDE0 (0x1 << 12)
823 #define SSI_SIER_ROE1 (0x1 << 11)
824 #define SSI_SIER_ROE0 (0x1 << 10)
825 #define SSI_SIER_TUE1 (0x1 << 9)
826 #define SSI_SIER_TUE0 (0x1 << 8)
827 #define SSI_SIER_TFS (0x1 << 7)
828 #define SSI_SIER_RFS (0x1 << 6)
829 #define SSI_SIER_TLS (0x1 << 5)
830 #define SSI_SIER_RLS (0x1 << 4)
831 #define SSI_SIER_RFF1 (0x1 << 3)
832 #define SSI_SIER_RFF0 (0x1 << 2)
833 #define SSI_SIER_TFE1 (0x1 << 1)
834 #define SSI_SIER_TFE0 (0x1 << 0)
836 /* SSI STCR */
837 #define SSI_STCR_TXBIT0 (0x1 << 9)
838 #define SSI_STCR_TFEN1 (0x1 << 8)
839 #define SSI_STCR_TFEN0 (0x1 << 7)
840 #define SSI_STCR_TFDIR (0x1 << 6)
841 #define SSI_STCR_TXDIR (0x1 << 5)
842 #define SSI_STCR_TSHFD (0x1 << 4)
843 #define SSI_STCR_TSCKP (0x1 << 3)
844 #define SSI_STCR_TFSI (0x1 << 2)
845 #define SSI_STCR_TFSL (0x1 << 1)
846 #define SSI_STCR_TEFS (0x1 << 0)
848 /* SSI SRCR */
849 #define SSI_SRCR_RXEXT (0x1 << 10)
850 #define SSI_SRCR_RXBIT0 (0x1 << 9)
851 #define SSI_SRCR_RFEN1 (0x1 << 8)
852 #define SSI_SRCR_RFEN0 (0x1 << 7)
853 #define SSI_SRCR_RFDIR (0x1 << 6)
854 #define SSI_SRCR_RXDIR (0x1 << 5)
855 #define SSI_SRCR_RSHFD (0x1 << 4)
856 #define SSI_SRCR_RSCKP (0x1 << 3)
857 #define SSI_SRCR_RFSI (0x1 << 2)
858 #define SSI_SRCR_RFSL (0x1 << 1)
859 #define SSI_SRCR_REFS (0x1 << 0)
861 /* SSI STCCR/SRCCR */
862 #define SSI_STRCCR_DIV2 (0x1 << 18)
863 #define SSI_STRCCR_PSR (0x1 << 17)
865 #define SSI_STRCCR_WL (0xf << 13)
866 #define SSI_STRCCR_WL8 (0x3 << 13)
867 #define SSI_STRCCR_WL10 (0x4 << 13)
868 #define SSI_STRCCR_WL12 (0x5 << 13)
869 #define SSI_STRCCR_WL16 (0x7 << 13)
870 #define SSI_STRCCR_WL18 (0x8 << 13)
871 #define SSI_STRCCR_WL20 (0x9 << 13)
872 #define SSI_STRCCR_WL22 (0xa << 13)
873 #define SSI_STRCCR_WL24 (0xb << 13)
875 #define SSI_STRCCR_DC (0x1f << 8)
876 #define SSI_STRCCR_DC_POS (8)
878 #define SSI_STRCCR_PM (0xf << 0)
879 #define SSI_STRCCR_PM_POS (0)
881 /* SSI SFCSR */
882 #define SSI_SFCSR_RFCNT1 (0xf << 28)
883 #define SSI_SFCSR_RFCNT1_POS (28)
885 #define SSI_SFCSR_TFCNT1 (0xf << 24)
886 #define SSI_SFCSR_TFCNN1_POS (24)
888 #define SSI_SFCSR_RFWM1 (0xf << 20)
889 #define SSI_SFCSR_RFWM1_POS (20)
891 #define SSI_SFCSR_TFWM1 (0xf << 16)
892 #define SSI_SFCSR_TFWM1_POS (16)
894 #define SSI_SFCSR_RFCNT0 (0xf << 12)
895 #define SSI_SFCSR_RFCNT0_POS (12)
897 #define SSI_SFCSR_TFCNT0 (0xf << 8)
898 #define SSI_SFCSR_TFCNT0_POS (8)
900 #define SSI_SFCSR_RFWM0 (0xf << 4)
901 #define SSI_SFCSR_RFWM0_POS (4)
903 #define SSI_SFCSR_TFWM0 (0xf << 0)
904 #define SSI_SFCSR_TFWM0_POS (0)
906 /* SACNT */
907 #define SSI_SACNT_FRDIV (0x3f << 5)
908 #define SSI_SACNT_FRDIV_POS (5)
910 #define SSI_SACNT_WR (0x1 << 4)
911 #define SSI_SACNT_RD (0x1 << 3)
912 #define SSI_SACNT_TIF (0x1 << 2)
913 #define SSI_SACNT_FV (0x1 << 1)
914 #define SSI_SACNT_AC97EN (0x1 << 0)
916 /* RTC */
917 #define RTC_HOURMIN (*(REG32_PTR_T)(RTC_BASE_ADDR+0x00))
918 #define RTC_SECONDS (*(REG32_PTR_T)(RTC_BASE_ADDR+0x04))
919 #define RTC_ALRM_HM (*(REG32_PTR_T)(RTC_BASE_ADDR+0x08))
920 #define RTC_ALRM_SEC (*(REG32_PTR_T)(RTC_BASE_ADDR+0x0C))
921 #define RTC_CTL (*(REG32_PTR_T)(RTC_BASE_ADDR+0x10))
922 #define RTC_ISR (*(REG32_PTR_T)(RTC_BASE_ADDR+0x14))
923 #define RTC_IENR (*(REG32_PTR_T)(RTC_BASE_ADDR+0x18))
924 #define RTC_STPWCH (*(REG32_PTR_T)(RTC_BASE_ADDR+0x1C))
925 #define RTC_DAYR (*(REG32_PTR_T)(RTC_BASE_ADDR+0x20))
926 #define RTC_DAYALARM (*(REG32_PTR_T)(RTC_BASE_ADDR+0x24))
928 /* Watchdog */
929 #define WDOG_WCR (*(REG16_PTR_T)(WDOG_BASE_ADDR+0x00))
930 #define WDOG_WSR (*(REG16_PTR_T)(WDOG_BASE_ADDR+0x02))
931 #define WDOG_WRSR (*(REG16_PTR_T)(WDOG_BASE_ADDR+0x04))
933 #define WDOG_WCR_WT (0xff << 8)
934 #define WDOG_WCR_WT_POS (8)
936 #define WDOG_WCR_WOE (0x1 << 6)
937 #define WDOG_WCR_WDA (0x1 << 5)
938 #define WDOG_WCR_SRS (0x1 << 4)
939 #define WDOG_WCR_WRE (0x1 << 3)
940 #define WDOG_WCR_WDE (0x1 << 2)
941 #define WDOG_WCR_WDBG (0x1 << 1)
942 #define WDOG_WCR_WDZST (0x1 << 0)
944 #define WDOG_WRSR_JRST (0x1 << 5)
945 #define WDOG_WRSR_PWR (0x1 << 4)
946 #define WDOG_WRSR_EXT (0x1 << 3)
947 #define WDOG_WRSR_CMON (0x1 << 2)
948 #define WDOG_WRSR_TOUT (0x1 << 1)
949 #define WDOG_WRSR_SFTW (0x1 << 0)
951 /* Keypad */
952 #define KPP_KPCR (*(REG16_PTR_T)(KPP_BASE_ADDR+0x0))
953 #define KPP_KPSR (*(REG16_PTR_T)(KPP_BASE_ADDR+0x2))
954 #define KPP_KDDR (*(REG16_PTR_T)(KPP_BASE_ADDR+0x4))
955 #define KPP_KPDR (*(REG16_PTR_T)(KPP_BASE_ADDR+0x6))
957 /* KPP_KPSR bits */
958 #define KPP_KPSR_KRIE (1 << 9)
959 #define KPP_KPSR_KDIE (1 << 8)
960 #define KPP_KPSR_KRSS (1 << 3)
961 #define KPP_KPSR_KDSC (1 << 2)
962 #define KPP_KPSR_KPKR (1 << 1)
963 #define KPP_KPSR_KPKD (1 << 0)
965 /* SDHC */
966 #define SDHC1_CLOCK_CONTROL (*(REG32_PTR_T)(MMC_SDHC1_BASE_ADDR+0x00))
967 #define SDHC2_CLOCK_CONTROL (*(REG32_PTR_T)(MMC_SDHC2_BASE_ADDR+0x00))
969 /* SDHC bits */
970 #define STOP_CLK (1 << 0)
972 /* ROMPATCH and AVIC */
973 #define ROMPATCH_BASE_ADDR 0x60000000
975 /* Since AVIC vector registers are NOT used, we reserve some for various
976 * purposes. Copied from Linux source code. */
977 #define CHIP_REV_1_0 0x10
978 #define CHIP_REV_2_0 0x20
979 #define SYSTEM_REV_ID_REG (AVIC_BASE_ADDR + AVIC_VEC_1)
980 #define SYSTEM_REV_ID_MAG 0xF00C
983 * NAND, SDRAM, WEIM, M3IF, EMI controllers
985 #define EXT_MEM_CTRL_BASE 0xB8000000
986 #define NFC_BASE EXT_MEM_CTRL_BASE
987 #define ESDCTL_BASE 0xB8001000
988 #define WEIM_BASE_ADDR 0xB8002000
989 #define WEIM_CTRL_CS0 (WEIM_BASE_ADDR+0x00)
990 #define WEIM_CTRL_CS1 (WEIM_BASE_ADDR+0x10)
991 #define WEIM_CTRL_CS2 (WEIM_BASE_ADDR+0x20)
992 #define WEIM_CTRL_CS3 (WEIM_BASE_ADDR+0x30)
993 #define WEIM_CTRL_CS4 (WEIM_BASE_ADDR+0x40)
994 #define M3IF_BASE 0xB8003000
995 #define PCMCIA_CTL_BASE 0xB8004000
998 * Memory regions and CS
1000 #define IPU_MEM_BASE_ADDR 0x70000000
1001 #define CSD0_BASE_ADDR 0x80000000
1002 #define CSD1_BASE_ADDR 0x90000000
1003 #define CS0_BASE_ADDR 0xA0000000
1004 #define CS1_BASE_ADDR 0xA8000000
1005 #define CS2_BASE_ADDR 0xB0000000
1006 #define CS3_BASE_ADDR 0xB2000000
1007 #define CS4_BASE_ADDR 0xB4000000
1008 #define CS4_BASE_PSRAM 0xB5000000
1009 #define CS5_BASE_ADDR 0xB6000000
1010 #define PCMCIA_MEM_BASE_ADDR 0xC0000000
1012 #define INTERNAL_ROM_VA 0xF0000000
1015 * SDRAM
1017 #define RAM_BANK0_BASE SDRAM_BASE_ADDR
1020 * IRQ Controller Register Definitions.
1022 #define AVIC_BASE_ADDR 0x68000000
1023 #define AVIC_INTCNTL (*(REG32_PTR_T)(AVIC_BASE_ADDR+0x00))
1024 #define AVIC_NIMASK (*(REG32_PTR_T)(AVIC_BASE_ADDR+0x04))
1025 #define AVIC_INTENNUM (*(REG32_PTR_T)(AVIC_BASE_ADDR+0x08))
1026 #define AVIC_INTDISNUM (*(REG32_PTR_T)(AVIC_BASE_ADDR+0x0C))
1027 #define AVIC_INTENABLEH (*(REG32_PTR_T)(AVIC_BASE_ADDR+0x10))
1028 #define AVIC_INTENABLEL (*(REG32_PTR_T)(AVIC_BASE_ADDR+0x14))
1029 #define AVIC_INTTYPEH (*(REG32_PTR_T)(AVIC_BASE_ADDR+0x18))
1030 #define AVIC_INTTYPEL (*(REG32_PTR_T)(AVIC_BASE_ADDR+0x1C))
1031 #define AVIC_NIPRIORITY(n) (((REG32_PTR_T)(AVIC_BASE_ADDR+0x20))[n])
1032 #define AVIC_NIPRIORITY7 (*(REG32_PTR_T)(AVIC_BASE_ADDR+0x20))
1033 #define AVIC_NIPRIORITY6 (*(REG32_PTR_T)(AVIC_BASE_ADDR+0x24))
1034 #define AVIC_NIPRIORITY5 (*(REG32_PTR_T)(AVIC_BASE_ADDR+0x28))
1035 #define AVIC_NIPRIORITY4 (*(REG32_PTR_T)(AVIC_BASE_ADDR+0x2C))
1036 #define AVIC_NIPRIORITY3 (*(REG32_PTR_T)(AVIC_BASE_ADDR+0x30))
1037 #define AVIC_NIPRIORITY2 (*(REG32_PTR_T)(AVIC_BASE_ADDR+0x34))
1038 #define AVIC_NIPRIORITY1 (*(REG32_PTR_T)(AVIC_BASE_ADDR+0x38))
1039 #define AVIC_NIPRIORITY0 (*(REG32_PTR_T)(AVIC_BASE_ADDR+0x3C))
1040 #define AVIC_NIVECSR (*(REG32_PTR_T)(AVIC_BASE_ADDR+0x40))
1041 #define AVIC_FIVECSR (*(REG32_PTR_T)(AVIC_BASE_ADDR+0x44))
1042 #define AVIC_INTSRCH (*(REG32_PTR_T)(AVIC_BASE_ADDR+0x48))
1043 #define AVIC_INTSRCL (*(REG32_PTR_T)(AVIC_BASE_ADDR+0x4C))
1044 #define AVIC_INTFRCH (*(REG32_PTR_T)(AVIC_BASE_ADDR+0x50))
1045 #define AVIC_INTFRCL (*(REG32_PTR_T)(AVIC_BASE_ADDR+0x54))
1046 #define AVIC_NIPNDH (*(REG32_PTR_T)(AVIC_BASE_ADDR+0x58))
1047 #define AVIC_NIPNDL (*(REG32_PTR_T)(AVIC_BASE_ADDR+0x5C))
1048 #define AVIC_FIPNDH (*(REG32_PTR_T)(AVIC_BASE_ADDR+0x60))
1049 #define AVIC_FIPNDL (*(REG32_PTR_T)(AVIC_BASE_ADDR+0x64))
1050 #define AVIC_VECTOR_BASE_ADDR (AVIC_BASE_ADDR+0x100)
1051 #define AVIC_VECTOR(n) (((REG32_PTR_T)VECTOR_BASE_ADDR)[n])
1053 /* The vectors go all the way up to 63. 4 bytes for each */
1054 #define AVIC_INTCNTL_ABFLAG (1 << 25)
1055 #define AVIC_INTCNTL_ABFEN (1 << 24)
1056 #define AVIC_INTCNTL_NIDIS (1 << 22)
1057 #define AVIC_INTCNTL_FIDIS (1 << 21)
1058 #define AVIC_INTCNTL_NIAD (1 << 20)
1059 #define AVIC_INTCNTL_FIAD (1 << 19)
1060 #define AVIC_INTCNTL_NM (1 << 18)
1062 /* L210 */
1063 #define L2CC_BASE_ADDR 0x30000000
1064 #define L2_CACHE_LINE_SIZE 32
1065 #define L2_CACHE_CTL_REG 0x100
1066 #define L2_CACHE_AUX_CTL_REG 0x104
1067 #define L2_CACHE_SYNC_REG 0x730
1068 #define L2_CACHE_INV_LINE_REG 0x770
1069 #define L2_CACHE_INV_WAY_REG 0x77C
1070 #define L2_CACHE_CLEAN_LINE_REG 0x7B0
1071 #define L2_CACHE_CLEAN_INV_LINE_REG 0x7F0
1073 #define L2CC_CACHE_SYNC (*(REG32_PTR_T)(L2CC_BASE_ADDR+L2_CACHE_SYNC_REG))
1075 /* CCM */
1076 #define CCM_CCMR (*(REG32_PTR_T)(CCM_BASE_ADDR+0x00))
1077 #define CCM_PDR0 (*(REG32_PTR_T)(CCM_BASE_ADDR+0x04))
1078 #define CCM_PDR1 (*(REG32_PTR_T)(CCM_BASE_ADDR+0x08))
1079 #define CCM_RCSR (*(REG32_PTR_T)(CCM_BASE_ADDR+0x0C))
1080 #define CCM_MPCTL (*(REG32_PTR_T)(CCM_BASE_ADDR+0x10))
1081 #define CCM_UPCTL (*(REG32_PTR_T)(CCM_BASE_ADDR+0x14))
1082 #define CCM_SPCTL (*(REG32_PTR_T)(CCM_BASE_ADDR+0x18))
1083 #define CCM_COSR (*(REG32_PTR_T)(CCM_BASE_ADDR+0x1C))
1084 #define CCM_CGR0 (*(REG32_PTR_T)(CCM_BASE_ADDR+0x20))
1085 #define CCM_CGR1 (*(REG32_PTR_T)(CCM_BASE_ADDR+0x24))
1086 #define CCM_CGR2 (*(REG32_PTR_T)(CCM_BASE_ADDR+0x28))
1087 #define CCM_WIMR0 (*(REG32_PTR_T)(CCM_BASE_ADDR+0x2C))
1088 #define CCM_LDC (*(REG32_PTR_T)(CCM_BASE_ADDR+0x30))
1089 #define CCM_DCVR0 (*(REG32_PTR_T)(CCM_BASE_ADDR+0x34))
1090 #define CCM_DCVR1 (*(REG32_PTR_T)(CCM_BASE_ADDR+0x38))
1091 #define CCM_DCVR2 (*(REG32_PTR_T)(CCM_BASE_ADDR+0x3C))
1092 #define CCM_DCVR3 (*(REG32_PTR_T)(CCM_BASE_ADDR+0x40))
1093 #define CCM_LTR0 (*(REG32_PTR_T)(CCM_BASE_ADDR+0x44))
1094 #define CCM_LTR1 (*(REG32_PTR_T)(CCM_BASE_ADDR+0x48))
1095 #define CCM_LTR2 (*(REG32_PTR_T)(CCM_BASE_ADDR+0x4C))
1096 #define CCM_LTR3 (*(REG32_PTR_T)(CCM_BASE_ADDR+0x50))
1097 #define CCM_LTBR0 (*(REG32_PTR_T)(CCM_BASE_ADDR+0x54))
1098 #define CCM_LTBR1 (*(REG32_PTR_T)(CCM_BASE_ADDR+0x58))
1099 #define CCM_PMCR0 (*(REG32_PTR_T)(CCM_BASE_ADDR+0x5C))
1100 #define CCM_PMCR1 (*(REG32_PTR_T)(CCM_BASE_ADDR+0x60))
1101 #define CCM_PDR2 (*(REG32_PTR_T)(CCM_BASE_ADDR+0x64))
1103 /* CCMR */
1104 #define CCM_CCMR_L2PG (0x1 << 29)
1105 #define CCM_CCMR_VSTBY (0x1 << 28)
1106 #define CCM_CCMR_WBEN (0x1 << 27)
1107 #define CCM_CCMR_FPMF (0x1 << 26)
1108 #define CCM_CCMR_CSCS (0x1 << 25)
1109 #define CCM_CCMR_PERCS (0x1 << 24)
1111 #define CCM_CCMR_SSI2S (0x3 << 21)
1112 #define CCM_CCMR_SSI2S_MCU_CLK (0x0 << 21)
1113 #define CCM_CCMR_SSI2S_USB_CLK (0x1 << 21)
1114 #define CCM_CCMR_SSI2S_SERIAL_CLK (0x2 << 21) /* default */
1116 #define CCM_CCMR_SSI1S (0x3 << 18)
1117 #define CCM_CCMR_SSI1S_MCU_CLK (0x0 << 18)
1118 #define CCM_CCMR_SSI1S_USB_CLK (0x1 << 18)
1119 #define CCM_CCMR_SSI1S_SERIAL_CLK (0x2 << 18) /* default */
1121 #define CCM_CCMR_RAMW (0x3 << 16)
1122 #define CCM_CCMR_RAMW_0ARM_0ALTMS (0x0 << 16)
1123 #define CCM_CCMR_RAMW_0ARM_1ALTMS (0x1 << 16) /* Not recommended */
1124 #define CCM_CCMR_RAMW_1ARM_0ALTMS (0x2 << 16) /* Not recommended */
1125 #define CCM_CCMR_RAMW_1ARM_1ALTMS (0x3 << 16)
1127 #define CCM_CCMR_LPM (0x3 << 14)
1128 #define CCM_CCMR_LPM_WAIT_MODE (0x0 << 14)
1129 #define CCM_CCMR_LPM_DOZE_MODE (0x1 << 14)
1130 #define CCM_CCMR_LPM_SRM (0x2 << 14) /* State retention mode */
1131 #define CCM_CCMR_LPM_DSM (0x3 << 14) /* Deep sleep mode */
1133 #define CCM_CCMR_FIRS (0x3 << 11)
1134 #define CCM_CCMR_FIRS_MCU_CLK (0x0 << 11)
1135 #define CCM_CCMR_FIRS_USB_CLK (0x1 << 11)
1136 #define CCM_CCMR_FIRS_SERIAL_CLK (0x2 << 11)
1138 #define CCM_CCMR_WAMO (0x1 << 10)
1139 #define CCM_CCMR_UPE (0x1 << 9)
1140 #define CCM_CCMR_SPE (0x1 << 8)
1141 #define CCM_CCMR_MDS (0x1 << 7)
1143 #define CCM_CCMR_ROMW (0x3 << 5)
1144 #define CCM_CCMR_ROMW_0ARM_0ALTMS (0x0 << 5)
1145 #define CCM_CCMR_ROMW_0ARM_1ALTMS (0x1 << 5) /* Not recommended */
1146 #define CCM_CCMR_ROMW_1ARM_0ALTMS (0x2 << 5) /* Not recommended */
1147 #define CCM_CCMR_ROMW_1ARM_1ALTMS (0x3 << 5)
1149 #define CCM_CCMR_SBYCS (0x1 << 4)
1150 #define CCM_CCMR_MPE (0x1 << 3)
1152 #define CCM_CCMR_PRCS (0x3 << 1)
1153 #define CCM_CCMR_PRCS_FPM (0x1 << 1)
1154 #define CCM_CCMR_PRCS_CKIH (0x2 << 1)
1156 #define CCM_CCMR_FPME (0x1 << 0)
1158 /* PDR0 */
1159 #define CCM_PDR0_CSI_PODF (0x1ff << 23)
1160 #define CCM_PDR0_CSI_PODF_POS (23)
1162 #define CCM_PDR0_PER_PODF (0x1f << 16)
1163 #define CCM_PDR0_PER_PODF_POS (16)
1165 #define CCM_PDR0_HSP_PODF (0x7 << 11)
1166 #define CCM_PDR0_HSP_PODF_POS (11)
1168 #define CCM_PDR0_NFC_PODF (0x7 << 8)
1169 #define CCM_PDR0_NFC_PODF_POS (8)
1171 #define CCM_PDR0_IPG_PODF (0x3 << 6)
1172 #define CCM_PDR0_IPG_PODF_POS (6)
1174 #define CCM_PDR0_MAX_PODF (0x7 << 3)
1175 #define CCM_PDR0_MAX_PODF_POS (3)
1177 #define CCM_PDR0_MCU_PODF (0x7 << 0)
1178 #define CCM_PDR0_MCU_PODF_POS (0)
1180 /* PDR1 */
1181 #define CCM_PDR1_USB_PRDF (0x3 << 30)
1182 #define CCM_PDR1_USB_PRDF_POS (30)
1184 #define CCM_PDR1_USB_PODF (0x7 << 27)
1185 #define CCM_PDR1_USB_PODF_POS (27)
1187 #define CCM_PDR1_FIRI_PRE_PODF (0x7 << 24)
1188 #define CCM_PDR1_FIRI_PRE_PODF_POS (24)
1190 #define CCM_PDR1_FIRI_PODF (0x3f << 18)
1191 #define CCM_PDR1_FIRI_PODF_POS (18)
1193 #define CCM_PDR1_SSI2_PRE_PODF (0x7 << 15)
1194 #define CCM_PDR1_SSI2_PRE_PODF_POS (15)
1196 #define CCM_PDR1_SSI2_PODF (0x3f << 9)
1197 #define CCM_PDR1_SSI2_PODF_POS (9)
1199 #define CCM_PDR1_SSI1_PRE_PODF (0x7 << 6)
1200 #define CCM_PDR1_SSI1_PRE_PODF_POS (6)
1202 #define CCM_PDR1_SSI1_PODF (0x3f << 0)
1203 #define CCM_PDR1_SSI1_PODF_POS (0)
1205 /* RCSR */
1206 #define CCM_RCSR_NF16B (1 << 31)
1208 #define CCM_RCSR_NFMS (1 << 30)
1210 #define CCM_RCSR_BTP4 (1 << 27)
1211 #define CCM_RCSR_BTP3 (1 << 26)
1212 #define CCM_RCSR_BTP2 (1 << 25)
1213 #define CCM_RCSR_BTP1 (1 << 24)
1214 #define CCM_RCSR_BTP0 (1 << 23)
1216 #define CCM_RCSR_OSCNT (0x7f << 16)
1217 #define CCM_RCSR_OSCNT_POS (16)
1219 #define CCM_RCSR_PERES (1 << 15)
1221 #define CCM_RCSR_SDM (0x3 << 12)
1222 #define CCM_RCSR_SDM_POS (12)
1224 #define CCM_RCSR_GPF (0x7 << 5)
1225 #define CCM_RCSR_GPF_POS (5)
1227 #define CCM_RCSR_WFIS (1 << 4)
1229 #define CCM_RCSR_REST (0x7 << 0)
1230 #define CCM_RCSR_REST_POS (0)
1231 #define CCM_RCSR_REST_POR_EXT (0x0)
1232 #define CCM_RCSR_REST_QUALIFIED_EXT (0x1)
1233 #define CCM_RCSR_REST_WATCHDOG_TMO (0x2)
1234 /* 0x3 - 0x5: reserved */
1235 #define CCM_RCSR_REST_JTAG (0x6)
1236 #define CCM_RCSR_REST_ARM11P_GATING (0x7)
1238 /* MPCTL */
1239 #define CCM_MPCTL_BRM (1 << 31)
1240 #define CCM_MPCTL_PD (0xf << 26)
1241 #define CCM_MPCTL_PD_POS (26)
1242 #define CCM_MPCTL_MFD (0x3ff << 16)
1243 #define CCM_MPCTL_MFD_POS (16)
1244 #define CCM_MPCTL_MFI (0xf << 10)
1245 #define CCM_MPCTL_MFI_POS (10)
1246 #define CCM_MPCTL_MFN (0x3ff << 0)
1247 #define CCM_MPCTL_MFN_POS (0)
1249 /* UPCTL */
1250 #define CCM_UPCTL_BRM (1 << 31)
1251 #define CCM_UPCTL_PD (0xf << 26)
1252 #define CCM_UPCTL_PD_POS (26)
1253 #define CCM_UPCTL_MFD (0x3ff << 16)
1254 #define CCM_UPCTL_MFD_POS (16)
1255 #define CCM_UPCTL_MFI (0xf << 10)
1256 #define CCM_UPCTL_MFI_POS (10)
1257 #define CCM_UPCTL_MFN (0x3ff << 0)
1258 #define CCM_UPCTL_MFN_POS (0)
1260 /* SPCTL */
1261 #define CCM_SPCTL_BRM (1 << 31)
1262 #define CCM_SPCTL_PD (0xf << 26)
1263 #define CCM_SPCTL_PD_POS (26)
1264 #define CCM_SPCTL_MFD (0x3ff << 16)
1265 #define CCM_SPCTL_MFD_POS (16)
1266 #define CCM_SPCTL_MFI (0xf << 10)
1267 #define CCM_SPCTL_MFI_POS (10)
1268 #define CCM_SPCTL_MFN (0x3ff << 0)
1269 #define CCM_SPCTL_MFN_POS (0)
1271 /* COSR */
1272 #define CCM_COSR_CLKOEN (1 << 9)
1273 #define CCM_COSR_CLKOUTDIV (0x7 << 6)
1274 #define CCM_COSR_CLKOUTDIV_POS (6)
1275 #define CCM_COSR_CLKOSEL (0xf << 0)
1276 #define CCM_COSR_CLKOSEL_POS (0)
1277 #define CCM_COSR_CLKOSEL_MPL_DPDGCK_CLK (0x0)
1278 #define CCM_COSR_CLKOSEL_IPG_CLK_CCM (0x1)
1279 #define CCM_COSR_CLKOSEL_UPL_DPDGCK_CLK (0x2)
1280 #define CCM_COSR_CLKOSEL_PLL_REF_CLK (0x3)
1281 #define CCM_COSR_CLKOSEL_FPM_CKIL512_CLK (0x4)
1282 #define CCM_COSR_CLKOSEL_IPG_CLK_AHB_ARM (0x5)
1283 #define CCM_COSR_CLKOSEL_IPG_CLK_ARM (0x6)
1284 #define CCM_COSR_CLKOSEL_SPL_DPDGCK_CLK (0x7)
1285 #define CCM_COSR_CLKOSEL_CKIH (0x8)
1286 #define CCM_COSR_CLKOSEL_IPG_CLK_AHB_EMI_CLK (0x9)
1287 #define CCM_COSR_CLKOSEL_IPG_CLK_IPU_HSP (0x9)
1288 #define CCM_COSR_CLKOSEL_IPG_CLK_NFC_20M (0xa)
1289 #define CCM_COSR_CLKOSEL_IPG_CLK_PERCLK_UART1 (0xb)
1290 #define CCM_COSR_CLKOSEL_IPG_REF_CIR1 (0xc) /* ref_cir_gateload */
1291 #define CCM_COSR_CLKOSEL_IPG_REF_CIR2 (0xc) /* ref_cir_intrcload */
1292 #define CCM_COSR_CLKOSEL_IPG_REF_CIR3 (0xc) /* ref_cir_path */
1294 /* CGR0 */
1295 /* CGR1 */
1296 /* CGR2 */
1297 /* Handled in ccm-imx31.h and ccm-imx31.c */
1300 #define CCM_WIMR0_GPIO3 (1 << 0)
1301 #define CCM_WIMR0_GPIO2 (1 << 1)
1302 #define CCM_WIMR0_GPIO1 (1 << 2)
1303 #define CCM_WIMR0_PCMCIA (1 << 3)
1304 #define CCM_WIMR0_WDT (1 << 4)
1305 #define CCM_WIMR0_USB_OTG (1 << 5)
1306 #define CCM_WIMR0_IPI_INT_UH2 (1 << 6)
1307 #define CCM_WIMR0_IPI_INT_UH1 (1 << 7)
1308 #define CCM_WIMR0_IPI_INT_UART5_ANDED (1 << 8)
1309 #define CCM_WIMR0_IPI_INT_UART4_ANDED (1 << 9)
1310 #define CCM_WIMR0_IPI_INT_UART3_ANDED (1 << 10)
1311 #define CCM_WIMR0_IPI_INT_UART2_ANDED (1 << 11)
1312 #define CCM_WIMR0_IPI_INT_UART1_ANDED (1 << 12)
1313 #define CCM_WIMR0_IPI_INT_SIM_DATA_IRQ (1 << 13)
1314 #define CCM_WIMR0_IPI_INT_SDHC2 (1 << 14)
1315 #define CCM_WIMR0_IPI_INT_SDHC1 (1 << 15)
1316 #define CCM_WIMR0_IPI_INT_RTC (1 << 16)
1317 #define CCM_WIMR0_IPI_INT_PWM (1 << 17)
1318 #define CCM_WIMR0_IPI_INT_KPP (1 << 18)
1319 #define CCM_WIMR0_IPI_INT_IIM (1 << 19)
1320 #define CCM_WIMR0_IPI_INT_GPT (1 << 20)
1321 #define CCM_WIMR0_IPI_INT_FIR (1 << 21)
1322 #define CCM_WIMR0_IPI_INT_EPIT2 (1 << 22)
1323 #define CCM_WIMR0_IPI_INT_EPIT1 (1 << 23)
1324 #define CCM_WIMR0_IPI_INT_CSPI2 (1 << 24)
1325 #define CCM_WIMR0_IPI_INT_CSPI1 (1 << 25)
1326 #define CCM_WIMR0_IPI_INT_POWER_FAIL (1 << 26)
1327 #define CCM_WIMR0_IPI_INT_CSPI3 (1 << 27)
1328 #define CCM_WIMR0_RESERVED28 (1 << 28)
1329 #define CCM_WIMR0_RESERVED29 (1 << 29)
1330 #define CCM_WIMR0_RESERVED30 (1 << 30)
1331 #define CCM_WIMR0_RESERVED31 (1 << 31)
1333 /* LDC */
1334 /* 32 bits specify value */
1336 /* DCVR0-DCVR3 */
1337 #define CCM_DCVR_ULV (0x3ff << 22) /* Upper limit */
1338 #define CCM_DCVR_ULV_POS (22)
1339 #define CCM_DCVR_LLV (0x3ff << 12) /* Lower limit */
1340 #define CCM_DCVR_LLV_POS (12)
1341 #define CCM_DCVR_ELV (0x3ff << 2) /* Emergency limit */
1342 #define CCM_DCVR_ELV_POS (2)
1345 /* LTR0 */
1346 #define CCM_LTR0_UPTHR (0x3f << 22)
1347 #define CCM_LTR0_UPTHR_POS (22)
1348 #define CCM_LTR0_DNTHR (0x3f << 16)
1349 #define CCM_LTR0_DNTHR_POS (16)
1350 /* for div_3_clk */
1351 #define CCM_LTR0_DIV3CK (0x3 << 1)
1352 #define CCM_LTR0_DIV3CK_POS (1)
1353 #define CCM_LTR0_DIV3CK_2048 (0x0 << 1) /* 1/2048 ARM clock */
1354 #define CCM_LTR0_DIV3CK_8192 (0x1 << 1) /* 1/8192 ARM clock */
1355 #define CCM_LTR0_DIV3CK_32768 (0x2 << 1) /* 1/32768 ARM clock */
1356 #define CCM_LTR0_DIV3CK_131072 (0x3 << 1) /* 1/131072 ARM clock */
1358 /* LTR1 */
1359 #define CCM_LTR1_LTBRSH (1 << 23)
1360 #define CCM_LTR1_LTBRSR (1 << 22)
1361 #define CCM_LTR1_DNCNT (0xff << 14)
1362 #define CCM_LTR1_DNCNT_POS (14)
1363 #define CCM_LTR1_UPCNT (0xff << 6)
1364 #define CCM_LTR1_UPCNT_POS (6)
1365 #define CCM_LTR1_PNCTHR (0x3f << 0)
1366 #define CCM_LTR1_PNCTHR_POS (0)
1368 /* LTR2 */
1369 #define CCM_LTR2_EMAC (0x1ff)
1370 #define CCM_LTR2_EMAC_POS (0)
1372 /* PMCR0 */
1373 #define CCM_PMCR0_DFSUP_MCUPLL (1 << 31)
1374 #define CCM_PMCR0_DFSUP_MCUPLL_POS (31)
1375 #define CCM_PMCR0_DFSUP_POST_DIVIDERS (1 << 30)
1376 #define CCM_PMCR0_DVSUP (0x3 << 28)
1377 #define CCM_PMCR0_DVSUP_POS (28)
1378 #define CCM_PMCR0_UDSC (1 << 27)
1379 #define CCM_PMCR0_VSCNT (0x7 << 24)
1380 #define CCM_PMCR0_VSCNT_POS (24)
1381 #define CCM_PMCR0_DVFEV (1 << 23)
1382 #define CCM_PMCR0_DVFIS (1 << 22)
1383 #define CCM_PMCR0_LBMI (1 << 21)
1384 #define CCM_PMCR0_LBFL (1 << 20)
1385 #define CCM_PMCR0_LBCF (0x3 << 18)
1386 #define CCM_PMCR0_LBCF_4 (0x0 << 18)
1387 #define CCM_PMCR0_LBCF_8 (0x1 << 18)
1388 #define CCM_PMCR0_LBCF_12 (0x2 << 18)
1389 #define CCM_PMCR0_LBCF_16 (0x3 << 18)
1390 #define CCM_PMCR0_PTVIS (1 << 17)
1391 #define CCM_PMCR0_UPDTEN (1 << 16)
1392 #define CCM_PMCR0_FSVAIM (1 << 15)
1393 #define CCM_PMCR0_FSVAI (0x3 << 13)
1394 #define CCM_PMCR0_FSVAI_NO_INT (0x0 << 13)
1395 #define CCM_PMCR0_FSVAI_INCREASE (0x1 << 13)
1396 #define CCM_PMCR0_FSVAI_DECREASE (0x2 << 13)
1397 #define CCM_PMCR0_FSVAI_INCREASE_NOW (0x3 << 13)
1398 #define CCM_PMCR0_FSVAI_POS (13)
1399 #define CCM_PMCR0_DPVCR (1 << 12)
1400 #define CCM_PMCR0_DPVV (1 << 11)
1401 #define CCM_PMCR0_WFIM (1 << 10)
1402 #define CCM_PMCR0_DRCE3 (1 << 9)
1403 #define CCM_PMCR0_DRCE2 (1 << 8)
1404 #define CCM_PMCR0_DRCE1 (1 << 7)
1405 #define CCM_PMCR0_DRCE0 (1 << 6)
1406 #define CCM_PMCR0_DCR (1 << 5) /* 512 vs 256 count */
1407 #define CCM_PMCR0_DVFEN (1 << 4)
1408 #define CCM_PMCR0_PTVAIM (1 << 3)
1409 #define CCM_PMCR0_PTVAI (0x3 << 1)
1410 #define CCM_PMCR0_PTVAI_NO_INT (0x0 << 1)
1411 #define CCM_PMCR0_PTVAI_DECREASE (0x1 << 1)
1412 #define CCM_PMCR0_PTVAI_INCREASE (0x2 << 1)
1413 #define CCM_PMCR0_PTVAI_INCREASE_NOW (0x3 << 1)
1414 #define CCM_PMCR0_DPTEN (1 << 0)
1417 /* PMCR1 */
1418 #define CCM_PMCR1_DVGP_POS (0)
1419 #define CCM_PMCR1_DVGP_MASK (0xf << 0)
1421 /* IC revision 2.0 or greater ONLY! */
1422 #define CCM_PMCR1_EMIRQ_EN (1 << 8)
1423 #define CCM_PMCR1_PLLRDIS (1 << 7) /* No PLL reset on switch */
1426 /* WEIM - CS0 */
1427 #define CSCRU 0x00
1428 #define CSCRL 0x04
1429 #define CSCRA 0x08
1431 /* ESDCTL */
1432 #define ESDCTL_ESDCTL0 0x00
1433 #define ESDCTL_ESDCFG0 0x04
1434 #define ESDCTL_ESDCTL1 0x08
1435 #define ESDCTL_ESDCFG1 0x0C
1436 #define ESDCTL_ESDMISC 0x10
1438 /* More UART 1 Register defines */
1439 #define URXD1 (*(REG32_PTR_T)(UART1_BASE_ADDR+0x00))
1440 #define UTXD1 (*(REG32_PTR_T)(UART1_BASE_ADDR+0x40))
1441 #define UCR1_1 (*(REG32_PTR_T)(UART1_BASE_ADDR+0x80))
1442 #define UCR2_1 (*(REG32_PTR_T)(UART1_BASE_ADDR+0x84))
1443 #define UCR3_1 (*(REG32_PTR_T)(UART1_BASE_ADDR+0x88))
1444 #define UCR4_1 (*(REG32_PTR_T)(UART1_BASE_ADDR+0x8C))
1445 #define UFCR1 (*(REG32_PTR_T)(UART1_BASE_ADDR+0x90))
1446 #define USR1_1 (*(REG32_PTR_T)(UART1_BASE_ADDR+0x94))
1447 #define USR2_1 (*(REG32_PTR_T)(UART1_BASE_ADDR+0x98))
1448 #define UTS1 (*(REG32_PTR_T)(UART1_BASE_ADDR+0xB4))
1450 #define UCR1_2 (*(REG32_PTR_T)(UART2_BASE_ADDR+0x80))
1451 #define UCR1_3 (*(REG32_PTR_T)(UART3_BASE_ADDR+0x80))
1452 #define UCR1_4 (*(REG32_PTR_T)(UART4_BASE_ADDR+0x80))
1453 #define UCR1_5 (*(REG32_PTR_T)(UART5_BASE_ADDR+0x80))
1456 * UART Control Register 0 Bit Fields.
1458 #define EUARTUCR1_ADEN (1 << 15) // Auto detect interrupt
1459 #define EUARTUCR1_ADBR (1 << 14) // Auto detect baud rate
1460 #define EUARTUCR1_TRDYEN (1 << 13) // Transmitter ready interrupt enable
1461 #define EUARTUCR1_IDEN (1 << 12) // Idle condition interrupt
1462 #define EUARTUCR1_RRDYEN (1 << 9) // Recv ready interrupt enable
1463 #define EUARTUCR1_RDMAEN (1 << 8) // Recv ready DMA enable
1464 #define EUARTUCR1_IREN (1 << 7) // Infrared interface enable
1465 #define EUARTUCR1_TXMPTYEN (1 << 6) // Transimitter empt interrupt enable
1466 #define EUARTUCR1_RTSDEN (1 << 5) // RTS delta interrupt enable
1467 #define EUARTUCR1_SNDBRK (1 << 4) // Send break
1468 #define EUARTUCR1_TDMAEN (1 << 3) // Transmitter ready DMA enable
1469 #define EUARTUCR1_DOZE (1 << 1) // Doze
1470 #define EUARTUCR1_UARTEN (1 << 0) // UART enabled
1471 #define EUARTUCR2_ESCI (1 << 15) // Escape seq interrupt enable
1472 #define EUARTUCR2_IRTS (1 << 14) // Ignore RTS pin
1473 #define EUARTUCR2_CTSC (1 << 13) // CTS pin control
1474 #define EUARTUCR2_CTS (1 << 12) // Clear to send
1475 #define EUARTUCR2_ESCEN (1 << 11) // Escape enable
1476 #define EUARTUCR2_PREN (1 << 8) // Parity enable
1477 #define EUARTUCR2_PROE (1 << 7) // Parity odd/even
1478 #define EUARTUCR2_STPB (1 << 6) // Stop
1479 #define EUARTUCR2_WS (1 << 5) // Word size
1480 #define EUARTUCR2_RTSEN (1 << 4) // Request to send interrupt enable
1481 #define EUARTUCR2_ATEN (1 << 3) // Aging timer enable
1482 #define EUARTUCR2_TXEN (1 << 2) // Transmitter enabled
1483 #define EUARTUCR2_RXEN (1 << 1) // Receiver enabled
1484 #define EUARTUCR2_SRST_ (1 << 0) // SW reset
1485 #define EUARTUCR3_PARERREN (1 << 12) // Parity enable
1486 #define EUARTUCR3_FRAERREN (1 << 11) // Frame error interrupt enable
1487 #define EUARTUCR3_ADNIMP (1 << 7) // Autobaud detection not improved
1488 #define EUARTUCR3_RXDSEN (1 << 6) // Receive status interrupt enable
1489 #define EUARTUCR3_AIRINTEN (1 << 5) // Async IR wake interrupt enable
1490 #define EUARTUCR3_AWAKEN (1 << 4) // Async wake interrupt enable
1491 #define EUARTUCR3_RXDMUXSEL (1 << 2) // RXD muxed input selected
1492 #define EUARTUCR3_INVT (1 << 1) // Inverted Infrared transmission
1493 #define EUARTUCR3_ACIEN (1 << 0) // Autobaud counter interrupt enable
1494 #define EUARTUCR4_CTSTL_32 (32 << 10) // CTS trigger level (32 chars)
1495 #define EUARTUCR4_INVR (1 << 9) // Inverted infrared reception
1496 #define EUARTUCR4_ENIRI (1 << 8) // Serial infrared interrupt enable
1497 #define EUARTUCR4_WKEN (1 << 7) // Wake interrupt enable
1498 #define EUARTUCR4_IRSC (1 << 5) // IR special case
1499 #define EUARTUCR4_LPBYP (1 << 4) // Low power bypass
1500 #define EUARTUCR4_TCEN (1 << 3) // Transmit complete interrupt enable
1501 #define EUARTUCR4_BKEN (1 << 2) // Break condition interrupt enable
1502 #define EUARTUCR4_OREN (1 << 1) // Receiver overrun interrupt enable
1503 #define EUARTUCR4_DREN (1 << 0) // Recv data ready interrupt enable
1504 #define EUARTUFCR_RXTL_SHF 0 // Receiver trigger level shift
1505 #define EUARTUFCR_RFDIV_1 (5 << 7) // Reference freq divider (div> 1)
1506 #define EUARTUFCR_RFDIV_2 (4 << 7) // Reference freq divider (div> 2)
1507 #define EUARTUFCR_RFDIV_3 (3 << 7) // Reference freq divider (div 3)
1508 #define EUARTUFCR_RFDIV_4 (2 << 7) // Reference freq divider (div 4)
1509 #define EUARTUFCR_RFDIV_5 (1 << 7) // Reference freq divider (div 5)
1510 #define EUARTUFCR_RFDIV_6 (0 << 7) // Reference freq divider (div 6)
1511 #define EUARTUFCR_RFDIV_7 (6 << 7) // Reference freq divider (div 7)
1512 #define EUARTUFCR_TXTL_SHF 10 // Transmitter trigger level shift
1513 #define EUARTUSR1_PARITYERR (1 << 15) // Parity error interrupt flag
1514 #define EUARTUSR1_RTSS (1 << 14) // RTS pin status
1515 #define EUARTUSR1_TRDY (1 << 13) // Transmitter ready interrupt/dma flag
1516 #define EUARTUSR1_RTSD (1 << 12) // RTS delta
1517 #define EUARTUSR1_ESCF (1 << 11) // Escape seq interrupt flag
1518 #define EUARTUSR1_FRAMERR (1 << 10) // Frame error interrupt flag
1519 #define EUARTUSR1_RRDY (1 << 9) // Receiver ready interrupt/dma flag
1520 #define EUARTUSR1_AGTIM (1 << 8) // Aging timeout interrupt status
1521 #define EUARTUSR1_RXDS (1 << 6) // Receiver idle interrupt flag
1522 #define EUARTUSR1_AIRINT (1 << 5) // Async IR wake interrupt flag
1523 #define EUARTUSR1_AWAKE (1 << 4) // Aysnc wake interrupt flag
1524 #define EUARTUSR2_ADET (1 << 15) // Auto baud rate detect complete
1525 #define EUARTUSR2_TXFE (1 << 14) // Transmit buffer FIFO empty
1526 #define EUARTUSR2_IDLE (1 << 12) // Idle condition
1527 #define EUARTUSR2_ACST (1 << 11) // Autobaud counter stopped
1528 #define EUARTUSR2_IRINT (1 << 8) // Serial infrared interrupt flag
1529 #define EUARTUSR2_WAKE (1 << 7) // Wake
1530 #define EUARTUSR2_RTSF (1 << 4) // RTS edge interrupt flag
1531 #define EUARTUSR2_TXDC (1 << 3) // Transmitter complete
1532 #define EUARTUSR2_BRCD (1 << 2) // Break condition
1533 #define EUARTUSR2_ORE (1 << 1) // Overrun error
1534 #define EUARTUSR2_RDR (1 << 0) // Recv data ready
1535 #define EUARTUTS_FRCPERR (1 << 13) // Force parity error
1536 #define EUARTUTS_LOOP (1 << 12) // Loop tx and rx
1537 #define EUARTUTS_TXEMPTY (1 << 6) // TxFIFO empty
1538 #define EUARTUTS_RXEMPTY (1 << 5) // RxFIFO empty
1539 #define EUARTUTS_TXFULL (1 << 4) // TxFIFO full
1540 #define EUARTUTS_RXFULL (1 << 3) // RxFIFO full
1541 #define EUARTUTS_SOFTRST (1 << 0) // Software reset
1543 /* SDMA */
1544 #define SDMA_MC0PTR (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x000))
1545 #define SDMA_INTR (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x004))
1546 #define SDMA_STOP_STAT (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x008))
1547 #define SDMA_HSTART (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x00C))
1548 #define SDMA_EVTOVR (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x010))
1549 #define SDMA_DSPOVR (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x014))
1550 #define SDMA_HOSTOVR (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x018))
1551 #define SDMA_EVTPEND (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x01C))
1552 #define SDMA_DSPENBL (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x020))
1553 #define SDMA_RESET (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x024))
1554 #define SDMA_EVTERR (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x028))
1555 #define SDMA_INTRMSK (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x02C))
1556 #define SDMA_PSW (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x030))
1557 #define SDMA_EVTERRDBG (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x034))
1558 #define SDMA_CONFIG (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x038))
1559 #define SDMA_ONCE_ENB (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x040))
1560 #define SDMA_ONCE_DATA (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x044))
1561 #define SDMA_ONCE_INSTR (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x048))
1562 #define SDMA_ONCE_STAT (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x04C))
1563 #define SDMA_ONCE_CMD (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x050))
1564 #define SDMA_EVT_MIRROR (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x054))
1565 #define SDMA_ILLINSTADDR (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x058))
1566 #define SDMA_CHN0ADDR (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x05C))
1567 #define SDMA_ONCE_RTB (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x060))
1568 #define SDMA_XTRIG_CONF1 (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x070))
1569 #define SDMA_XTRIG_CONF2 (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x074))
1571 /* SDMA_CHNENBL: 0x080 - 0x0FC */
1572 #define SDMA_CHNENBL(n) (((REG32_PTR_T)(SDMA_BASE_ADDR + 0x080))[n]) /* 0..31 */
1574 /* SDMA_CHNPRI: 0x100 - 0x17C */
1575 #define SDMA_CHNPRI(n) (((REG32_PTR_T)(SDMA_BASE_ADDR + 0x100))[n]) /* 0..31 */
1577 #define SDMA_ONCE_COUNT (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x200))
1578 #define SDMA_ONCE_ECTL (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x204))
1579 #define SDMA_ONCE_EAA (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x208))
1580 #define SDMA_ONCE_EAB (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x20C))
1581 #define SDMA_ONCE_EAM (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x210))
1582 #define SDMA_ONCE_ED (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x214))
1583 #define SDMA_ONCE_EDM (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x218))
1584 #define SDMA_ONCE_PCMATCH (*(REG32_PTR_T)(SDMA_BASE_ADDR + 0x21C))
1586 /* SDMA_RESET */
1587 #define SDMA_RESET_RESCHED (0x1 << 1)
1588 #define SDMA_RESET_RESET (0x1 << 0)
1590 /* SDMA_PSW */
1591 #define SDMA_PSW_NCP (0x7 << 13)
1592 #define SDMA_PSW_NCR (0x1f << 8)
1593 #define SDMA_PSW_CCP (0x7 << 5)
1594 #define SDMA_PSW_CCR (0x1f << 0)
1596 /* SDMA_CONFIG */
1597 #define SDMA_CONFIG_DSPDMA (0x1 << 12)
1598 #define SDMA_CONFIG_RTDOBS (0x1 << 11)
1599 #define SDMA_CONFIG_ACR (0x1 << 4)
1600 #define SDMA_CONFIG_CSM (0x3 << 0)
1601 #define SDMA_CONFIG_CSM_STATIC (0x0 << 0)
1602 #define SDMA_CONFIG_CSM_DYNAMIC_LOW_POWER (0x1 << 0)
1603 #define SDMA_CONFIG_CSM_DYNAMIC_NO_LOOP (0x2 << 0)
1604 #define SDMA_CONFIG_CSM_DYNAMIC (0x3 << 0)
1606 /* SDMA_ONCE_ENB */
1607 #define SDMA_ONCE_ENB_ENB (0x1 << 0)
1609 /* SDMA_ONCE_STAT */
1610 #define SDMA_ONCE_STAT_PST (0xf << 12)
1611 #define SDMA_ONCE_STAT_PST_PROGRAM (0x0 << 12)
1612 #define SDMA_ONCE_STAT_PST_DATA (0x1 << 12)
1613 #define SDMA_ONCE_STAT_PST_CHANGE_OF_FLOW (0x2 << 12)
1614 #define SDMA_ONCE_STAT_PST_CHANGE_OF_FLOW_IN_LOOP (0x3 << 12)
1615 #define SDMA_ONCE_STAT_PST_DEBUG (0x4 << 12)
1616 #define SDMA_ONCE_STAT_PST_FUNCTIONAL_UNIT (0x5 << 12)
1617 #define SDMA_ONCE_STAT_PST_SLEEP (0x6 << 12)
1618 #define SDMA_ONCE_STAT_PST_SAVE (0x7 << 12)
1619 #define SDMA_ONCE_STAT_PST_PROGRAM_IN_SLEEP (0x8 << 12)
1620 #define SDMA_ONCE_STAT_PST_DATA_IN_SLEEP (0x9 << 12)
1621 #define SDMA_ONCE_STAT_PST_CHANGE_OF_FLOW_IN_SLEEP (0xa << 12)
1622 #define SDMA_ONCE_STAT_PST_CHANGE_OF_FLOW_IN_LOOP_IN_SLEEP (0xb << 12)
1623 #define SDMA_ONCE_STAT_PST_DEBUG_IN_SLEEP (0xc << 12)
1624 #define SDMA_ONCE_STAT_PST_FUNCTIONAL_UNIT_IN_SLEEP (0xd << 12)
1625 #define SDMA_ONCE_STAT_PST_SLEEP_AFTER_RESET (0xe << 12)
1626 #define SDMA_ONCE_STAT_PST_RESTORE (0xf << 12)
1627 #define SDMA_ONCE_STAT_RCV (0x1 << 11)
1628 #define SDMA_ONCE_STAT_EDR (0x1 << 10)
1629 #define SDMA_ONCE_STAT_ODR (0x1 << 9)
1630 #define SDMA_ONCE_STAT_SWB (0x1 << 8)
1631 #define SDMA_ONCE_STAT_MST (0x1 << 7)
1632 #define SDMA_ONCE_STAT_ECDR (0x7 << 0)
1633 #define SDMA_ONCE_STAT_ECDR_MATCHED_ADDRA_COND (0x1 << 0)
1634 #define SDMA_ONCE_STAT_ECDR_MATCHED_ADDRB_COND (0x1 << 1)
1635 #define SDMA_ONCE_STAT_ECDR_MATCHED_DATA_COND (0x1 << 2)
1637 /* SDMA_ONCE_CMD */
1638 #define SDMA_ONCE_CMD_RSTATUS 0x0
1639 #define SDMA_ONCE_CMD_DMOV 0x1
1640 #define SDMA_ONCE_CMD_EXEC_ONCE 0x2
1641 #define SDMA_ONCE_CMD_RUN_CORE 0x3
1642 #define SDMA_ONCE_CMD_EXEC_CORE 0x4
1643 #define SDMA_ONCE_CMD_DEBUG_RQST 0x5
1644 #define SDMA_ONCE_CMD_RBUFFER 0x6
1645 /* 7-15 reserved */
1647 /* SDMA_CHN0ADDR */
1648 #define SDMA_CHN0ADDR_SMSZ (0x1 << 14)
1649 /* 13:0 = 0x0050 by default (std. boot code) */
1651 /* SDMA_EVT_MIRROR */
1652 #define SDMA_EVT_MIRROR_EVENTS(n) (0x1 << (n))
1654 /* SDMA_XTRIG_CONF1 */
1655 #define SDMA_XTRIG_CONF1_CNF3 (0x1 << 30)
1656 #define SDMA_XTRIG_CONF1_NUM3 (0x1f << 24)
1657 #define SDMA_XTRIG_CONF1_CNF2 (0x1 << 22)
1658 #define SDMA_XTRIG_CONF1_NUM2 (0x1f << 16)
1659 #define SDMA_XTRIG_CONF1_CNF1 (0x1 << 14)
1660 #define SDMA_XTRIG_CONF1_NUM1 (0x1f << 8)
1661 #define SDMA_XTRIG_CONF1_CNF0 (0x1 << 6)
1662 #define SDMA_XTRIG_CONF1_NUM0 (0x1f << 0)
1664 /* SDMA_XTRIG_CONF2 */
1665 #define SDMA_XTRIG_CONF2_CNF7 (0x1 << 30)
1666 #define SDMA_XTRIG_CONF2_NUM7 (0x1f << 24)
1667 #define SDMA_XTRIG_CONF2_CNF6 (0x1 << 22)
1668 #define SDMA_XTRIG_CONF2_NUM6 (0x1f << 16)
1669 #define SDMA_XTRIG_CONF2_CNF5 (0x1 << 14)
1670 #define SDMA_XTRIG_CONF2_NUM5 (0x1f << 8)
1671 #define SDMA_XTRIG_CONF2_CNF4 (0x1 << 6)
1672 #define SDMA_XTRIG_CONF2_NUM4 (0x1f << 0)
1674 /* SDMA_CHNENBL(n) */
1675 #define SDMA_CHNENBL_ENBL(n) (0x1 << (n))
1678 #define L2CC_ENABLED
1680 /* Assuming 26MHz input clock */
1681 /* PD MFD MFI MFN */
1682 #define MPCTL_PARAM_208 ((1 << 26) + (0 << 16) + (8 << 10) + (0 << 0))
1683 #define MPCTL_PARAM_399 ((0 << 26) + (51 << 16) + (7 << 10) + (35 << 0))
1684 #define MPCTL_PARAM_532 ((0 << 26) + (51 << 16) + (10 << 10) + (12 << 0))
1686 /* UPCTL PD MFD MFI MFN */
1687 #define UPCTL_PARAM_288 (((1-1) << 26) + ((13-1) << 16) + (5 << 10) + (7 << 0))
1688 #define UPCTL_PARAM_240 (((2-1) << 26) + ((13-1) << 16) + (9 << 10) + (3 << 0))
1690 /* PDR0 */
1691 #define PDR0_208_104_52 0xFF870D48 /* ARM=208MHz, HCLK=104MHz, IPG=52MHz */
1692 #define PDR0_399_66_66 0xFF872B28 /* ARM=399MHz, HCLK=IPG=66.5MHz */
1693 #define PDR0_399_133_66 0xFF871650 /* ARM=399MHz, HCLK=133MHz, IPG=66.5MHz */
1694 #define PDR0_532_133_66 0xFF871E58 /* ARM=532MHz, HCLK=133MHz, IPG=66MHz */
1695 #define PDR0_665_83_66 0xFF873D78 /* ARM=532MHz, HCLK=133MHz, IPG=66MHz */
1696 #define PDR0_665_133_66 0xFF872660 /* ARM=532MHz, HCLK=133MHz, IPG=66MHz */
1698 #define PBC_BASE CS4_BASE_ADDR /* Peripheral Bus Controller */
1700 #define PBC_BSTAT2 0x2
1701 #define PBC_BCTRL1 0x4
1702 #define PBC_BCTRL1_CLR 0x6
1703 #define PBC_BCTRL2 0x8
1704 #define PBC_BCTRL2_CLR 0xA
1705 #define PBC_BCTRL3 0xC
1706 #define PBC_BCTRL3_CLR 0xE
1707 #define PBC_BCTRL4 0x10
1708 #define PBC_BCTRL4_CLR 0x12
1709 #define PBC_BSTAT1 0x14
1710 #define MX31EVB_CS_LAN_BASE (CS4_BASE_ADDR + 0x00020000 + 0x300)
1711 #define MX31EVB_CS_UART_BASE (CS4_BASE_ADDR + 0x00010000)
1713 #define REDBOOT_IMAGE_SIZE 0x40000
1715 #define SDRAM_WORKAROUND_FULL_PAGE
1717 #define ARMHIPG_208_52_52 /* ARM: 208MHz, HCLK=IPG=52MHz*/
1718 #define ARMHIPG_52_52_52 /* ARM: 52MHz, HCLK=IPG=52MHz*/
1719 #define ARMHIPG_399_66_66
1720 #define ARMHIPG_399_133_66
1722 /* MX31 EVB SDRAM is from 0x80000000, 64M */
1723 #define SDRAM_BASE_ADDR CSD0_BASE_ADDR
1724 #define SDRAM_SIZE 0x04000000
1726 #define UART_WIDTH_32 /* internal UART is 32bit access only */
1727 #define EXT_UART_x16
1729 #define UART_WIDTH_32 /* internal UART is 32bit access only */
1731 #define FLASH_BURST_MODE_ENABLE 1
1732 #define SDRAM_COMPARE_CONST1 0x55555555
1733 #define SDRAM_COMPARE_CONST2 0xAAAAAAAA
1734 #define UART_FIFO_CTRL 0x881
1735 #define TIMEOUT 1000
1737 /* Timer frequency */
1738 /* timer is based on ipg_clk */
1739 #define TIMER_FREQ (66000000)
1741 #endif /* __IMX31L_H__ */