blob: cd1afbce83e2cfa6d006d6084e384e1705408be8 [file] [log] [blame]
Byungho Min8acd1ad2009-06-23 21:40:15 +09001/* linux/arch/arm/mach-s5pc100/cpu.c
2 *
3 * Copyright 2009 Samsung Electronics Co.
4 * Byungho Min <bhmin@samsung.com>
5 *
6 * Based on mach-s3c6410/cpu.c
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
13#include <linux/kernel.h>
14#include <linux/types.h>
15#include <linux/interrupt.h>
16#include <linux/list.h>
17#include <linux/timer.h>
18#include <linux/init.h>
19#include <linux/clk.h>
20#include <linux/io.h>
21#include <linux/sysdev.h>
22#include <linux/serial_core.h>
23#include <linux/platform_device.h>
SeungChull Suh4341f9b2010-10-02 12:48:12 +090024#include <linux/sched.h>
Byungho Min8acd1ad2009-06-23 21:40:15 +090025
26#include <asm/mach/arch.h>
27#include <asm/mach/map.h>
28#include <asm/mach/irq.h>
29
Marek Szyprowskiacc84702010-05-20 07:51:08 +020030#include <asm/proc-fns.h>
31
Byungho Min8acd1ad2009-06-23 21:40:15 +090032#include <mach/hardware.h>
33#include <mach/map.h>
34#include <asm/irq.h>
35
Byungho Min8acd1ad2009-06-23 21:40:15 +090036#include <plat/regs-serial.h>
Marek Szyprowskiacc84702010-05-20 07:51:08 +020037#include <mach/regs-clock.h>
Byungho Min8acd1ad2009-06-23 21:40:15 +090038
39#include <plat/cpu.h>
40#include <plat/devs.h>
41#include <plat/clock.h>
Abhilash Kesavan66194a72010-06-08 17:02:08 +090042#include <plat/ata-core.h>
Byungho Min8acd1ad2009-06-23 21:40:15 +090043#include <plat/iic-core.h>
Marek Szyprowskiacc84702010-05-20 07:51:08 +020044#include <plat/sdhci.h>
Naveen Krishna Ch327b9032010-06-30 21:50:24 +090045#include <plat/adc-core.h>
Marek Szyprowski999304b2010-05-20 08:59:05 +020046#include <plat/onenand-core.h>
Pawel Osciakeb42b042010-08-10 18:02:37 -070047#include <plat/fb-core.h>
Marek Szyprowski999304b2010-05-20 08:59:05 +020048
Byungho Min8acd1ad2009-06-23 21:40:15 +090049#include <plat/s5pc100.h>
50
51/* Initial IO mappings */
52
53static struct map_desc s5pc100_iodesc[] __initdata = {
Marek Szyprowskiacc84702010-05-20 07:51:08 +020054 {
55 .virtual = (unsigned long)S5P_VA_SYSTIMER,
56 .pfn = __phys_to_pfn(S5PC100_PA_SYSTIMER),
57 .length = SZ_16K,
58 .type = MT_DEVICE,
59 }, {
60 .virtual = (unsigned long)VA_VIC2,
Ben Dooks45c79432010-05-23 16:17:10 +010061 .pfn = __phys_to_pfn(S5P_PA_VIC2),
Marek Szyprowskiacc84702010-05-20 07:51:08 +020062 .length = SZ_16K,
63 .type = MT_DEVICE,
64 }, {
65 .virtual = (unsigned long)S5PC100_VA_OTHERS,
66 .pfn = __phys_to_pfn(S5PC100_PA_OTHERS),
67 .length = SZ_4K,
68 .type = MT_DEVICE,
69 }
Byungho Min8acd1ad2009-06-23 21:40:15 +090070};
71
Kyungmin Parkc3fcf5d2009-11-17 08:41:17 +010072static void s5pc100_idle(void)
73{
Marek Szyprowskiacc84702010-05-20 07:51:08 +020074 if (!need_resched())
75 cpu_do_idle();
Kyungmin Parkc3fcf5d2009-11-17 08:41:17 +010076
Marek Szyprowskiacc84702010-05-20 07:51:08 +020077 local_irq_enable();
Kyungmin Parkc3fcf5d2009-11-17 08:41:17 +010078}
79
Byungho Min8acd1ad2009-06-23 21:40:15 +090080/* s5pc100_map_io
81 *
82 * register the standard cpu IO areas
83*/
84
85void __init s5pc100_map_io(void)
86{
87 iotable_init(s5pc100_iodesc, ARRAY_SIZE(s5pc100_iodesc));
88
89 /* initialise device information early */
Kyungmin Park86cd4f52009-11-17 08:41:23 +010090 s5pc100_default_sdhci0();
91 s5pc100_default_sdhci1();
92 s5pc100_default_sdhci2();
Kyungmin Park5eda2882009-11-17 08:41:21 +010093
Naveen Krishna Ch327b9032010-06-30 21:50:24 +090094 s3c_adc_setname("s3c64xx-adc");
95
Kyungmin Park5eda2882009-11-17 08:41:21 +010096 /* the i2c devices are directly compatible with s3c2440 */
97 s3c_i2c0_setname("s3c2440-i2c");
98 s3c_i2c1_setname("s3c2440-i2c");
Marek Szyprowski999304b2010-05-20 08:59:05 +020099
100 s3c_onenand_setname("s5pc100-onenand");
Pawel Osciakeb42b042010-08-10 18:02:37 -0700101 s3c_fb_setname("s5pc100-fb");
Abhilash Kesavan66194a72010-06-08 17:02:08 +0900102 s3c_cfcon_setname("s5pc100-pata");
Byungho Min8acd1ad2009-06-23 21:40:15 +0900103}
104
105void __init s5pc100_init_clocks(int xtal)
106{
Marek Szyprowskiacc84702010-05-20 07:51:08 +0200107 printk(KERN_DEBUG "%s: initializing clocks\n", __func__);
108
Byungho Min8acd1ad2009-06-23 21:40:15 +0900109 s3c24xx_register_baseclocks(xtal);
Marek Szyprowskiacc84702010-05-20 07:51:08 +0200110 s5p_register_clocks(xtal);
Byungho Min8acd1ad2009-06-23 21:40:15 +0900111 s5pc100_register_clocks();
112 s5pc100_setup_clocks();
113}
114
115void __init s5pc100_init_irq(void)
116{
Marek Szyprowskiacc84702010-05-20 07:51:08 +0200117 u32 vic[] = {~0, ~0, ~0};
Byungho Min8acd1ad2009-06-23 21:40:15 +0900118
119 /* VIC0, VIC1, and VIC2 are fully populated. */
Marek Szyprowskiacc84702010-05-20 07:51:08 +0200120 s5p_init_irq(vic, ARRAY_SIZE(vic));
Byungho Min8acd1ad2009-06-23 21:40:15 +0900121}
122
Marek Szyprowskiacc84702010-05-20 07:51:08 +0200123static struct sysdev_class s5pc100_sysclass = {
Byungho Min8acd1ad2009-06-23 21:40:15 +0900124 .name = "s5pc100-core",
125};
126
127static struct sys_device s5pc100_sysdev = {
128 .cls = &s5pc100_sysclass,
129};
130
131static int __init s5pc100_core_init(void)
132{
133 return sysdev_class_register(&s5pc100_sysclass);
134}
135
136core_initcall(s5pc100_core_init);
137
138int __init s5pc100_init(void)
139{
Marek Szyprowskiacc84702010-05-20 07:51:08 +0200140 printk(KERN_INFO "S5PC100: Initializing architecture\n");
Byungho Min8acd1ad2009-06-23 21:40:15 +0900141
Marek Szyprowskiacc84702010-05-20 07:51:08 +0200142 /* set idle function */
143 pm_idle = s5pc100_idle;
Kyungmin Parkc3fcf5d2009-11-17 08:41:17 +0100144
Byungho Min8acd1ad2009-06-23 21:40:15 +0900145 return sysdev_register(&s5pc100_sysdev);
146}