2 * linux/arch/arm/mach-realview/core.c
4 * Copyright (C) 1999 - 2003 ARM Limited
5 * Copyright (C) 2000 Deep Blue Solutions Ltd
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 #include <linux/init.h>
22 #include <linux/platform_device.h>
23 #include <linux/dma-mapping.h>
24 #include <linux/sysdev.h>
25 #include <linux/interrupt.h>
26 #include <linux/amba/bus.h>
27 #include <linux/amba/clcd.h>
28 #include <linux/clocksource.h>
29 #include <linux/clockchips.h>
31 #include <linux/smsc911x.h>
32 #include <linux/ata_platform.h>
34 #include <asm/clkdev.h>
35 #include <asm/system.h>
36 #include <mach/hardware.h>
39 #include <asm/mach-types.h>
40 #include <asm/hardware/arm_timer.h>
41 #include <asm/hardware/icst307.h>
43 #include <asm/mach/arch.h>
44 #include <asm/mach/flash.h>
45 #include <asm/mach/irq.h>
46 #include <asm/mach/map.h>
47 #include <asm/mach/mmc.h>
49 #include <asm/hardware/gic.h>
51 #include <mach/platform.h>
52 #include <mach/irqs.h>
57 #define REALVIEW_REFCOUNTER (__io_address(REALVIEW_SYS_BASE) + REALVIEW_SYS_24MHz_OFFSET)
59 /* used by entry-macro.S and platsmp.c */
60 void __iomem
*gic_cpu_base_addr
;
63 * This is the RealView sched_clock implementation. This has
64 * a resolution of 41.7ns, and a maximum value of about 179s.
66 unsigned long long sched_clock(void)
70 v
= (unsigned long long)readl(REALVIEW_REFCOUNTER
) * 125;
77 #define REALVIEW_FLASHCTRL (__io_address(REALVIEW_SYS_BASE) + REALVIEW_SYS_FLASH_OFFSET)
79 static int realview_flash_init(void)
83 val
= __raw_readl(REALVIEW_FLASHCTRL
);
84 val
&= ~REALVIEW_FLASHPROG_FLVPPEN
;
85 __raw_writel(val
, REALVIEW_FLASHCTRL
);
90 static void realview_flash_exit(void)
94 val
= __raw_readl(REALVIEW_FLASHCTRL
);
95 val
&= ~REALVIEW_FLASHPROG_FLVPPEN
;
96 __raw_writel(val
, REALVIEW_FLASHCTRL
);
99 static void realview_flash_set_vpp(int on
)
103 val
= __raw_readl(REALVIEW_FLASHCTRL
);
105 val
|= REALVIEW_FLASHPROG_FLVPPEN
;
107 val
&= ~REALVIEW_FLASHPROG_FLVPPEN
;
108 __raw_writel(val
, REALVIEW_FLASHCTRL
);
111 static struct flash_platform_data realview_flash_data
= {
112 .map_name
= "cfi_probe",
114 .init
= realview_flash_init
,
115 .exit
= realview_flash_exit
,
116 .set_vpp
= realview_flash_set_vpp
,
119 struct platform_device realview_flash_device
= {
123 .platform_data
= &realview_flash_data
,
127 int realview_flash_register(struct resource
*res
, u32 num
)
129 realview_flash_device
.resource
= res
;
130 realview_flash_device
.num_resources
= num
;
131 return platform_device_register(&realview_flash_device
);
134 static struct smsc911x_platform_config smsc911x_config
= {
135 .flags
= SMSC911X_USE_32BIT
,
136 .irq_polarity
= SMSC911X_IRQ_POLARITY_ACTIVE_HIGH
,
137 .irq_type
= SMSC911X_IRQ_TYPE_PUSH_PULL
,
138 .phy_interface
= PHY_INTERFACE_MODE_MII
,
141 static struct platform_device realview_eth_device
= {
147 int realview_eth_register(const char *name
, struct resource
*res
)
150 realview_eth_device
.name
= name
;
151 realview_eth_device
.resource
= res
;
152 if (strcmp(realview_eth_device
.name
, "smsc911x") == 0)
153 realview_eth_device
.dev
.platform_data
= &smsc911x_config
;
155 return platform_device_register(&realview_eth_device
);
158 struct platform_device realview_usb_device
= {
163 int realview_usb_register(struct resource
*res
)
165 realview_usb_device
.resource
= res
;
166 return platform_device_register(&realview_usb_device
);
169 static struct pata_platform_info pata_platform_data
= {
173 static struct resource pata_resources
[] = {
175 .start
= REALVIEW_CF_BASE
,
176 .end
= REALVIEW_CF_BASE
+ 0xff,
177 .flags
= IORESOURCE_MEM
,
180 .start
= REALVIEW_CF_BASE
+ 0x100,
181 .end
= REALVIEW_CF_BASE
+ SZ_4K
- 1,
182 .flags
= IORESOURCE_MEM
,
186 struct platform_device realview_cf_device
= {
187 .name
= "pata_platform",
189 .num_resources
= ARRAY_SIZE(pata_resources
),
190 .resource
= pata_resources
,
192 .platform_data
= &pata_platform_data
,
196 static struct resource realview_i2c_resource
= {
197 .start
= REALVIEW_I2C_BASE
,
198 .end
= REALVIEW_I2C_BASE
+ SZ_4K
- 1,
199 .flags
= IORESOURCE_MEM
,
202 struct platform_device realview_i2c_device
= {
203 .name
= "versatile-i2c",
206 .resource
= &realview_i2c_resource
,
209 static struct i2c_board_info realview_i2c_board_info
[] = {
211 I2C_BOARD_INFO("ds1338", 0xd0 >> 1),
215 static int __init
realview_i2c_init(void)
217 return i2c_register_board_info(0, realview_i2c_board_info
,
218 ARRAY_SIZE(realview_i2c_board_info
));
220 arch_initcall(realview_i2c_init
);
222 #define REALVIEW_SYSMCI (__io_address(REALVIEW_SYS_BASE) + REALVIEW_SYS_MCI_OFFSET)
225 * This is only used if GPIOLIB support is disabled
227 static unsigned int realview_mmc_status(struct device
*dev
)
229 struct amba_device
*adev
= container_of(dev
, struct amba_device
, dev
);
232 if (adev
->res
.start
== REALVIEW_MMCI0_BASE
)
237 return readl(REALVIEW_SYSMCI
) & mask
;
240 struct mmc_platform_data realview_mmc0_plat_data
= {
241 .ocr_mask
= MMC_VDD_32_33
|MMC_VDD_33_34
,
242 .status
= realview_mmc_status
,
247 struct mmc_platform_data realview_mmc1_plat_data
= {
248 .ocr_mask
= MMC_VDD_32_33
|MMC_VDD_33_34
,
249 .status
= realview_mmc_status
,
257 static const struct icst307_params realview_oscvco_params
= {
266 static void realview_oscvco_set(struct clk
*clk
, struct icst307_vco vco
)
268 void __iomem
*sys_lock
= __io_address(REALVIEW_SYS_BASE
) + REALVIEW_SYS_LOCK_OFFSET
;
269 void __iomem
*sys_osc
;
272 if (machine_is_realview_pb1176())
273 sys_osc
= __io_address(REALVIEW_SYS_BASE
) + REALVIEW_SYS_OSC0_OFFSET
;
275 sys_osc
= __io_address(REALVIEW_SYS_BASE
) + REALVIEW_SYS_OSC4_OFFSET
;
277 val
= readl(sys_osc
) & ~0x7ffff;
278 val
|= vco
.v
| (vco
.r
<< 9) | (vco
.s
<< 16);
280 writel(0xa05f, sys_lock
);
281 writel(val
, sys_osc
);
285 static struct clk oscvco_clk
= {
286 .params
= &realview_oscvco_params
,
287 .setvco
= realview_oscvco_set
,
291 * These are fixed clocks.
293 static struct clk ref24_clk
= {
297 static struct clk_lookup lookups
[] = {
328 static int __init
clk_init(void)
332 for (i
= 0; i
< ARRAY_SIZE(lookups
); i
++)
333 clkdev_add(&lookups
[i
]);
336 arch_initcall(clk_init
);
341 #define SYS_CLCD_NLCDIOON (1 << 2)
342 #define SYS_CLCD_VDDPOSSWITCH (1 << 3)
343 #define SYS_CLCD_PWR3V5SWITCH (1 << 4)
344 #define SYS_CLCD_ID_MASK (0x1f << 8)
345 #define SYS_CLCD_ID_SANYO_3_8 (0x00 << 8)
346 #define SYS_CLCD_ID_UNKNOWN_8_4 (0x01 << 8)
347 #define SYS_CLCD_ID_EPSON_2_2 (0x02 << 8)
348 #define SYS_CLCD_ID_SANYO_2_5 (0x07 << 8)
349 #define SYS_CLCD_ID_VGA (0x1f << 8)
351 static struct clcd_panel vga
= {
365 .vmode
= FB_VMODE_NONINTERLACED
,
369 .tim2
= TIM2_BCD
| TIM2_IPC
,
370 .cntl
= CNTL_LCDTFT
| CNTL_BGR
| CNTL_LCDVCOMP(1),
374 static struct clcd_panel xvga
= {
388 .vmode
= FB_VMODE_NONINTERLACED
,
392 .tim2
= TIM2_BCD
| TIM2_IPC
,
393 .cntl
= CNTL_LCDTFT
| CNTL_BGR
| CNTL_LCDVCOMP(1),
397 static struct clcd_panel sanyo_3_8_in
= {
399 .name
= "Sanyo QVGA",
411 .vmode
= FB_VMODE_NONINTERLACED
,
416 .cntl
= CNTL_LCDTFT
| CNTL_BGR
| CNTL_LCDVCOMP(1),
420 static struct clcd_panel sanyo_2_5_in
= {
422 .name
= "Sanyo QVGA Portrait",
433 .sync
= FB_SYNC_HOR_HIGH_ACT
| FB_SYNC_VERT_HIGH_ACT
,
434 .vmode
= FB_VMODE_NONINTERLACED
,
438 .tim2
= TIM2_IVS
| TIM2_IHS
| TIM2_IPC
,
439 .cntl
= CNTL_LCDTFT
| CNTL_BGR
| CNTL_LCDVCOMP(1),
443 static struct clcd_panel epson_2_2_in
= {
445 .name
= "Epson QCIF",
457 .vmode
= FB_VMODE_NONINTERLACED
,
461 .tim2
= TIM2_BCD
| TIM2_IPC
,
462 .cntl
= CNTL_LCDTFT
| CNTL_BGR
| CNTL_LCDVCOMP(1),
467 * Detect which LCD panel is connected, and return the appropriate
468 * clcd_panel structure. Note: we do not have any information on
469 * the required timings for the 8.4in panel, so we presently assume
472 static struct clcd_panel
*realview_clcd_panel(void)
474 void __iomem
*sys_clcd
= __io_address(REALVIEW_SYS_BASE
) + REALVIEW_SYS_CLCD_OFFSET
;
475 struct clcd_panel
*vga_panel
;
476 struct clcd_panel
*panel
;
479 if (machine_is_realview_eb())
484 val
= readl(sys_clcd
) & SYS_CLCD_ID_MASK
;
485 if (val
== SYS_CLCD_ID_SANYO_3_8
)
486 panel
= &sanyo_3_8_in
;
487 else if (val
== SYS_CLCD_ID_SANYO_2_5
)
488 panel
= &sanyo_2_5_in
;
489 else if (val
== SYS_CLCD_ID_EPSON_2_2
)
490 panel
= &epson_2_2_in
;
491 else if (val
== SYS_CLCD_ID_VGA
)
494 printk(KERN_ERR
"CLCD: unknown LCD panel ID 0x%08x, using VGA\n",
503 * Disable all display connectors on the interface module.
505 static void realview_clcd_disable(struct clcd_fb
*fb
)
507 void __iomem
*sys_clcd
= __io_address(REALVIEW_SYS_BASE
) + REALVIEW_SYS_CLCD_OFFSET
;
510 val
= readl(sys_clcd
);
511 val
&= ~SYS_CLCD_NLCDIOON
| SYS_CLCD_PWR3V5SWITCH
;
512 writel(val
, sys_clcd
);
516 * Enable the relevant connector on the interface module.
518 static void realview_clcd_enable(struct clcd_fb
*fb
)
520 void __iomem
*sys_clcd
= __io_address(REALVIEW_SYS_BASE
) + REALVIEW_SYS_CLCD_OFFSET
;
526 val
= readl(sys_clcd
);
527 val
|= SYS_CLCD_NLCDIOON
| SYS_CLCD_PWR3V5SWITCH
;
528 writel(val
, sys_clcd
);
531 static int realview_clcd_setup(struct clcd_fb
*fb
)
533 unsigned long framesize
;
536 if (machine_is_realview_eb())
538 framesize
= 640 * 480 * 2;
541 framesize
= 1024 * 768 * 2;
543 fb
->panel
= realview_clcd_panel();
545 fb
->fb
.screen_base
= dma_alloc_writecombine(&fb
->dev
->dev
, framesize
,
547 if (!fb
->fb
.screen_base
) {
548 printk(KERN_ERR
"CLCD: unable to map framebuffer\n");
552 fb
->fb
.fix
.smem_start
= dma
;
553 fb
->fb
.fix
.smem_len
= framesize
;
558 static int realview_clcd_mmap(struct clcd_fb
*fb
, struct vm_area_struct
*vma
)
560 return dma_mmap_writecombine(&fb
->dev
->dev
, vma
,
562 fb
->fb
.fix
.smem_start
,
563 fb
->fb
.fix
.smem_len
);
566 static void realview_clcd_remove(struct clcd_fb
*fb
)
568 dma_free_writecombine(&fb
->dev
->dev
, fb
->fb
.fix
.smem_len
,
569 fb
->fb
.screen_base
, fb
->fb
.fix
.smem_start
);
572 struct clcd_board clcd_plat_data
= {
574 .check
= clcdfb_check
,
575 .decode
= clcdfb_decode
,
576 .disable
= realview_clcd_disable
,
577 .enable
= realview_clcd_enable
,
578 .setup
= realview_clcd_setup
,
579 .mmap
= realview_clcd_mmap
,
580 .remove
= realview_clcd_remove
,
584 #define VA_LEDS_BASE (__io_address(REALVIEW_SYS_BASE) + REALVIEW_SYS_LED_OFFSET)
586 void realview_leds_event(led_event_t ledevt
)
590 u32 led
= 1 << smp_processor_id();
592 local_irq_save(flags
);
593 val
= readl(VA_LEDS_BASE
);
605 val
= val
^ REALVIEW_SYS_LED7
;
616 writel(val
, VA_LEDS_BASE
);
617 local_irq_restore(flags
);
619 #endif /* CONFIG_LEDS */
622 * Where is the timer (VA)?
624 void __iomem
*timer0_va_base
;
625 void __iomem
*timer1_va_base
;
626 void __iomem
*timer2_va_base
;
627 void __iomem
*timer3_va_base
;
630 * How long is the timer interval?
632 #define TIMER_INTERVAL (TICKS_PER_uSEC * mSEC_10)
633 #if TIMER_INTERVAL >= 0x100000
634 #define TIMER_RELOAD (TIMER_INTERVAL >> 8)
635 #define TIMER_DIVISOR (TIMER_CTRL_DIV256)
636 #define TICKS2USECS(x) (256 * (x) / TICKS_PER_uSEC)
637 #elif TIMER_INTERVAL >= 0x10000
638 #define TIMER_RELOAD (TIMER_INTERVAL >> 4) /* Divide by 16 */
639 #define TIMER_DIVISOR (TIMER_CTRL_DIV16)
640 #define TICKS2USECS(x) (16 * (x) / TICKS_PER_uSEC)
642 #define TIMER_RELOAD (TIMER_INTERVAL)
643 #define TIMER_DIVISOR (TIMER_CTRL_DIV1)
644 #define TICKS2USECS(x) ((x) / TICKS_PER_uSEC)
647 static void timer_set_mode(enum clock_event_mode mode
,
648 struct clock_event_device
*clk
)
653 case CLOCK_EVT_MODE_PERIODIC
:
654 writel(TIMER_RELOAD
, timer0_va_base
+ TIMER_LOAD
);
656 ctrl
= TIMER_CTRL_PERIODIC
;
657 ctrl
|= TIMER_CTRL_32BIT
| TIMER_CTRL_IE
| TIMER_CTRL_ENABLE
;
659 case CLOCK_EVT_MODE_ONESHOT
:
660 /* period set, and timer enabled in 'next_event' hook */
661 ctrl
= TIMER_CTRL_ONESHOT
;
662 ctrl
|= TIMER_CTRL_32BIT
| TIMER_CTRL_IE
;
664 case CLOCK_EVT_MODE_UNUSED
:
665 case CLOCK_EVT_MODE_SHUTDOWN
:
670 writel(ctrl
, timer0_va_base
+ TIMER_CTRL
);
673 static int timer_set_next_event(unsigned long evt
,
674 struct clock_event_device
*unused
)
676 unsigned long ctrl
= readl(timer0_va_base
+ TIMER_CTRL
);
678 writel(evt
, timer0_va_base
+ TIMER_LOAD
);
679 writel(ctrl
| TIMER_CTRL_ENABLE
, timer0_va_base
+ TIMER_CTRL
);
684 static struct clock_event_device timer0_clockevent
= {
687 .features
= CLOCK_EVT_FEAT_PERIODIC
| CLOCK_EVT_FEAT_ONESHOT
,
688 .set_mode
= timer_set_mode
,
689 .set_next_event
= timer_set_next_event
,
691 .cpumask
= cpu_all_mask
,
694 static void __init
realview_clockevents_init(unsigned int timer_irq
)
696 timer0_clockevent
.irq
= timer_irq
;
697 timer0_clockevent
.mult
=
698 div_sc(1000000, NSEC_PER_SEC
, timer0_clockevent
.shift
);
699 timer0_clockevent
.max_delta_ns
=
700 clockevent_delta2ns(0xffffffff, &timer0_clockevent
);
701 timer0_clockevent
.min_delta_ns
=
702 clockevent_delta2ns(0xf, &timer0_clockevent
);
704 clockevents_register_device(&timer0_clockevent
);
708 * IRQ handler for the timer
710 static irqreturn_t
realview_timer_interrupt(int irq
, void *dev_id
)
712 struct clock_event_device
*evt
= &timer0_clockevent
;
714 /* clear the interrupt */
715 writel(1, timer0_va_base
+ TIMER_INTCLR
);
717 evt
->event_handler(evt
);
722 static struct irqaction realview_timer_irq
= {
723 .name
= "RealView Timer Tick",
724 .flags
= IRQF_DISABLED
| IRQF_TIMER
| IRQF_IRQPOLL
,
725 .handler
= realview_timer_interrupt
,
728 static cycle_t
realview_get_cycles(struct clocksource
*cs
)
730 return ~readl(timer3_va_base
+ TIMER_VALUE
);
733 static struct clocksource clocksource_realview
= {
736 .read
= realview_get_cycles
,
737 .mask
= CLOCKSOURCE_MASK(32),
739 .flags
= CLOCK_SOURCE_IS_CONTINUOUS
,
742 static void __init
realview_clocksource_init(void)
744 /* setup timer 0 as free-running clocksource */
745 writel(0, timer3_va_base
+ TIMER_CTRL
);
746 writel(0xffffffff, timer3_va_base
+ TIMER_LOAD
);
747 writel(0xffffffff, timer3_va_base
+ TIMER_VALUE
);
748 writel(TIMER_CTRL_32BIT
| TIMER_CTRL_ENABLE
| TIMER_CTRL_PERIODIC
,
749 timer3_va_base
+ TIMER_CTRL
);
751 clocksource_realview
.mult
=
752 clocksource_khz2mult(1000, clocksource_realview
.shift
);
753 clocksource_register(&clocksource_realview
);
757 * Set up the clock source and clock events devices
759 void __init
realview_timer_init(unsigned int timer_irq
)
764 * set clock frequency:
765 * REALVIEW_REFCLK is 32KHz
766 * REALVIEW_TIMCLK is 1MHz
768 val
= readl(__io_address(REALVIEW_SCTL_BASE
));
769 writel((REALVIEW_TIMCLK
<< REALVIEW_TIMER1_EnSel
) |
770 (REALVIEW_TIMCLK
<< REALVIEW_TIMER2_EnSel
) |
771 (REALVIEW_TIMCLK
<< REALVIEW_TIMER3_EnSel
) |
772 (REALVIEW_TIMCLK
<< REALVIEW_TIMER4_EnSel
) | val
,
773 __io_address(REALVIEW_SCTL_BASE
));
776 * Initialise to a known state (all timers off)
778 writel(0, timer0_va_base
+ TIMER_CTRL
);
779 writel(0, timer1_va_base
+ TIMER_CTRL
);
780 writel(0, timer2_va_base
+ TIMER_CTRL
);
781 writel(0, timer3_va_base
+ TIMER_CTRL
);
784 * Make irqs happen for the system timer
786 setup_irq(timer_irq
, &realview_timer_irq
);
788 realview_clocksource_init();
789 realview_clockevents_init(timer_irq
);