blob: 7efeaaad2361e71f2b75d4b2beb29ae493a329b1 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/* linux/arch/arm/mach-s3c2410/mach-h1940.c
2 *
3 * Copyright (c) 2003-2005 Simtec Electronics
4 * Ben Dooks <ben@simtec.co.uk>
5 *
6 * http://www.handhelds.org/projects/h1940.html
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
11 *
12 * Modifications:
13 * 16-May-2003 BJD Created initial version
14 * 16-Aug-2003 BJD Fixed header files and copyright, added URL
15 * 05-Sep-2003 BJD Moved to v2.6 kernel
16 * 06-Jan-2003 BJD Updates for <arch/map.h>
17 * 18-Jan-2003 BJD Added serial port configuration
18 * 17-Feb-2003 BJD Copied to mach-ipaq.c
19 * 21-Aug-2004 BJD Added struct s3c2410_board
20 * 04-Sep-2004 BJD Changed uart init, renamed ipaq_ -> h1940_
21 * 18-Oct-2004 BJD Updated new board structure name
22 * 04-Nov-2004 BJD Change for new serial clock
23 * 04-Jan-2005 BJD Updated uart init call
24 * 10-Jan-2005 BJD Removed include of s3c2410.h
25 * 14-Jan-2005 BJD Added clock init
26 * 10-Mar-2005 LCVR Changed S3C2410_VA to S3C24XX_VA
Ben Dooks5fe10ab2005-09-20 17:24:33 +010027 * 20-Sep-2005 BJD Added static to non-exported items
Ben Dooks893b0302005-10-28 15:31:45 +010028 * 26-Oct-2005 BJD Changed name of fb init call
Linus Torvalds1da177e2005-04-16 15:20:36 -070029*/
30
31#include <linux/kernel.h>
32#include <linux/types.h>
33#include <linux/interrupt.h>
34#include <linux/list.h>
35#include <linux/timer.h>
36#include <linux/init.h>
37
38#include <asm/mach/arch.h>
39#include <asm/mach/map.h>
40#include <asm/mach/irq.h>
41
42#include <asm/hardware.h>
43#include <asm/hardware/iomd.h>
44#include <asm/io.h>
45#include <asm/irq.h>
46#include <asm/mach-types.h>
47
48//#include <asm/debug-ll.h>
49#include <asm/arch/regs-serial.h>
Arnaud Patardf92273c2005-09-09 13:10:10 -070050#include <asm/arch/regs-lcd.h>
51
52#include <asm/arch/fb.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070053
54#include <linux/serial_core.h>
55
56#include "clock.h"
57#include "devs.h"
58#include "cpu.h"
59
60static struct map_desc h1940_iodesc[] __initdata = {
61 /* nothing here yet */
62};
63
64#define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK
65#define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB
66#define UFCON S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE
67
68static struct s3c2410_uartcfg h1940_uartcfgs[] = {
69 [0] = {
70 .hwport = 0,
71 .flags = 0,
72 .ucon = 0x3c5,
73 .ulcon = 0x03,
74 .ufcon = 0x51,
75 },
76 [1] = {
77 .hwport = 1,
78 .flags = 0,
79 .ucon = 0x245,
80 .ulcon = 0x03,
81 .ufcon = 0x00,
82 },
83 /* IR port */
84 [2] = {
85 .hwport = 2,
86 .flags = 0,
87 .uart_flags = UPF_CONS_FLOW,
88 .ucon = 0x3c5,
89 .ulcon = 0x43,
90 .ufcon = 0x51,
91 }
92};
93
94
95
Arnaud Patardf92273c2005-09-09 13:10:10 -070096/**
97 * Set lcd on or off
98 **/
99static struct s3c2410fb_mach_info h1940_lcdcfg __initdata = {
100 .fixed_syncs= 1,
101 .regs={
102 .lcdcon1= S3C2410_LCDCON1_TFT16BPP | \
103 S3C2410_LCDCON1_TFT | \
104 S3C2410_LCDCON1_CLKVAL(0x0C),
105
106 .lcdcon2= S3C2410_LCDCON2_VBPD(7) | \
107 S3C2410_LCDCON2_LINEVAL(319) | \
108 S3C2410_LCDCON2_VFPD(6) | \
109 S3C2410_LCDCON2_VSPW(0),
110
111 .lcdcon3= S3C2410_LCDCON3_HBPD(19) | \
112 S3C2410_LCDCON3_HOZVAL(239) | \
113 S3C2410_LCDCON3_HFPD(7),
114
115 .lcdcon4= S3C2410_LCDCON4_MVAL(0) | \
116 S3C2410_LCDCON4_HSPW(3),
117
118 .lcdcon5= S3C2410_LCDCON5_FRM565 | \
119 S3C2410_LCDCON5_INVVLINE | \
120 S3C2410_LCDCON5_HWSWP,
121 },
122 .lpcsel= 0x02,
123 .gpccon= 0xaa940659,
124 .gpccon_mask= 0xffffffff,
125 .gpcup= 0x0000ffff,
126 .gpcup_mask= 0xffffffff,
127 .gpdcon= 0xaa84aaa0,
128 .gpdcon_mask= 0xffffffff,
129 .gpdup= 0x0000faff,
130 .gpdup_mask= 0xffffffff,
131
132 .width= 240,
133 .height= 320,
134 .xres= {240,240,240},
135 .yres= {320,320,320},
136 .bpp= {16,16,16},
137};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700138
139static struct platform_device *h1940_devices[] __initdata = {
140 &s3c_device_usb,
141 &s3c_device_lcd,
142 &s3c_device_wdt,
143 &s3c_device_i2c,
144 &s3c_device_iis,
145};
146
147static struct s3c24xx_board h1940_board __initdata = {
148 .devices = h1940_devices,
149 .devices_count = ARRAY_SIZE(h1940_devices)
150};
151
Ben Dooks5fe10ab2005-09-20 17:24:33 +0100152static void __init h1940_map_io(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153{
154 s3c24xx_init_io(h1940_iodesc, ARRAY_SIZE(h1940_iodesc));
155 s3c24xx_init_clocks(0);
156 s3c24xx_init_uarts(h1940_uartcfgs, ARRAY_SIZE(h1940_uartcfgs));
157 s3c24xx_set_board(&h1940_board);
158}
159
Ben Dooks5fe10ab2005-09-20 17:24:33 +0100160static void __init h1940_init_irq(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161{
162 s3c24xx_init_irq();
163
164}
165
Ben Dooks5fe10ab2005-09-20 17:24:33 +0100166static void __init h1940_init(void)
Arnaud Patardf92273c2005-09-09 13:10:10 -0700167{
Ben Dooks893b0302005-10-28 15:31:45 +0100168 s3c24xx_fb_set_platdata(&h1940_lcdcfg);
Arnaud Patardf92273c2005-09-09 13:10:10 -0700169}
170
Linus Torvalds1da177e2005-04-16 15:20:36 -0700171MACHINE_START(H1940, "IPAQ-H1940")
Russell Kinge9dea0c2005-07-03 17:38:58 +0100172 /* Maintainer: Ben Dooks <ben@fluff.org> */
173 .phys_ram = S3C2410_SDRAM_PA,
174 .phys_io = S3C2410_PA_UART,
175 .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc,
176 .boot_params = S3C2410_SDRAM_PA + 0x100,
177 .map_io = h1940_map_io,
178 .init_irq = h1940_init_irq,
Arnaud Patardf92273c2005-09-09 13:10:10 -0700179 .init_machine = h1940_init,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700180 .timer = &s3c24xx_timer,
181MACHINE_END