blob: b4460d5f70112354e702ad799929db0d87d47aa3 [file] [log] [blame]
Ben Dooksa21765a2007-02-11 18:31:01 +01001/* linux/arch/arm/mach-s3c2412/mach-vstms.c
Ben Dooksb6c440a2006-09-20 20:32:33 +01002 *
3 * (C) 2006 Thomas Gleixner <tglx@linutronix.de>
4 *
5 * Derived from mach-smdk2413.c - (C) 2006 Simtec Electronics
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10 */
11
12#include <linux/kernel.h>
13#include <linux/types.h>
14#include <linux/interrupt.h>
15#include <linux/list.h>
16#include <linux/timer.h>
17#include <linux/init.h>
Ben Dooksb6d1f542006-12-17 23:22:26 +010018#include <linux/serial_core.h>
Tushar Behera334a1c72014-02-14 10:32:45 +090019#include <linux/serial_s3c.h>
Ben Dooksb6c440a2006-09-20 20:32:33 +010020#include <linux/platform_device.h>
Russell Kingfced80c2008-09-06 12:10:45 +010021#include <linux/io.h>
Ben Dooksb6c440a2006-09-20 20:32:33 +010022#include <linux/mtd/mtd.h>
23#include <linux/mtd/nand.h>
24#include <linux/mtd/nand_ecc.h>
25#include <linux/mtd/partitions.h>
Laura Abbott1c2f87c2014-04-13 22:54:58 +010026#include <linux/memblock.h>
Ben Dooksb6c440a2006-09-20 20:32:33 +010027
28#include <asm/mach/arch.h>
29#include <asm/mach/map.h>
30#include <asm/mach/irq.h>
31
Russell Kinga09e64f2008-08-05 16:14:15 +010032#include <mach/hardware.h>
Ben Dooksb6c440a2006-09-20 20:32:33 +010033#include <asm/setup.h>
Ben Dooksb6c440a2006-09-20 20:32:33 +010034#include <asm/irq.h>
35#include <asm/mach-types.h>
36
Russell Kinga09e64f2008-08-05 16:14:15 +010037#include <mach/regs-gpio.h>
38#include <mach/regs-lcd.h>
Ben Dooksb6c440a2006-09-20 20:32:33 +010039
Russell Kinga09e64f2008-08-05 16:14:15 +010040#include <mach/fb.h>
Ben Dooksb6c440a2006-09-20 20:32:33 +010041
Arnd Bergmann436d42c2012-08-24 15:22:12 +020042#include <linux/platform_data/i2c-s3c2410.h>
43#include <linux/platform_data/mtd-nand-s3c2410.h>
Ben Dooksb6c440a2006-09-20 20:32:33 +010044
Ben Dooksa2b7ba92008-10-07 22:26:09 +010045#include <plat/devs.h>
46#include <plat/cpu.h>
Romain Naour7f78b6e2013-01-09 18:47:04 -080047#include <plat/samsung-time.h>
Ben Dooksb6c440a2006-09-20 20:32:33 +010048
Heiko Stuebnere1a621d2013-02-08 10:31:28 -080049#include "common.h"
Ben Dooksb6c440a2006-09-20 20:32:33 +010050
51static struct map_desc vstms_iodesc[] __initdata = {
52};
53
54static struct s3c2410_uartcfg vstms_uartcfgs[] __initdata = {
55 [0] = {
56 .hwport = 0,
57 .flags = 0,
58 .ucon = 0x3c5,
59 .ulcon = 0x03,
60 .ufcon = 0x51,
61 },
62 [1] = {
63 .hwport = 1,
64 .flags = 0,
65 .ucon = 0x3c5,
66 .ulcon = 0x03,
67 .ufcon = 0x51,
68 },
69 [2] = {
70 .hwport = 2,
71 .flags = 0,
72 .ucon = 0x3c5,
73 .ulcon = 0x03,
74 .ufcon = 0x51,
75 }
76};
77
Ben Dooks2a3a1802009-09-28 13:59:49 +030078static struct mtd_partition __initdata vstms_nand_part[] = {
Ben Dooksb6c440a2006-09-20 20:32:33 +010079 [0] = {
80 .name = "Boot Agent",
81 .size = 0x7C000,
82 .offset = 0,
83 },
84 [1] = {
85 .name = "UBoot Config",
86 .offset = 0x7C000,
87 .size = 0x4000,
88 },
89 [2] = {
90 .name = "Kernel",
91 .offset = 0x80000,
92 .size = 0x200000,
93 },
94 [3] = {
95 .name = "RFS",
96 .offset = 0x280000,
97 .size = 0x3d80000,
98 },
99};
100
Ben Dooks2a3a1802009-09-28 13:59:49 +0300101static struct s3c2410_nand_set __initdata vstms_nand_sets[] = {
Ben Dooksb6c440a2006-09-20 20:32:33 +0100102 [0] = {
103 .name = "NAND",
104 .nr_chips = 1,
105 .nr_partitions = ARRAY_SIZE(vstms_nand_part),
106 .partitions = vstms_nand_part,
107 },
108};
109
110/* choose a set of timings which should suit most 512Mbit
111 * chips and beyond.
112*/
113
Ben Dooks2a3a1802009-09-28 13:59:49 +0300114static struct s3c2410_platform_nand __initdata vstms_nand_info = {
Ben Dooksb6c440a2006-09-20 20:32:33 +0100115 .tacls = 20,
116 .twrph0 = 60,
117 .twrph1 = 20,
118 .nr_sets = ARRAY_SIZE(vstms_nand_sets),
119 .sets = vstms_nand_sets,
120};
121
122static struct platform_device *vstms_devices[] __initdata = {
Ben Dooksb8132482009-11-23 00:13:39 +0000123 &s3c_device_ohci,
Ben Dooksb6c440a2006-09-20 20:32:33 +0100124 &s3c_device_wdt,
Ben Dooks3e1b7762008-10-31 16:14:40 +0000125 &s3c_device_i2c0,
Ben Dooksb6c440a2006-09-20 20:32:33 +0100126 &s3c_device_iis,
127 &s3c_device_rtc,
128 &s3c_device_nand,
Heiko Stuebnerf2dda072013-10-08 06:42:10 +0900129 &s3c2412_device_dma,
Ben Dooksb6c440a2006-09-20 20:32:33 +0100130};
131
Laura Abbott1c2f87c2014-04-13 22:54:58 +0100132static void __init vstms_fixup(struct tag *tags, char **cmdline)
Ben Dooksb6c440a2006-09-20 20:32:33 +0100133{
134 if (tags != phys_to_virt(S3C2410_SDRAM_PA + 0x100)) {
Laura Abbott1c2f87c2014-04-13 22:54:58 +0100135 memblock_add(0x30000000, SZ_64M);
Ben Dooksb6c440a2006-09-20 20:32:33 +0100136 }
137}
138
139static void __init vstms_map_io(void)
140{
Ben Dooksb6c440a2006-09-20 20:32:33 +0100141 s3c24xx_init_io(vstms_iodesc, ARRAY_SIZE(vstms_iodesc));
Ben Dooksb6c440a2006-09-20 20:32:33 +0100142 s3c24xx_init_uarts(vstms_uartcfgs, ARRAY_SIZE(vstms_uartcfgs));
Romain Naour7f78b6e2013-01-09 18:47:04 -0800143 samsung_set_timer_source(SAMSUNG_PWM3, SAMSUNG_PWM4);
Ben Dooks57e51712007-04-20 11:19:16 +0100144}
145
Heiko Stuebner3c27f312014-02-25 09:50:44 +0900146static void __init vstms_init_time(void)
147{
148 s3c2412_init_clocks(12000000);
149 samsung_timer_init();
150}
151
Ben Dooks57e51712007-04-20 11:19:16 +0100152static void __init vstms_init(void)
153{
Ben Dooks3e1b7762008-10-31 16:14:40 +0000154 s3c_i2c0_set_platdata(NULL);
Ben Dooks2a3a1802009-09-28 13:59:49 +0300155 s3c_nand_set_platdata(&vstms_nand_info);
156
Ben Dooks57e51712007-04-20 11:19:16 +0100157 platform_add_devices(vstms_devices, ARRAY_SIZE(vstms_devices));
Ben Dooksb6c440a2006-09-20 20:32:33 +0100158}
159
160MACHINE_START(VSTMS, "VSTMS")
Nicolas Pitre69d50712011-07-05 22:38:17 -0400161 .atag_offset = 0x100,
Ben Dooksb6c440a2006-09-20 20:32:33 +0100162
163 .fixup = vstms_fixup,
Heiko Stuebner0da09932013-02-12 10:09:18 -0800164 .init_irq = s3c2412_init_irq,
Ben Dooks57e51712007-04-20 11:19:16 +0100165 .init_machine = vstms_init,
Ben Dooksb6c440a2006-09-20 20:32:33 +0100166 .map_io = vstms_map_io,
Heiko Stuebner3c27f312014-02-25 09:50:44 +0900167 .init_time = vstms_init_time,
Ben Dooksb6c440a2006-09-20 20:32:33 +0100168MACHINE_END