blob: e7dc3ead7045f3f938c65729263a71be5050dafb [file] [log] [blame]
Andrew Victorc42dcb32007-05-11 19:24:18 +01001/*
2 * Copyright (C) 2005 SAN People
3 * Copyright (C) 2007 Atmel Corporation
4 *
5 * This file is subject to the terms and conditions of the GNU General Public
6 * License. See the file COPYING in the main directory of this archive for
7 * more details.
8 */
9
10#include <linux/types.h>
Russell King2f8163b2011-07-26 10:53:52 +010011#include <linux/gpio.h>
Andrew Victorc42dcb32007-05-11 19:24:18 +010012#include <linux/init.h>
13#include <linux/mm.h>
14#include <linux/module.h>
15#include <linux/platform_device.h>
16#include <linux/spi/spi.h>
17#include <linux/fb.h>
18#include <linux/clk.h>
Nicolas Ferre226ddb92009-06-24 17:13:47 +010019#include <linux/input.h>
20#include <linux/gpio_keys.h>
Andrew Victorc42dcb32007-05-11 19:24:18 +010021
22#include <video/atmel_lcdc.h>
23
Andrew Victorc42dcb32007-05-11 19:24:18 +010024#include <asm/setup.h>
25#include <asm/mach-types.h>
26#include <asm/irq.h>
27
28#include <asm/mach/arch.h>
29#include <asm/mach/map.h>
30#include <asm/mach/irq.h>
31
Andrew Victore5052402008-09-21 21:30:02 +010032#include <mach/hardware.h>
Russell Kinga09e64f2008-08-05 16:14:15 +010033#include <mach/board.h>
Ludovic Desroches3e135462012-06-11 15:38:03 +020034#include <mach/at91_aic.h>
Russell King80b02c12009-01-08 10:01:47 +000035#include <mach/at91sam9_smc.h>
Andrew Victor8cdae512008-10-06 20:05:35 +010036#include <mach/at91_shdwc.h>
Andrew Victorc42dcb32007-05-11 19:24:18 +010037
Andrew Victor8cdae512008-10-06 20:05:35 +010038#include "sam9_smc.h"
Andrew Victorc42dcb32007-05-11 19:24:18 +010039#include "generic.h"
40
41
Jean-Christophe PLAGNIOL-VILLARD1b021a32011-04-28 20:19:32 +080042static void __init ek_init_early(void)
Andrew Victorc42dcb32007-05-11 19:24:18 +010043{
44 /* Initialize processor: 12.000 MHz crystal */
Jean-Christophe PLAGNIOL-VILLARD21d08b92011-04-23 15:28:34 +080045 at91_initialize(12000000);
Andrew Victorc42dcb32007-05-11 19:24:18 +010046}
47
Andrew Victorc42dcb32007-05-11 19:24:18 +010048/*
Nicolas Ferreba45ca42008-04-08 13:59:18 +010049 * USB HS Device port
50 */
51static struct usba_platform_data __initdata ek_usba_udc_data = {
52 .vbus_pin = AT91_PIN_PA8,
53};
54
55
56/*
Andrew Victorc42dcb32007-05-11 19:24:18 +010057 * MCI (SD/MMC)
58 */
59static struct at91_mmc_data __initdata ek_mmc_data = {
60 .wire4 = 1,
61 .det_pin = AT91_PIN_PA15,
Jean-Christophe PLAGNIOL-VILLARD63b4c292011-11-25 01:51:06 +080062 .wp_pin = -EINVAL,
63 .vcc_pin = -EINVAL,
Andrew Victorc42dcb32007-05-11 19:24:18 +010064};
65
66
67/*
68 * NAND flash
69 */
70static struct mtd_partition __initdata ek_nand_partition[] = {
71 {
72 .name = "Partition 1",
73 .offset = 0,
Andrew Victore5052402008-09-21 21:30:02 +010074 .size = SZ_256K,
Andrew Victorc42dcb32007-05-11 19:24:18 +010075 },
76 {
77 .name = "Partition 2",
Andrew Victore5052402008-09-21 21:30:02 +010078 .offset = MTDPART_OFS_NXTBLK,
Andrew Victorc42dcb32007-05-11 19:24:18 +010079 .size = MTDPART_SIZ_FULL,
80 },
81};
82
HÃ¥vard Skinnemoen3c3796c2008-06-06 18:04:53 +020083static struct atmel_nand_data __initdata ek_nand_data = {
Andrew Victorc42dcb32007-05-11 19:24:18 +010084 .ale = 21,
85 .cle = 22,
Jean-Christophe PLAGNIOL-VILLARD63b4c292011-11-25 01:51:06 +080086 .det_pin = -EINVAL,
Andrew Victorc42dcb32007-05-11 19:24:18 +010087 .rdy_pin = AT91_PIN_PD17,
88 .enable_pin = AT91_PIN_PB6,
Jean-Christophe PLAGNIOL-VILLARDbf4289c2011-12-29 14:43:24 +080089 .ecc_mode = NAND_ECC_SOFT,
Jean-Christophe PLAGNIOL-VILLARD98619dc2011-12-29 15:05:50 +080090 .on_flash_bbt = 1,
Dmitry Eremin-Solenikov1754aab2011-05-29 17:49:22 +040091 .parts = ek_nand_partition,
92 .num_parts = ARRAY_SIZE(ek_nand_partition),
Andrew Victorc42dcb32007-05-11 19:24:18 +010093};
94
Andrew Victor8cdae512008-10-06 20:05:35 +010095static struct sam9_smc_config __initdata ek_nand_smc_config = {
96 .ncs_read_setup = 0,
97 .nrd_setup = 1,
98 .ncs_write_setup = 0,
99 .nwe_setup = 1,
100
101 .ncs_read_pulse = 3,
102 .nrd_pulse = 3,
103 .ncs_write_pulse = 3,
104 .nwe_pulse = 3,
105
106 .read_cycle = 5,
107 .write_cycle = 5,
108
109 .mode = AT91_SMC_READMODE | AT91_SMC_WRITEMODE | AT91_SMC_EXNWMODE_DISABLE | AT91_SMC_DBW_8,
110 .tdf_cycles = 2,
111};
112
113static void __init ek_add_device_nand(void)
114{
115 /* configure chip-select 3 (NAND) */
Jean-Christophe PLAGNIOL-VILLARDfaee0cc2011-10-14 01:37:09 +0800116 sam9_smc_configure(0, 3, &ek_nand_smc_config);
Andrew Victor8cdae512008-10-06 20:05:35 +0100117
118 at91_add_device_nand(&ek_nand_data);
119}
120
Andrew Victorc42dcb32007-05-11 19:24:18 +0100121
122/*
123 * SPI devices
124 */
125static struct spi_board_info ek_spi_devices[] = {
126 { /* DataFlash chip */
127 .modalias = "mtd_dataflash",
128 .chip_select = 0,
129 .max_speed_hz = 15 * 1000 * 1000,
130 .bus_num = 0,
131 },
132};
133
134
135/*
136 * LCD Controller
137 */
138#if defined(CONFIG_FB_ATMEL) || defined(CONFIG_FB_ATMEL_MODULE)
139static struct fb_videomode at91_tft_vga_modes[] = {
140 {
141 .name = "TX09D50VM1CCA @ 60",
142 .refresh = 60,
143 .xres = 240, .yres = 320,
144 .pixclock = KHZ2PICOS(4965),
145
146 .left_margin = 1, .right_margin = 33,
147 .upper_margin = 1, .lower_margin = 0,
148 .hsync_len = 5, .vsync_len = 1,
149
150 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
151 .vmode = FB_VMODE_NONINTERLACED,
152 },
153};
154
155static struct fb_monspecs at91fb_default_monspecs = {
156 .manufacturer = "HIT",
157 .monitor = "TX09D50VM1CCA",
158
159 .modedb = at91_tft_vga_modes,
160 .modedb_len = ARRAY_SIZE(at91_tft_vga_modes),
161 .hfmin = 15000,
162 .hfmax = 64000,
163 .vfmin = 50,
164 .vfmax = 150,
165};
166
167#define AT91SAM9RL_DEFAULT_LCDCON2 (ATMEL_LCDC_MEMOR_LITTLE \
168 | ATMEL_LCDC_DISTYPE_TFT \
169 | ATMEL_LCDC_CLKMOD_ALWAYSACTIVE)
170
171static void at91_lcdc_power_control(int on)
172{
173 if (on)
Nicolas Ferre9a24ee02009-06-24 17:13:48 +0100174 at91_set_gpio_value(AT91_PIN_PC1, 0); /* power up */
Andrew Victorc42dcb32007-05-11 19:24:18 +0100175 else
Nicolas Ferre9a24ee02009-06-24 17:13:48 +0100176 at91_set_gpio_value(AT91_PIN_PC1, 1); /* power down */
Andrew Victorc42dcb32007-05-11 19:24:18 +0100177}
178
179/* Driver datas */
180static struct atmel_lcdfb_info __initdata ek_lcdc_data = {
Nicolas Ferre9a24ee02009-06-24 17:13:48 +0100181 .lcdcon_is_backlight = true,
Andrew Victorc42dcb32007-05-11 19:24:18 +0100182 .default_bpp = 16,
183 .default_dmacon = ATMEL_LCDC_DMAEN,
184 .default_lcdcon2 = AT91SAM9RL_DEFAULT_LCDCON2,
185 .default_monspecs = &at91fb_default_monspecs,
186 .atmel_lcdfb_power_control = at91_lcdc_power_control,
187 .guard_time = 1,
Nicolas Ferre9a24ee02009-06-24 17:13:48 +0100188 .lcd_wiring_mode = ATMEL_LCDC_WIRING_RGB,
Andrew Victorc42dcb32007-05-11 19:24:18 +0100189};
190
191#else
192static struct atmel_lcdfb_info __initdata ek_lcdc_data;
193#endif
194
195
Nicolas Ferre226ddb92009-06-24 17:13:47 +0100196/*
Nicolas Ferre439a3302009-09-18 16:14:21 +0100197 * AC97
198 * reset_pin is not connected: NRST
199 */
200static struct ac97c_platform_data ek_ac97_data = {
Jean-Christophe PLAGNIOL-VILLARD63b4c292011-11-25 01:51:06 +0800201 .reset_pin = -EINVAL,
Nicolas Ferre439a3302009-09-18 16:14:21 +0100202};
203
204
205/*
Nicolas Ferre226ddb92009-06-24 17:13:47 +0100206 * LEDs
207 */
208static struct gpio_led ek_leds[] = {
209 { /* "bottom" led, green, userled1 to be defined */
210 .name = "ds1",
211 .gpio = AT91_PIN_PD15,
212 .active_low = 1,
213 .default_trigger = "none",
214 },
215 { /* "bottom" led, green, userled2 to be defined */
216 .name = "ds2",
217 .gpio = AT91_PIN_PD16,
218 .active_low = 1,
219 .default_trigger = "none",
220 },
221 { /* "power" led, yellow */
222 .name = "ds3",
223 .gpio = AT91_PIN_PD14,
224 .default_trigger = "heartbeat",
225 }
226};
227
228
229/*
Nicolas Ferre423c9b02009-11-19 09:31:20 -0800230 * Touchscreen
231 */
232static struct at91_tsadcc_data ek_tsadcc_data = {
233 .adc_clock = 1000000,
234 .pendet_debounce = 0x0f,
235 .ts_sample_hold_time = 0x03,
236};
237
238
239/*
Nicolas Ferre226ddb92009-06-24 17:13:47 +0100240 * GPIO Buttons
241 */
242#if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE)
243static struct gpio_keys_button ek_buttons[] = {
244 {
245 .gpio = AT91_PIN_PB0,
246 .code = BTN_2,
247 .desc = "Right Click",
248 .active_low = 1,
249 .wakeup = 1,
250 },
251 {
252 .gpio = AT91_PIN_PB1,
253 .code = BTN_1,
254 .desc = "Left Click",
255 .active_low = 1,
256 .wakeup = 1,
257 }
258};
259
260static struct gpio_keys_platform_data ek_button_data = {
261 .buttons = ek_buttons,
262 .nbuttons = ARRAY_SIZE(ek_buttons),
263};
264
265static struct platform_device ek_button_device = {
266 .name = "gpio-keys",
267 .id = -1,
268 .num_resources = 0,
269 .dev = {
270 .platform_data = &ek_button_data,
271 }
272};
273
274static void __init ek_add_device_buttons(void)
275{
276 at91_set_gpio_input(AT91_PIN_PB1, 1); /* btn1 */
277 at91_set_deglitch(AT91_PIN_PB1, 1);
278 at91_set_gpio_input(AT91_PIN_PB0, 1); /* btn2 */
279 at91_set_deglitch(AT91_PIN_PB0, 1);
280
281 platform_device_register(&ek_button_device);
282}
283#else
284static void __init ek_add_device_buttons(void) {}
285#endif
286
287
Andrew Victorc42dcb32007-05-11 19:24:18 +0100288static void __init ek_board_init(void)
289{
290 /* Serial */
Jean-Christophe PLAGNIOL-VILLARD71b149b2012-04-05 14:14:28 +0800291 /* DBGU on ttyS0. (Rx & Tx only) */
292 at91_register_uart(0, 0, 0);
293
294 /* USART0 on ttyS1. (Rx, Tx, CTS, RTS) */
295 at91_register_uart(AT91SAM9RL_ID_US0, 1, ATMEL_UART_CTS | ATMEL_UART_RTS);
Andrew Victorc42dcb32007-05-11 19:24:18 +0100296 at91_add_device_serial();
Nicolas Ferreba45ca42008-04-08 13:59:18 +0100297 /* USB HS */
298 at91_add_device_usba(&ek_usba_udc_data);
Andrew Victorc42dcb32007-05-11 19:24:18 +0100299 /* I2C */
Andrew Victorf230d3f2007-11-19 13:47:20 +0100300 at91_add_device_i2c(NULL, 0);
Andrew Victorc42dcb32007-05-11 19:24:18 +0100301 /* NAND */
Andrew Victor8cdae512008-10-06 20:05:35 +0100302 ek_add_device_nand();
Andrew Victorc42dcb32007-05-11 19:24:18 +0100303 /* SPI */
304 at91_add_device_spi(ek_spi_devices, ARRAY_SIZE(ek_spi_devices));
305 /* MMC */
306 at91_add_device_mmc(0, &ek_mmc_data);
307 /* LCD Controller */
308 at91_add_device_lcdc(&ek_lcdc_data);
Nicolas Ferre439a3302009-09-18 16:14:21 +0100309 /* AC97 */
310 at91_add_device_ac97(&ek_ac97_data);
Andrew Victorf7647e62008-09-18 19:45:35 +0100311 /* Touch Screen Controller */
Nicolas Ferre423c9b02009-11-19 09:31:20 -0800312 at91_add_device_tsadcc(&ek_tsadcc_data);
Nicolas Ferre226ddb92009-06-24 17:13:47 +0100313 /* LEDs */
314 at91_gpio_leds(ek_leds, ARRAY_SIZE(ek_leds));
315 /* Push Buttons */
316 ek_add_device_buttons();
Andrew Victorc42dcb32007-05-11 19:24:18 +0100317}
318
319MACHINE_START(AT91SAM9RLEK, "Atmel AT91SAM9RL-EK")
320 /* Maintainer: Atmel */
Andrew Victorc42dcb32007-05-11 19:24:18 +0100321 .timer = &at91sam926x_timer,
Jean-Christophe PLAGNIOL-VILLARD21d08b92011-04-23 15:28:34 +0800322 .map_io = at91_map_io,
Ludovic Desroches3e135462012-06-11 15:38:03 +0200323 .handle_irq = at91_aic_handle_irq,
Jean-Christophe PLAGNIOL-VILLARD1b021a32011-04-28 20:19:32 +0800324 .init_early = ek_init_early,
Jean-Christophe PLAGNIOL-VILLARD92100c12011-04-23 15:28:34 +0800325 .init_irq = at91_init_irq_default,
Andrew Victorc42dcb32007-05-11 19:24:18 +0100326 .init_machine = ek_board_init,
327MACHINE_END