Merge commit '7b2fac7654f7420c2787f74ec3b1540fa3b343e9'
[oweals/u-boot.git] / arch / arm / include / asm / arch-davinci / hardware.h
1 /*
2  * Copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net>
3  *
4  * Based on:
5  *
6  * -------------------------------------------------------------------------
7  *
8  *  linux/include/asm-arm/arch-davinci/hardware.h
9  *
10  *  Copyright (C) 2006 Texas Instruments.
11  *
12  *  This program is free software; you can redistribute  it and/or modify it
13  *  under  the terms of  the GNU General  Public License as published by the
14  *  Free Software Foundation;  either version 2 of the  License, or (at your
15  *  option) any later version.
16  *
17  *  THIS  SOFTWARE  IS PROVIDED   ``AS  IS'' AND   ANY  EXPRESS OR IMPLIED
18  *  WARRANTIES,   INCLUDING, BUT NOT  LIMITED  TO, THE IMPLIED WARRANTIES OF
19  *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN
20  *  NO  EVENT  SHALL   THE AUTHOR  BE    LIABLE FOR ANY   DIRECT, INDIRECT,
21  *  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22  *  NOT LIMITED   TO, PROCUREMENT OF  SUBSTITUTE GOODS  OR SERVICES; LOSS OF
23  *  USE, DATA,  OR PROFITS; OR  BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
24  *  ANY THEORY OF LIABILITY, WHETHER IN  CONTRACT, STRICT LIABILITY, OR TORT
25  *  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26  *  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27  *
28  *  You should have received a copy of the  GNU General Public License along
29  *  with this program; if not, write  to the Free Software Foundation, Inc.,
30  *  675 Mass Ave, Cambridge, MA 02139, USA.
31  *
32  */
33 #ifndef __ASM_ARCH_HARDWARE_H
34 #define __ASM_ARCH_HARDWARE_H
35
36 #include <config.h>
37 #include <asm/sizes.h>
38
39 #define REG(addr)       (*(volatile unsigned int *)(addr))
40 #define REG_P(addr)     ((volatile unsigned int *)(addr))
41
42 typedef volatile unsigned int   dv_reg;
43 typedef volatile unsigned int * dv_reg_p;
44
45 /*
46  * Base register addresses
47  *
48  * NOTE:  some of these DM6446-specific addresses DO NOT WORK
49  * on other DaVinci chips.  Double check them before you try
50  * using the addresses ... or PSC module identifiers, etc.
51  */
52 #ifndef CONFIG_SOC_DA8XX
53
54 #define DAVINCI_DMA_3PCC_BASE                   (0x01c00000)
55 #define DAVINCI_DMA_3PTC0_BASE                  (0x01c10000)
56 #define DAVINCI_DMA_3PTC1_BASE                  (0x01c10400)
57 #define DAVINCI_UART0_BASE                      (0x01c20000)
58 #define DAVINCI_UART1_BASE                      (0x01c20400)
59 #define DAVINCI_I2C_BASE                        (0x01c21000)
60 #define DAVINCI_TIMER0_BASE                     (0x01c21400)
61 #define DAVINCI_TIMER1_BASE                     (0x01c21800)
62 #define DAVINCI_WDOG_BASE                       (0x01c21c00)
63 #define DAVINCI_PWM0_BASE                       (0x01c22000)
64 #define DAVINCI_PWM1_BASE                       (0x01c22400)
65 #define DAVINCI_PWM2_BASE                       (0x01c22800)
66 #define DAVINCI_SYSTEM_MODULE_BASE              (0x01c40000)
67 #define DAVINCI_PLL_CNTRL0_BASE                 (0x01c40800)
68 #define DAVINCI_PLL_CNTRL1_BASE                 (0x01c40c00)
69 #define DAVINCI_PWR_SLEEP_CNTRL_BASE            (0x01c41000)
70 #define DAVINCI_ARM_INTC_BASE                   (0x01c48000)
71 #define DAVINCI_USB_OTG_BASE                    (0x01c64000)
72 #define DAVINCI_CFC_ATA_BASE                    (0x01c66000)
73 #define DAVINCI_SPI_BASE                        (0x01c66800)
74 #define DAVINCI_GPIO_BASE                       (0x01c67000)
75 #define DAVINCI_VPSS_REGS_BASE                  (0x01c70000)
76 #if !defined(CONFIG_SOC_DM646X)
77 #define DAVINCI_ASYNC_EMIF_DATA_CE0_BASE        (0x02000000)
78 #define DAVINCI_ASYNC_EMIF_DATA_CE1_BASE        (0x04000000)
79 #define DAVINCI_ASYNC_EMIF_DATA_CE2_BASE        (0x06000000)
80 #define DAVINCI_ASYNC_EMIF_DATA_CE3_BASE        (0x08000000)
81 #endif
82 #define DAVINCI_DDR_BASE                        (0x80000000)
83
84 #ifdef CONFIG_SOC_DM644X
85 #define DAVINCI_UART2_BASE                      0x01c20800
86 #define DAVINCI_UHPI_BASE                       0x01c67800
87 #define DAVINCI_EMAC_CNTRL_REGS_BASE            0x01c80000
88 #define DAVINCI_EMAC_WRAPPER_CNTRL_REGS_BASE    0x01c81000
89 #define DAVINCI_EMAC_WRAPPER_RAM_BASE           0x01c82000
90 #define DAVINCI_MDIO_CNTRL_REGS_BASE            0x01c84000
91 #define DAVINCI_IMCOP_BASE                      0x01cc0000
92 #define DAVINCI_ASYNC_EMIF_CNTRL_BASE           0x01e00000
93 #define DAVINCI_VLYNQ_BASE                      0x01e01000
94 #define DAVINCI_ASP_BASE                        0x01e02000
95 #define DAVINCI_MMC_SD_BASE                     0x01e10000
96 #define DAVINCI_MS_BASE                         0x01e20000
97 #define DAVINCI_VLYNQ_REMOTE_BASE               0x0c000000
98
99 #elif defined(CONFIG_SOC_DM355)
100 #define DAVINCI_MMC_SD1_BASE                    0x01e00000
101 #define DAVINCI_ASP0_BASE                       0x01e02000
102 #define DAVINCI_ASP1_BASE                       0x01e04000
103 #define DAVINCI_UART2_BASE                      0x01e06000
104 #define DAVINCI_ASYNC_EMIF_CNTRL_BASE           0x01e10000
105 #define DAVINCI_MMC_SD0_BASE                    0x01e11000
106
107 #elif defined(CONFIG_SOC_DM365)
108 #define DAVINCI_MMC_SD1_BASE                    0x01d00000
109 #define DAVINCI_ASYNC_EMIF_CNTRL_BASE           0x01d10000
110 #define DAVINCI_MMC_SD0_BASE                    0x01d11000
111
112 #elif defined(CONFIG_SOC_DM646X)
113 #define DAVINCI_ASYNC_EMIF_CNTRL_BASE           0x20008000
114 #define DAVINCI_ASYNC_EMIF_DATA_CE0_BASE        0x42000000
115 #define DAVINCI_ASYNC_EMIF_DATA_CE1_BASE        0x44000000
116 #define DAVINCI_ASYNC_EMIF_DATA_CE2_BASE        0x46000000
117 #define DAVINCI_ASYNC_EMIF_DATA_CE3_BASE        0x48000000
118
119 #endif
120
121 #else /* CONFIG_SOC_DA8XX */
122
123 #define DAVINCI_UART0_BASE                      0x01c42000
124 #define DAVINCI_UART1_BASE                      0x01d0c000
125 #define DAVINCI_UART2_BASE                      0x01d0d000
126 #define DAVINCI_I2C0_BASE                       0x01c22000
127 #define DAVINCI_I2C1_BASE                       0x01e28000
128 #define DAVINCI_TIMER0_BASE                     0x01c20000
129 #define DAVINCI_TIMER1_BASE                     0x01c21000
130 #define DAVINCI_WDOG_BASE                       0x01c21000
131 #define DAVINCI_PLL_CNTRL0_BASE                 0x01c11000
132 #define DAVINCI_PSC0_BASE                       0x01c10000
133 #define DAVINCI_PSC1_BASE                       0x01e27000
134 #define DAVINCI_SPI0_BASE                       0x01c41000
135 #define DAVINCI_USB_OTG_BASE                    0x01e00000
136 #define DAVINCI_SPI1_BASE                       (cpu_is_da830() ? \
137                                                 0x01e12000 : 0x01f0e000)
138 #define DAVINCI_GPIO_BASE                       0x01e26000
139 #define DAVINCI_EMAC_CNTRL_REGS_BASE            0x01e23000
140 #define DAVINCI_EMAC_WRAPPER_CNTRL_REGS_BASE    0x01e22000
141 #define DAVINCI_EMAC_WRAPPER_RAM_BASE           0x01e20000
142 #define DAVINCI_MDIO_CNTRL_REGS_BASE            0x01e24000
143 #define DAVINCI_MMC_SD0_BASE                    0x01c40000
144 #define DAVINCI_MMC_SD1_BASE                    0x01e1b000
145 #define DAVINCI_ASYNC_EMIF_CNTRL_BASE           0x68000000
146 #define DAVINCI_ASYNC_EMIF_DATA_CE0_BASE        0x40000000
147 #define DAVINCI_ASYNC_EMIF_DATA_CE2_BASE        0x60000000
148 #define DAVINCI_ASYNC_EMIF_DATA_CE3_BASE        0x62000000
149 #define DAVINCI_ASYNC_EMIF_DATA_CE4_BASE        0x64000000
150 #define DAVINCI_ASYNC_EMIF_DATA_CE5_BASE        0x66000000
151 #define DAVINCI_DDR_EMIF_CTRL_BASE              0xb0000000
152 #define DAVINCI_DDR_EMIF_DATA_BASE              0xc0000000
153 #define DAVINCI_INTC_BASE                       0xfffee000
154 #define DAVINCI_BOOTCFG_BASE                    0x01c14000
155 #define JTAG_ID_REG                            (DAVINCI_BOOTCFG_BASE + 0x18)
156
157 #define GPIO_BANK2_REG_DIR_ADDR                 (DAVINCI_GPIO_BASE + 0x38)
158 #define GPIO_BANK2_REG_OPDATA_ADDR              (DAVINCI_GPIO_BASE + 0x3c)
159 #define GPIO_BANK2_REG_SET_ADDR                 (DAVINCI_GPIO_BASE + 0x40)
160 #define GPIO_BANK2_REG_CLR_ADDR                 (DAVINCI_GPIO_BASE + 0x44)
161 #endif /* CONFIG_SOC_DA8XX */
162
163 /* Power and Sleep Controller (PSC) Domains */
164 #define DAVINCI_GPSC_ARMDOMAIN          0
165 #define DAVINCI_GPSC_DSPDOMAIN          1
166
167 #ifndef CONFIG_SOC_DA8XX
168
169 #define DAVINCI_LPSC_VPSSMSTR           0
170 #define DAVINCI_LPSC_VPSSSLV            1
171 #define DAVINCI_LPSC_TPCC               2
172 #define DAVINCI_LPSC_TPTC0              3
173 #define DAVINCI_LPSC_TPTC1              4
174 #define DAVINCI_LPSC_EMAC               5
175 #define DAVINCI_LPSC_EMAC_WRAPPER       6
176 #define DAVINCI_LPSC_MDIO               7
177 #define DAVINCI_LPSC_IEEE1394           8
178 #define DAVINCI_LPSC_USB                9
179 #define DAVINCI_LPSC_ATA                10
180 #define DAVINCI_LPSC_VLYNQ              11
181 #define DAVINCI_LPSC_UHPI               12
182 #define DAVINCI_LPSC_DDR_EMIF           13
183 #define DAVINCI_LPSC_AEMIF              14
184 #define DAVINCI_LPSC_MMC_SD             15
185 #define DAVINCI_LPSC_MEMSTICK           16
186 #define DAVINCI_LPSC_McBSP              17
187 #define DAVINCI_LPSC_I2C                18
188 #define DAVINCI_LPSC_UART0              19
189 #define DAVINCI_LPSC_UART1              20
190 #define DAVINCI_LPSC_UART2              21
191 #define DAVINCI_LPSC_SPI                22
192 #define DAVINCI_LPSC_PWM0               23
193 #define DAVINCI_LPSC_PWM1               24
194 #define DAVINCI_LPSC_PWM2               25
195 #define DAVINCI_LPSC_GPIO               26
196 #define DAVINCI_LPSC_TIMER0             27
197 #define DAVINCI_LPSC_TIMER1             28
198 #define DAVINCI_LPSC_TIMER2             29
199 #define DAVINCI_LPSC_SYSTEM_SUBSYS      30
200 #define DAVINCI_LPSC_ARM                31
201 #define DAVINCI_LPSC_SCR2               32
202 #define DAVINCI_LPSC_SCR3               33
203 #define DAVINCI_LPSC_SCR4               34
204 #define DAVINCI_LPSC_CROSSBAR           35
205 #define DAVINCI_LPSC_CFG27              36
206 #define DAVINCI_LPSC_CFG3               37
207 #define DAVINCI_LPSC_CFG5               38
208 #define DAVINCI_LPSC_GEM                39
209 #define DAVINCI_LPSC_IMCOP              40
210
211 #define DAVINCI_DM646X_LPSC_EMAC        14
212 #define DAVINCI_DM646X_LPSC_UART0       26
213 #define DAVINCI_DM646X_LPSC_I2C         31
214 #define DAVINCI_DM646X_LPSC_TIMER0      34
215
216 #else /* CONFIG_SOC_DA8XX */
217
218 #define DAVINCI_LPSC_TPCC               0
219 #define DAVINCI_LPSC_TPTC0              1
220 #define DAVINCI_LPSC_TPTC1              2
221 #define DAVINCI_LPSC_AEMIF              3
222 #define DAVINCI_LPSC_SPI0               4
223 #define DAVINCI_LPSC_MMC_SD             5
224 #define DAVINCI_LPSC_AINTC              6
225 #define DAVINCI_LPSC_ARM_RAM_ROM        7
226 #define DAVINCI_LPSC_SECCTL_KEYMGR      8
227 #define DAVINCI_LPSC_UART0              9
228 #define DAVINCI_LPSC_SCR0               10
229 #define DAVINCI_LPSC_SCR1               11
230 #define DAVINCI_LPSC_SCR2               12
231 #define DAVINCI_LPSC_DMAX               13
232 #define DAVINCI_LPSC_ARM                14
233 #define DAVINCI_LPSC_GEM                15
234
235 /* for LPSCs in PSC1, offset from 32 for differentiation */
236 #define DAVINCI_LPSC_PSC1_BASE          32
237 #define DAVINCI_LPSC_USB20              (DAVINCI_LPSC_PSC1_BASE + 1)
238 #define DAVINCI_LPSC_USB11              (DAVINCI_LPSC_PSC1_BASE + 2)
239 #define DAVINCI_LPSC_GPIO               (DAVINCI_LPSC_PSC1_BASE + 3)
240 #define DAVINCI_LPSC_UHPI               (DAVINCI_LPSC_PSC1_BASE + 4)
241 #define DAVINCI_LPSC_EMAC               (DAVINCI_LPSC_PSC1_BASE + 5)
242 #define DAVINCI_LPSC_DDR_EMIF           (DAVINCI_LPSC_PSC1_BASE + 6)
243 #define DAVINCI_LPSC_McASP0             (DAVINCI_LPSC_PSC1_BASE + 7)
244 #define DAVINCI_LPSC_SPI1               (DAVINCI_LPSC_PSC1_BASE + 10)
245 #define DAVINCI_LPSC_I2C1               (DAVINCI_LPSC_PSC1_BASE + 11)
246 #define DAVINCI_LPSC_UART1              (DAVINCI_LPSC_PSC1_BASE + 12)
247 #define DAVINCI_LPSC_UART2              (DAVINCI_LPSC_PSC1_BASE + 13)
248 #define DAVINCI_LPSC_LCDC               (DAVINCI_LPSC_PSC1_BASE + 16)
249 #define DAVINCI_LPSC_ePWM               (DAVINCI_LPSC_PSC1_BASE + 17)
250 #define DAVINCI_LPSC_eCAP               (DAVINCI_LPSC_PSC1_BASE + 20)
251 #define DAVINCI_LPSC_L3_CBA_RAM         (DAVINCI_LPSC_PSC1_BASE + 31)
252
253 /* DA830-specific peripherals */
254 #define DAVINCI_LPSC_McASP1             (DAVINCI_LPSC_PSC1_BASE + 8)
255 #define DAVINCI_LPSC_McASP2             (DAVINCI_LPSC_PSC1_BASE + 9)
256 #define DAVINCI_LPSC_eQEP               (DAVINCI_LPSC_PSC1_BASE + 21)
257 #define DAVINCI_LPSC_SCR8               (DAVINCI_LPSC_PSC1_BASE + 24)
258 #define DAVINCI_LPSC_SCR7               (DAVINCI_LPSC_PSC1_BASE + 25)
259 #define DAVINCI_LPSC_SCR12              (DAVINCI_LPSC_PSC1_BASE + 26)
260
261 /* DA850-specific peripherals */
262 #define DAVINCI_LPSC_TPCC1              (DAVINCI_LPSC_PSC1_BASE + 0)
263 #define DAVINCI_LPSC_SATA               (DAVINCI_LPSC_PSC1_BASE + 8)
264 #define DAVINCI_LPSC_VPIF               (DAVINCI_LPSC_PSC1_BASE + 9)
265 #define DAVINCI_LPSC_McBSP0             (DAVINCI_LPSC_PSC1_BASE + 14)
266 #define DAVINCI_LPSC_McBSP1             (DAVINCI_LPSC_PSC1_BASE + 15)
267 #define DAVINCI_LPSC_MMC_SD1            (DAVINCI_LPSC_PSC1_BASE + 18)
268 #define DAVINCI_LPSC_uPP                (DAVINCI_LPSC_PSC1_BASE + 19)
269 #define DAVINCI_LPSC_TPTC2              (DAVINCI_LPSC_PSC1_BASE + 21)
270 #define DAVINCI_LPSC_SCR_F0             (DAVINCI_LPSC_PSC1_BASE + 24)
271 #define DAVINCI_LPSC_SCR_F1             (DAVINCI_LPSC_PSC1_BASE + 25)
272 #define DAVINCI_LPSC_SCR_F2             (DAVINCI_LPSC_PSC1_BASE + 26)
273 #define DAVINCI_LPSC_SCR_F6             (DAVINCI_LPSC_PSC1_BASE + 27)
274 #define DAVINCI_LPSC_SCR_F7             (DAVINCI_LPSC_PSC1_BASE + 28)
275 #define DAVINCI_LPSC_SCR_F8             (DAVINCI_LPSC_PSC1_BASE + 29)
276 #define DAVINCI_LPSC_BR_F7              (DAVINCI_LPSC_PSC1_BASE + 30)
277
278 #endif /* CONFIG_SOC_DA8XX */
279
280 void lpsc_on(unsigned int id);
281 void dsp_on(void);
282
283 void davinci_enable_uart0(void);
284 void davinci_enable_emac(void);
285 void davinci_enable_i2c(void);
286 void davinci_errata_workarounds(void);
287
288 #ifndef CONFIG_SOC_DA8XX
289
290 /* Some PSC defines */
291 #define PSC_CHP_SHRTSW                  (0x01c40038)
292 #define PSC_GBLCTL                      (0x01c41010)
293 #define PSC_EPCPR                       (0x01c41070)
294 #define PSC_EPCCR                       (0x01c41078)
295 #define PSC_PTCMD                       (0x01c41120)
296 #define PSC_PTSTAT                      (0x01c41128)
297 #define PSC_PDSTAT                      (0x01c41200)
298 #define PSC_PDSTAT1                     (0x01c41204)
299 #define PSC_PDCTL                       (0x01c41300)
300 #define PSC_PDCTL1                      (0x01c41304)
301
302 #define PSC_MDCTL_BASE                  (0x01c41a00)
303 #define PSC_MDSTAT_BASE                 (0x01c41800)
304
305 #define VDD3P3V_PWDN                    (0x01c40048)
306 #define UART0_PWREMU_MGMT               (0x01c20030)
307
308 #define PSC_SILVER_BULLET               (0x01c41a20)
309
310 #else /* CONFIG_SOC_DA8XX */
311
312 #define PSC_PSC0_MODULE_ID_CNT          16
313 #define PSC_PSC1_MODULE_ID_CNT          32
314
315 struct davinci_psc_regs {
316         dv_reg  revid;
317         dv_reg  rsvd0[71];
318         dv_reg  ptcmd;
319         dv_reg  rsvd1;
320         dv_reg  ptstat;
321         dv_reg  rsvd2[437];
322         union {
323                 struct {
324                         dv_reg  mdstat[PSC_PSC0_MODULE_ID_CNT];
325                         dv_reg  rsvd3[112];
326                         dv_reg  mdctl[PSC_PSC0_MODULE_ID_CNT];
327                 } psc0;
328                 struct {
329                         dv_reg  mdstat[PSC_PSC1_MODULE_ID_CNT];
330                         dv_reg  rsvd3[96];
331                         dv_reg  mdctl[PSC_PSC1_MODULE_ID_CNT];
332                 } psc1;
333         };
334 };
335
336 #define davinci_psc0_regs ((struct davinci_psc_regs *)DAVINCI_PSC0_BASE)
337 #define davinci_psc1_regs ((struct davinci_psc_regs *)DAVINCI_PSC1_BASE)
338
339 #endif /* CONFIG_SOC_DA8XX */
340
341 #ifndef CONFIG_SOC_DA8XX
342
343 /* Miscellania... */
344 #define VBPR                            (0x20000020)
345
346 /* NOTE:  system control modules are *highly* chip-specific, both
347  * as to register content (e.g. for muxing) and which registers exist.
348  */
349 #define PINMUX0                         0x01c40000
350 #define PINMUX1                         0x01c40004
351 #define PINMUX2                         0x01c40008
352 #define PINMUX3                         0x01c4000c
353 #define PINMUX4                         0x01c40010
354
355 #else /* CONFIG_SOC_DA8XX */
356
357 struct davinci_pllc_regs {
358         dv_reg  revid;
359         dv_reg  rsvd1[56];
360         dv_reg  rstype;
361         dv_reg  rsvd2[6];
362         dv_reg  pllctl;
363         dv_reg  ocsel;
364         dv_reg  rsvd3[2];
365         dv_reg  pllm;
366         dv_reg  prediv;
367         dv_reg  plldiv1;
368         dv_reg  plldiv2;
369         dv_reg  plldiv3;
370         dv_reg  oscdiv;
371         dv_reg  postdiv;
372         dv_reg  rsvd4[3];
373         dv_reg  pllcmd;
374         dv_reg  pllstat;
375         dv_reg  alnctl;
376         dv_reg  dchange;
377         dv_reg  cken;
378         dv_reg  ckstat;
379         dv_reg  systat;
380         dv_reg  rsvd5[3];
381         dv_reg  plldiv4;
382         dv_reg  plldiv5;
383         dv_reg  plldiv6;
384         dv_reg  plldiv7;
385         dv_reg  rsvd6[32];
386         dv_reg  emucnt0;
387         dv_reg  emucnt1;
388 };
389
390 #define davinci_pllc_regs ((struct davinci_pllc_regs *)DAVINCI_PLL_CNTRL0_BASE)
391 #define DAVINCI_PLLC_DIV_MASK   0x1f
392
393 #define ASYNC3          get_async3_src()
394 #define PLL1_SYSCLK2            ((1 << 16) | 0x2)
395 #define DAVINCI_SPI1_CLKID  (cpu_is_da830() ? 2 : ASYNC3)
396 /* Clock IDs */
397 enum davinci_clk_ids {
398         DAVINCI_SPI0_CLKID = 2,
399         DAVINCI_UART2_CLKID = 2,
400         DAVINCI_MDIO_CLKID = 4,
401         DAVINCI_ARM_CLKID = 6,
402         DAVINCI_PLLM_CLKID = 0xff,
403         DAVINCI_PLLC_CLKID = 0x100,
404         DAVINCI_AUXCLK_CLKID = 0x101
405 };
406
407 int clk_get(enum davinci_clk_ids id);
408
409 /* Boot config */
410 struct davinci_syscfg_regs {
411         dv_reg  revid;
412         dv_reg  rsvd[13];
413         dv_reg  kick0;
414         dv_reg  kick1;
415         dv_reg  rsvd1[56];
416         dv_reg  pinmux[20];
417         dv_reg  suspsrc;
418         dv_reg  chipsig;
419         dv_reg  chipsig_clr;
420         dv_reg  cfgchip0;
421         dv_reg  cfgchip1;
422         dv_reg  cfgchip2;
423         dv_reg  cfgchip3;
424         dv_reg  cfgchip4;
425 };
426
427 #define davinci_syscfg_regs \
428         ((struct davinci_syscfg_regs *)DAVINCI_BOOTCFG_BASE)
429
430 /* Emulation suspend bits */
431 #define DAVINCI_SYSCFG_SUSPSRC_EMAC             (1 << 5)
432 #define DAVINCI_SYSCFG_SUSPSRC_I2C              (1 << 16)
433 #define DAVINCI_SYSCFG_SUSPSRC_SPI0             (1 << 21)
434 #define DAVINCI_SYSCFG_SUSPSRC_SPI1             (1 << 22)
435 #define DAVINCI_SYSCFG_SUSPSRC_UART2            (1 << 20)
436 #define DAVINCI_SYSCFG_SUSPSRC_TIMER0           (1 << 27)
437
438 /* Interrupt controller */
439 struct davinci_aintc_regs {
440         dv_reg  revid;
441         dv_reg  cr;
442         dv_reg  dummy0[2];
443         dv_reg  ger;
444         dv_reg  dummy1[219];
445         dv_reg  ecr1;
446         dv_reg  ecr2;
447         dv_reg  ecr3;
448         dv_reg  dummy2[1117];
449         dv_reg  hier;
450 };
451
452 #define davinci_aintc_regs ((struct davinci_aintc_regs *)DAVINCI_INTC_BASE)
453
454 struct davinci_uart_ctrl_regs {
455         dv_reg  revid1;
456         dv_reg  revid2;
457         dv_reg  pwremu_mgmt;
458         dv_reg  mdr;
459 };
460
461 #define DAVINCI_UART_CTRL_BASE 0x28
462 #define DAVINCI_UART0_CTRL_ADDR (DAVINCI_UART0_BASE + DAVINCI_UART_CTRL_BASE)
463 #define DAVINCI_UART1_CTRL_ADDR (DAVINCI_UART1_BASE + DAVINCI_UART_CTRL_BASE)
464 #define DAVINCI_UART2_CTRL_ADDR (DAVINCI_UART2_BASE + DAVINCI_UART_CTRL_BASE)
465
466 #define davinci_uart0_ctrl_regs \
467         ((struct davinci_uart_ctrl_regs *)DAVINCI_UART0_CTRL_ADDR)
468 #define davinci_uart1_ctrl_regs \
469         ((struct davinci_uart_ctrl_regs *)DAVINCI_UART1_CTRL_ADDR)
470 #define davinci_uart2_ctrl_regs \
471         ((struct davinci_uart_ctrl_regs *)DAVINCI_UART2_CTRL_ADDR)
472
473 /* UART PWREMU_MGMT definitions */
474 #define DAVINCI_UART_PWREMU_MGMT_FREE   (1 << 0)
475 #define DAVINCI_UART_PWREMU_MGMT_URRST  (1 << 13)
476 #define DAVINCI_UART_PWREMU_MGMT_UTRST  (1 << 14)
477
478 static inline int cpu_is_da830(void)
479 {
480         unsigned int jtag_id    = REG(JTAG_ID_REG);
481         unsigned short part_no  = (jtag_id >> 12) & 0xffff;
482
483         return ((part_no == 0xb7df) ? 1 : 0);
484 }
485 static inline int cpu_is_da850(void)
486 {
487         unsigned int jtag_id    = REG(JTAG_ID_REG);
488         unsigned short part_no  = (jtag_id >> 12) & 0xffff;
489
490         return ((part_no == 0xb7d1) ? 1 : 0);
491 }
492
493 static inline int get_async3_src(void)
494 {
495         return (REG(&davinci_syscfg_regs->cfgchip3) & 0x10) ?
496                         PLL1_SYSCLK2 : 2;
497 }
498
499 #endif /* CONFIG_SOC_DA8XX */
500
501 #endif /* __ASM_ARCH_HARDWARE_H */