4 * Copyright (C) 2006 Paul Mundt
5 * Copyright (C) 2006 Jamie Lenehan
7 * This file is subject to the terms and conditions of the GNU General Public
8 * License. See the file "COPYING" in the main directory of this archive
11 #include <linux/platform_device.h>
12 #include <linux/init.h>
13 #include <linux/serial.h>
15 #include <linux/sh_timer.h>
16 #include <linux/serial_sci.h>
18 static struct resource rtc_resources
[] = {
21 .end
= 0xffc80000 + 0x58 - 1,
22 .flags
= IORESOURCE_IO
,
25 /* Shared Period/Carry/Alarm IRQ */
27 .flags
= IORESOURCE_IRQ
,
31 static struct platform_device rtc_device
= {
34 .num_resources
= ARRAY_SIZE(rtc_resources
),
35 .resource
= rtc_resources
,
38 static struct plat_sci_port sci_platform_data
[] = {
40 #ifndef CONFIG_SH_RTS7751R2D
41 .mapbase
= 0xffe00000,
42 .flags
= UPF_BOOT_AUTOCONF
,
44 .irqs
= { 23, 23, 23, 0 },
47 .mapbase
= 0xffe80000,
48 .flags
= UPF_BOOT_AUTOCONF
,
50 .irqs
= { 40, 40, 40, 40 },
56 static struct platform_device sci_device
= {
60 .platform_data
= sci_platform_data
,
64 static struct sh_timer_config tmu0_platform_data
= {
66 .channel_offset
= 0x04,
68 .clk
= "peripheral_clk",
69 .clockevent_rating
= 200,
72 static struct resource tmu0_resources
[] = {
77 .flags
= IORESOURCE_MEM
,
81 .flags
= IORESOURCE_IRQ
,
85 static struct platform_device tmu0_device
= {
89 .platform_data
= &tmu0_platform_data
,
91 .resource
= tmu0_resources
,
92 .num_resources
= ARRAY_SIZE(tmu0_resources
),
95 static struct sh_timer_config tmu1_platform_data
= {
97 .channel_offset
= 0x10,
99 .clk
= "peripheral_clk",
100 .clocksource_rating
= 200,
103 static struct resource tmu1_resources
[] = {
108 .flags
= IORESOURCE_MEM
,
112 .flags
= IORESOURCE_IRQ
,
116 static struct platform_device tmu1_device
= {
120 .platform_data
= &tmu1_platform_data
,
122 .resource
= tmu1_resources
,
123 .num_resources
= ARRAY_SIZE(tmu1_resources
),
126 static struct sh_timer_config tmu2_platform_data
= {
128 .channel_offset
= 0x1c,
130 .clk
= "peripheral_clk",
133 static struct resource tmu2_resources
[] = {
138 .flags
= IORESOURCE_MEM
,
142 .flags
= IORESOURCE_IRQ
,
146 static struct platform_device tmu2_device
= {
150 .platform_data
= &tmu2_platform_data
,
152 .resource
= tmu2_resources
,
153 .num_resources
= ARRAY_SIZE(tmu2_resources
),
156 /* SH7750R, SH7751 and SH7751R all have two extra timer channels */
157 #if defined(CONFIG_CPU_SUBTYPE_SH7750R) || \
158 defined(CONFIG_CPU_SUBTYPE_SH7751) || \
159 defined(CONFIG_CPU_SUBTYPE_SH7751R)
161 static struct sh_timer_config tmu3_platform_data
= {
163 .channel_offset
= 0x04,
165 .clk
= "peripheral_clk",
168 static struct resource tmu3_resources
[] = {
173 .flags
= IORESOURCE_MEM
,
177 .flags
= IORESOURCE_IRQ
,
181 static struct platform_device tmu3_device
= {
185 .platform_data
= &tmu3_platform_data
,
187 .resource
= tmu3_resources
,
188 .num_resources
= ARRAY_SIZE(tmu3_resources
),
191 static struct sh_timer_config tmu4_platform_data
= {
193 .channel_offset
= 0x10,
195 .clk
= "peripheral_clk",
198 static struct resource tmu4_resources
[] = {
203 .flags
= IORESOURCE_MEM
,
207 .flags
= IORESOURCE_IRQ
,
211 static struct platform_device tmu4_device
= {
215 .platform_data
= &tmu4_platform_data
,
217 .resource
= tmu4_resources
,
218 .num_resources
= ARRAY_SIZE(tmu4_resources
),
223 static struct platform_device
*sh7750_devices
[] __initdata
= {
229 #if defined(CONFIG_CPU_SUBTYPE_SH7750R) || \
230 defined(CONFIG_CPU_SUBTYPE_SH7751) || \
231 defined(CONFIG_CPU_SUBTYPE_SH7751R)
237 static int __init
sh7750_devices_setup(void)
239 return platform_add_devices(sh7750_devices
,
240 ARRAY_SIZE(sh7750_devices
));
242 arch_initcall(sh7750_devices_setup
);
244 static struct platform_device
*sh7750_early_devices
[] __initdata
= {
248 #if defined(CONFIG_CPU_SUBTYPE_SH7750R) || \
249 defined(CONFIG_CPU_SUBTYPE_SH7751) || \
250 defined(CONFIG_CPU_SUBTYPE_SH7751R)
256 void __init
plat_early_device_setup(void)
258 early_platform_add_devices(sh7750_early_devices
,
259 ARRAY_SIZE(sh7750_early_devices
));
265 /* interrupt sources */
266 IRL0
, IRL1
, IRL2
, IRL3
, /* only IRLM mode supported */
268 PCIC0_PCISERR
, PCIC1_PCIERR
, PCIC1_PCIPWDWN
, PCIC1_PCIPWON
,
269 PCIC1_PCIDMA0
, PCIC1_PCIDMA1
, PCIC1_PCIDMA2
, PCIC1_PCIDMA3
,
270 TMU3
, TMU4
, TMU0
, TMU1
, TMU2
, RTC
, SCI1
, SCIF
, WDT
, REF
,
272 /* interrupt groups */
276 static struct intc_vect vectors
[] __initdata
= {
277 INTC_VECT(HUDI
, 0x600), INTC_VECT(GPIOI
, 0x620),
278 INTC_VECT(TMU0
, 0x400), INTC_VECT(TMU1
, 0x420),
279 INTC_VECT(TMU2
, 0x440), INTC_VECT(TMU2
, 0x460),
280 INTC_VECT(RTC
, 0x480), INTC_VECT(RTC
, 0x4a0),
281 INTC_VECT(RTC
, 0x4c0),
282 INTC_VECT(SCI1
, 0x4e0), INTC_VECT(SCI1
, 0x500),
283 INTC_VECT(SCI1
, 0x520), INTC_VECT(SCI1
, 0x540),
284 INTC_VECT(SCIF
, 0x700), INTC_VECT(SCIF
, 0x720),
285 INTC_VECT(SCIF
, 0x740), INTC_VECT(SCIF
, 0x760),
286 INTC_VECT(WDT
, 0x560),
287 INTC_VECT(REF
, 0x580), INTC_VECT(REF
, 0x5a0),
290 static struct intc_prio_reg prio_registers
[] __initdata
= {
291 { 0xffd00004, 0, 16, 4, /* IPRA */ { TMU0
, TMU1
, TMU2
, RTC
} },
292 { 0xffd00008, 0, 16, 4, /* IPRB */ { WDT
, REF
, SCI1
, 0 } },
293 { 0xffd0000c, 0, 16, 4, /* IPRC */ { GPIOI
, DMAC
, SCIF
, HUDI
} },
294 { 0xffd00010, 0, 16, 4, /* IPRD */ { IRL0
, IRL1
, IRL2
, IRL3
} },
295 { 0xfe080000, 0, 32, 4, /* INTPRI00 */ { 0, 0, 0, 0,
297 PCIC1
, PCIC0_PCISERR
} },
300 static DECLARE_INTC_DESC(intc_desc
, "sh7750", vectors
, NULL
,
301 NULL
, prio_registers
, NULL
);
303 /* SH7750, SH7750S, SH7751 and SH7091 all have 4-channel DMA controllers */
304 #if defined(CONFIG_CPU_SUBTYPE_SH7750) || \
305 defined(CONFIG_CPU_SUBTYPE_SH7750S) || \
306 defined(CONFIG_CPU_SUBTYPE_SH7751) || \
307 defined(CONFIG_CPU_SUBTYPE_SH7091)
308 static struct intc_vect vectors_dma4
[] __initdata
= {
309 INTC_VECT(DMAC
, 0x640), INTC_VECT(DMAC
, 0x660),
310 INTC_VECT(DMAC
, 0x680), INTC_VECT(DMAC
, 0x6a0),
311 INTC_VECT(DMAC
, 0x6c0),
314 static DECLARE_INTC_DESC(intc_desc_dma4
, "sh7750_dma4",
316 NULL
, prio_registers
, NULL
);
319 /* SH7750R and SH7751R both have 8-channel DMA controllers */
320 #if defined(CONFIG_CPU_SUBTYPE_SH7750R) || defined(CONFIG_CPU_SUBTYPE_SH7751R)
321 static struct intc_vect vectors_dma8
[] __initdata
= {
322 INTC_VECT(DMAC
, 0x640), INTC_VECT(DMAC
, 0x660),
323 INTC_VECT(DMAC
, 0x680), INTC_VECT(DMAC
, 0x6a0),
324 INTC_VECT(DMAC
, 0x780), INTC_VECT(DMAC
, 0x7a0),
325 INTC_VECT(DMAC
, 0x7c0), INTC_VECT(DMAC
, 0x7e0),
326 INTC_VECT(DMAC
, 0x6c0),
329 static DECLARE_INTC_DESC(intc_desc_dma8
, "sh7750_dma8",
331 NULL
, prio_registers
, NULL
);
334 /* SH7750R, SH7751 and SH7751R all have two extra timer channels */
335 #if defined(CONFIG_CPU_SUBTYPE_SH7750R) || \
336 defined(CONFIG_CPU_SUBTYPE_SH7751) || \
337 defined(CONFIG_CPU_SUBTYPE_SH7751R)
338 static struct intc_vect vectors_tmu34
[] __initdata
= {
339 INTC_VECT(TMU3
, 0xb00), INTC_VECT(TMU4
, 0xb80),
342 static struct intc_mask_reg mask_registers
[] __initdata
= {
343 { 0xfe080040, 0xfe080060, 32, /* INTMSK00 / INTMSKCLR00 */
344 { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
345 0, 0, 0, 0, 0, 0, TMU4
, TMU3
,
346 PCIC1_PCIERR
, PCIC1_PCIPWDWN
, PCIC1_PCIPWON
,
347 PCIC1_PCIDMA0
, PCIC1_PCIDMA1
, PCIC1_PCIDMA2
,
348 PCIC1_PCIDMA3
, PCIC0_PCISERR
} },
351 static DECLARE_INTC_DESC(intc_desc_tmu34
, "sh7750_tmu34",
353 mask_registers
, prio_registers
, NULL
);
356 /* SH7750S, SH7750R, SH7751 and SH7751R all have IRLM priority registers */
357 static struct intc_vect vectors_irlm
[] __initdata
= {
358 INTC_VECT(IRL0
, 0x240), INTC_VECT(IRL1
, 0x2a0),
359 INTC_VECT(IRL2
, 0x300), INTC_VECT(IRL3
, 0x360),
362 static DECLARE_INTC_DESC(intc_desc_irlm
, "sh7750_irlm", vectors_irlm
, NULL
,
363 NULL
, prio_registers
, NULL
);
365 /* SH7751 and SH7751R both have PCI */
366 #if defined(CONFIG_CPU_SUBTYPE_SH7751) || defined(CONFIG_CPU_SUBTYPE_SH7751R)
367 static struct intc_vect vectors_pci
[] __initdata
= {
368 INTC_VECT(PCIC0_PCISERR
, 0xa00), INTC_VECT(PCIC1_PCIERR
, 0xae0),
369 INTC_VECT(PCIC1_PCIPWDWN
, 0xac0), INTC_VECT(PCIC1_PCIPWON
, 0xaa0),
370 INTC_VECT(PCIC1_PCIDMA0
, 0xa80), INTC_VECT(PCIC1_PCIDMA1
, 0xa60),
371 INTC_VECT(PCIC1_PCIDMA2
, 0xa40), INTC_VECT(PCIC1_PCIDMA3
, 0xa20),
374 static struct intc_group groups_pci
[] __initdata
= {
375 INTC_GROUP(PCIC1
, PCIC1_PCIERR
, PCIC1_PCIPWDWN
, PCIC1_PCIPWON
,
376 PCIC1_PCIDMA0
, PCIC1_PCIDMA1
, PCIC1_PCIDMA2
, PCIC1_PCIDMA3
),
379 static DECLARE_INTC_DESC(intc_desc_pci
, "sh7750_pci", vectors_pci
, groups_pci
,
380 mask_registers
, prio_registers
, NULL
);
383 #if defined(CONFIG_CPU_SUBTYPE_SH7750) || \
384 defined(CONFIG_CPU_SUBTYPE_SH7750S) || \
385 defined(CONFIG_CPU_SUBTYPE_SH7091)
386 void __init
plat_irq_setup(void)
389 * same vectors for SH7750, SH7750S and SH7091 except for IRLM,
392 register_intc_controller(&intc_desc
);
393 register_intc_controller(&intc_desc_dma4
);
397 #if defined(CONFIG_CPU_SUBTYPE_SH7750R)
398 void __init
plat_irq_setup(void)
400 register_intc_controller(&intc_desc
);
401 register_intc_controller(&intc_desc_dma8
);
402 register_intc_controller(&intc_desc_tmu34
);
406 #if defined(CONFIG_CPU_SUBTYPE_SH7751)
407 void __init
plat_irq_setup(void)
409 register_intc_controller(&intc_desc
);
410 register_intc_controller(&intc_desc_dma4
);
411 register_intc_controller(&intc_desc_tmu34
);
412 register_intc_controller(&intc_desc_pci
);
416 #if defined(CONFIG_CPU_SUBTYPE_SH7751R)
417 void __init
plat_irq_setup(void)
419 register_intc_controller(&intc_desc
);
420 register_intc_controller(&intc_desc_dma8
);
421 register_intc_controller(&intc_desc_tmu34
);
422 register_intc_controller(&intc_desc_pci
);
426 #define INTC_ICR 0xffd00000UL
427 #define INTC_ICR_IRLM (1<<7)
429 void __init
plat_irq_setup_pins(int mode
)
431 #if defined(CONFIG_CPU_SUBTYPE_SH7750) || defined(CONFIG_CPU_SUBTYPE_SH7091)
432 BUG(); /* impossible to mask interrupts on SH7750 and SH7091 */
437 case IRQ_MODE_IRQ
: /* individual interrupt mode for IRL3-0 */
438 ctrl_outw(ctrl_inw(INTC_ICR
) | INTC_ICR_IRLM
, INTC_ICR
);
439 register_intc_controller(&intc_desc_irlm
);