Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / arch / arm / mach-davinci / include / mach / da8xx.h
1 /*
2  * Chip specific defines for DA8XX/OMAP L1XX SoC
3  *
4  * Author: Mark A. Greer <mgreer@mvista.com>
5  *
6  * 2007, 2009 (c) MontaVista Software, Inc. This file is licensed under
7  * the terms of the GNU General Public License version 2. This program
8  * is licensed "as is" without any warranty of any kind, whether express
9  * or implied.
10  */
11 #ifndef __ASM_ARCH_DAVINCI_DA8XX_H
12 #define __ASM_ARCH_DAVINCI_DA8XX_H
13
14 #include <video/da8xx-fb.h>
15
16 #include <linux/davinci_emac.h>
17 #include <mach/serial.h>
18 #include <mach/edma.h>
19 #include <mach/i2c.h>
20 #include <mach/asp.h>
21 #include <mach/mmc.h>
22 #include <mach/usb.h>
23 #include <mach/pm.h>
24
25 extern void __iomem *da8xx_syscfg0_base;
26 extern void __iomem *da8xx_syscfg1_base;
27
28 /*
29  * The cp_intc interrupt controller for the da8xx isn't in the same
30  * chunk of physical memory space as the other registers (like it is
31  * on the davincis) so it needs to be mapped separately.  It will be
32  * mapped early on when the I/O space is mapped and we'll put it just
33  * before the I/O space in the processor's virtual memory space.
34  */
35 #define DA8XX_CP_INTC_BASE      0xfffee000
36 #define DA8XX_CP_INTC_SIZE      SZ_8K
37 #define DA8XX_CP_INTC_VIRT      (IO_VIRT - DA8XX_CP_INTC_SIZE - SZ_4K)
38
39 #define DA8XX_SYSCFG0_BASE      (IO_PHYS + 0x14000)
40 #define DA8XX_SYSCFG0_VIRT(x)   (da8xx_syscfg0_base + (x))
41 #define DA8XX_JTAG_ID_REG       0x18
42 #define DA8XX_CFGCHIP0_REG      0x17c
43 #define DA8XX_CFGCHIP2_REG      0x184
44 #define DA8XX_CFGCHIP3_REG      0x188
45
46 #define DA8XX_SYSCFG1_BASE      (IO_PHYS + 0x22C000)
47 #define DA8XX_SYSCFG1_VIRT(x)   (da8xx_syscfg1_base + (x))
48 #define DA8XX_DEEPSLEEP_REG     0x8
49
50 #define DA8XX_PSC0_BASE         0x01c10000
51 #define DA8XX_PLL0_BASE         0x01c11000
52 #define DA8XX_TIMER64P0_BASE    0x01c20000
53 #define DA8XX_TIMER64P1_BASE    0x01c21000
54 #define DA8XX_GPIO_BASE         0x01e26000
55 #define DA8XX_PSC1_BASE         0x01e27000
56 #define DA8XX_LCD_CNTRL_BASE    0x01e13000
57 #define DA8XX_PLL1_BASE         0x01e1a000
58 #define DA8XX_MMCSD0_BASE       0x01c40000
59 #define DA8XX_AEMIF_CS2_BASE    0x60000000
60 #define DA8XX_AEMIF_CS3_BASE    0x62000000
61 #define DA8XX_AEMIF_CTL_BASE    0x68000000
62 #define DA8XX_DDR2_CTL_BASE     0xb0000000
63 #define DA8XX_ARM_RAM_BASE      0xffff0000
64
65 #define PINMUX0                 0x00
66 #define PINMUX1                 0x04
67 #define PINMUX2                 0x08
68 #define PINMUX3                 0x0c
69 #define PINMUX4                 0x10
70 #define PINMUX5                 0x14
71 #define PINMUX6                 0x18
72 #define PINMUX7                 0x1c
73 #define PINMUX8                 0x20
74 #define PINMUX9                 0x24
75 #define PINMUX10                0x28
76 #define PINMUX11                0x2c
77 #define PINMUX12                0x30
78 #define PINMUX13                0x34
79 #define PINMUX14                0x38
80 #define PINMUX15                0x3c
81 #define PINMUX16                0x40
82 #define PINMUX17                0x44
83 #define PINMUX18                0x48
84 #define PINMUX19                0x4c
85
86 void __init da830_init(void);
87 void __init da850_init(void);
88
89 int da8xx_register_edma(void);
90 int da8xx_register_i2c(int instance, struct davinci_i2c_platform_data *pdata);
91 int da8xx_register_watchdog(void);
92 int da8xx_register_usb20(unsigned mA, unsigned potpgt);
93 int da8xx_register_usb11(struct da8xx_ohci_root_hub *pdata);
94 int da8xx_register_emac(void);
95 int da8xx_register_lcdc(struct da8xx_lcdc_platform_data *pdata);
96 int da8xx_register_mmcsd0(struct davinci_mmc_config *config);
97 void __init da8xx_register_mcasp(int id, struct snd_platform_data *pdata);
98 int da8xx_register_rtc(void);
99 int da850_register_cpufreq(void);
100 int da8xx_register_cpuidle(void);
101 void __iomem * __init da8xx_get_mem_ctlr(void);
102 int da850_register_pm(struct platform_device *pdev);
103
104 extern struct platform_device da8xx_serial_device;
105 extern struct emac_platform_data da8xx_emac_pdata;
106 extern struct da8xx_lcdc_platform_data sharp_lcd035q3dg01_pdata;
107 extern struct da8xx_lcdc_platform_data sharp_lk043t1dg01_pdata;
108
109 extern const short da830_emif25_pins[];
110 extern const short da830_spi0_pins[];
111 extern const short da830_spi1_pins[];
112 extern const short da830_mmc_sd_pins[];
113 extern const short da830_uart0_pins[];
114 extern const short da830_uart1_pins[];
115 extern const short da830_uart2_pins[];
116 extern const short da830_usb20_pins[];
117 extern const short da830_usb11_pins[];
118 extern const short da830_uhpi_pins[];
119 extern const short da830_cpgmac_pins[];
120 extern const short da830_emif3c_pins[];
121 extern const short da830_mcasp0_pins[];
122 extern const short da830_mcasp1_pins[];
123 extern const short da830_mcasp2_pins[];
124 extern const short da830_i2c0_pins[];
125 extern const short da830_i2c1_pins[];
126 extern const short da830_lcdcntl_pins[];
127 extern const short da830_pwm_pins[];
128 extern const short da830_ecap0_pins[];
129 extern const short da830_ecap1_pins[];
130 extern const short da830_ecap2_pins[];
131 extern const short da830_eqep0_pins[];
132 extern const short da830_eqep1_pins[];
133
134 extern const short da850_uart0_pins[];
135 extern const short da850_uart1_pins[];
136 extern const short da850_uart2_pins[];
137 extern const short da850_i2c0_pins[];
138 extern const short da850_i2c1_pins[];
139 extern const short da850_cpgmac_pins[];
140 extern const short da850_rmii_pins[];
141 extern const short da850_mcasp_pins[];
142 extern const short da850_lcdcntl_pins[];
143 extern const short da850_mmcsd0_pins[];
144 extern const short da850_nand_pins[];
145 extern const short da850_nor_pins[];
146
147 int da8xx_pinmux_setup(const short pins[]);
148
149 #endif /* __ASM_ARCH_DAVINCI_DA8XX_H */