4 * Copyright (C) 2006 - 2008 Paul Mundt
6 * This file is subject to the terms and conditions of the GNU General Public
7 * License. See the file "COPYING" in the main directory of this archive
10 #include <linux/platform_device.h>
11 #include <linux/init.h>
12 #include <linux/serial.h>
13 #include <linux/serial_sci.h>
14 #include <linux/sh_timer.h>
17 static struct plat_sci_port scif0_platform_data
= {
18 .mapbase
= 0xff923000,
19 .flags
= UPF_BOOT_AUTOCONF
,
20 .scscr
= SCSCR_RE
| SCSCR_TE
| SCSCR_REIE
| SCSCR_TOIE
,
21 .scbrr_algo_id
= SCBRR_ALGO_2
,
23 .irqs
= { 61, 61, 61, 61 },
26 static struct platform_device scif0_device
= {
30 .platform_data
= &scif0_platform_data
,
34 static struct plat_sci_port scif1_platform_data
= {
35 .mapbase
= 0xff924000,
36 .flags
= UPF_BOOT_AUTOCONF
,
37 .scscr
= SCSCR_RE
| SCSCR_TE
| SCSCR_REIE
| SCSCR_TOIE
,
38 .scbrr_algo_id
= SCBRR_ALGO_2
,
40 .irqs
= { 62, 62, 62, 62 },
43 static struct platform_device scif1_device
= {
47 .platform_data
= &scif1_platform_data
,
51 static struct plat_sci_port scif2_platform_data
= {
52 .mapbase
= 0xff925000,
53 .flags
= UPF_BOOT_AUTOCONF
,
54 .scscr
= SCSCR_RE
| SCSCR_TE
| SCSCR_REIE
| SCSCR_TOIE
,
55 .scbrr_algo_id
= SCBRR_ALGO_2
,
57 .irqs
= { 63, 63, 63, 63 },
60 static struct platform_device scif2_device
= {
64 .platform_data
= &scif2_platform_data
,
68 static struct plat_sci_port scif3_platform_data
= {
69 .mapbase
= 0xff926000,
70 .flags
= UPF_BOOT_AUTOCONF
,
71 .scscr
= SCSCR_RE
| SCSCR_TE
| SCSCR_REIE
| SCSCR_TOIE
,
72 .scbrr_algo_id
= SCBRR_ALGO_2
,
74 .irqs
= { 64, 64, 64, 64 },
77 static struct platform_device scif3_device
= {
81 .platform_data
= &scif3_platform_data
,
85 static struct plat_sci_port scif4_platform_data
= {
86 .mapbase
= 0xff927000,
87 .flags
= UPF_BOOT_AUTOCONF
,
88 .scscr
= SCSCR_RE
| SCSCR_TE
| SCSCR_REIE
| SCSCR_TOIE
,
89 .scbrr_algo_id
= SCBRR_ALGO_2
,
91 .irqs
= { 65, 65, 65, 65 },
94 static struct platform_device scif4_device
= {
98 .platform_data
= &scif4_platform_data
,
102 static struct plat_sci_port scif5_platform_data
= {
103 .mapbase
= 0xff928000,
104 .flags
= UPF_BOOT_AUTOCONF
,
105 .scscr
= SCSCR_RE
| SCSCR_TE
| SCSCR_REIE
| SCSCR_TOIE
,
106 .scbrr_algo_id
= SCBRR_ALGO_2
,
108 .irqs
= { 66, 66, 66, 66 },
111 static struct platform_device scif5_device
= {
115 .platform_data
= &scif5_platform_data
,
119 static struct plat_sci_port scif6_platform_data
= {
120 .mapbase
= 0xff929000,
121 .flags
= UPF_BOOT_AUTOCONF
,
122 .scscr
= SCSCR_RE
| SCSCR_TE
| SCSCR_REIE
| SCSCR_TOIE
,
123 .scbrr_algo_id
= SCBRR_ALGO_2
,
125 .irqs
= { 67, 67, 67, 67 },
128 static struct platform_device scif6_device
= {
132 .platform_data
= &scif6_platform_data
,
136 static struct plat_sci_port scif7_platform_data
= {
137 .mapbase
= 0xff92a000,
138 .flags
= UPF_BOOT_AUTOCONF
,
139 .scscr
= SCSCR_RE
| SCSCR_TE
| SCSCR_REIE
| SCSCR_TOIE
,
140 .scbrr_algo_id
= SCBRR_ALGO_2
,
142 .irqs
= { 68, 68, 68, 68 },
145 static struct platform_device scif7_device
= {
149 .platform_data
= &scif7_platform_data
,
153 static struct plat_sci_port scif8_platform_data
= {
154 .mapbase
= 0xff92b000,
155 .flags
= UPF_BOOT_AUTOCONF
,
156 .scscr
= SCSCR_RE
| SCSCR_TE
| SCSCR_REIE
| SCSCR_TOIE
,
157 .scbrr_algo_id
= SCBRR_ALGO_2
,
159 .irqs
= { 69, 69, 69, 69 },
162 static struct platform_device scif8_device
= {
166 .platform_data
= &scif8_platform_data
,
170 static struct plat_sci_port scif9_platform_data
= {
171 .mapbase
= 0xff92c000,
172 .flags
= UPF_BOOT_AUTOCONF
,
173 .scscr
= SCSCR_RE
| SCSCR_TE
| SCSCR_REIE
| SCSCR_TOIE
,
174 .scbrr_algo_id
= SCBRR_ALGO_2
,
176 .irqs
= { 70, 70, 70, 70 },
179 static struct platform_device scif9_device
= {
183 .platform_data
= &scif9_platform_data
,
187 static struct sh_timer_config tmu0_platform_data
= {
188 .channel_offset
= 0x04,
190 .clockevent_rating
= 200,
193 static struct resource tmu0_resources
[] = {
197 .flags
= IORESOURCE_MEM
,
201 .flags
= IORESOURCE_IRQ
,
205 static struct platform_device tmu0_device
= {
209 .platform_data
= &tmu0_platform_data
,
211 .resource
= tmu0_resources
,
212 .num_resources
= ARRAY_SIZE(tmu0_resources
),
215 static struct sh_timer_config tmu1_platform_data
= {
216 .channel_offset
= 0x10,
218 .clocksource_rating
= 200,
221 static struct resource tmu1_resources
[] = {
225 .flags
= IORESOURCE_MEM
,
229 .flags
= IORESOURCE_IRQ
,
233 static struct platform_device tmu1_device
= {
237 .platform_data
= &tmu1_platform_data
,
239 .resource
= tmu1_resources
,
240 .num_resources
= ARRAY_SIZE(tmu1_resources
),
243 static struct sh_timer_config tmu2_platform_data
= {
244 .channel_offset
= 0x1c,
248 static struct resource tmu2_resources
[] = {
252 .flags
= IORESOURCE_MEM
,
256 .flags
= IORESOURCE_IRQ
,
260 static struct platform_device tmu2_device
= {
264 .platform_data
= &tmu2_platform_data
,
266 .resource
= tmu2_resources
,
267 .num_resources
= ARRAY_SIZE(tmu2_resources
),
270 static struct sh_timer_config tmu3_platform_data
= {
271 .channel_offset
= 0x04,
275 static struct resource tmu3_resources
[] = {
279 .flags
= IORESOURCE_MEM
,
283 .flags
= IORESOURCE_IRQ
,
287 static struct platform_device tmu3_device
= {
291 .platform_data
= &tmu3_platform_data
,
293 .resource
= tmu3_resources
,
294 .num_resources
= ARRAY_SIZE(tmu3_resources
),
297 static struct sh_timer_config tmu4_platform_data
= {
298 .channel_offset
= 0x10,
302 static struct resource tmu4_resources
[] = {
306 .flags
= IORESOURCE_MEM
,
310 .flags
= IORESOURCE_IRQ
,
314 static struct platform_device tmu4_device
= {
318 .platform_data
= &tmu4_platform_data
,
320 .resource
= tmu4_resources
,
321 .num_resources
= ARRAY_SIZE(tmu4_resources
),
324 static struct sh_timer_config tmu5_platform_data
= {
325 .channel_offset
= 0x1c,
329 static struct resource tmu5_resources
[] = {
333 .flags
= IORESOURCE_MEM
,
337 .flags
= IORESOURCE_IRQ
,
341 static struct platform_device tmu5_device
= {
345 .platform_data
= &tmu5_platform_data
,
347 .resource
= tmu5_resources
,
348 .num_resources
= ARRAY_SIZE(tmu5_resources
),
351 static struct sh_timer_config tmu6_platform_data
= {
352 .channel_offset
= 0x04,
356 static struct resource tmu6_resources
[] = {
360 .flags
= IORESOURCE_MEM
,
364 .flags
= IORESOURCE_IRQ
,
368 static struct platform_device tmu6_device
= {
372 .platform_data
= &tmu6_platform_data
,
374 .resource
= tmu6_resources
,
375 .num_resources
= ARRAY_SIZE(tmu6_resources
),
378 static struct sh_timer_config tmu7_platform_data
= {
379 .channel_offset
= 0x10,
383 static struct resource tmu7_resources
[] = {
387 .flags
= IORESOURCE_MEM
,
391 .flags
= IORESOURCE_IRQ
,
395 static struct platform_device tmu7_device
= {
399 .platform_data
= &tmu7_platform_data
,
401 .resource
= tmu7_resources
,
402 .num_resources
= ARRAY_SIZE(tmu7_resources
),
405 static struct sh_timer_config tmu8_platform_data
= {
406 .channel_offset
= 0x1c,
410 static struct resource tmu8_resources
[] = {
414 .flags
= IORESOURCE_MEM
,
418 .flags
= IORESOURCE_IRQ
,
422 static struct platform_device tmu8_device
= {
426 .platform_data
= &tmu8_platform_data
,
428 .resource
= tmu8_resources
,
429 .num_resources
= ARRAY_SIZE(tmu8_resources
),
432 static struct platform_device
*sh7770_devices
[] __initdata
= {
454 static int __init
sh7770_devices_setup(void)
456 return platform_add_devices(sh7770_devices
,
457 ARRAY_SIZE(sh7770_devices
));
459 arch_initcall(sh7770_devices_setup
);
461 static struct platform_device
*sh7770_early_devices
[] __initdata
= {
483 void __init
plat_early_device_setup(void)
485 early_platform_add_devices(sh7770_early_devices
,
486 ARRAY_SIZE(sh7770_early_devices
));
492 /* interrupt sources */
493 IRL_LLLL
, IRL_LLLH
, IRL_LLHL
, IRL_LLHH
,
494 IRL_LHLL
, IRL_LHLH
, IRL_LHHL
, IRL_LHHH
,
495 IRL_HLLL
, IRL_HLLH
, IRL_HLHL
, IRL_HLHH
,
496 IRL_HHLL
, IRL_HHLH
, IRL_HHHL
,
498 IRQ0
, IRQ1
, IRQ2
, IRQ3
, IRQ4
, IRQ5
,
501 TMU0
, TMU1
, TMU2
, TMU2_TICPI
,
502 TMU3
, TMU4
, TMU5
, TMU5_TICPI
,
504 HAC
, IPI
, SPDIF
, HUDI
, I2C
,
505 DMAC0_DMINT0
, DMAC0_DMINT1
, DMAC0_DMINT2
,
506 I2S0
, I2S1
, I2S2
, I2S3
,
507 SRC_RX
, SRC_TX
, SRC_SPDIF
,
508 DU
, VIDEO_IN
, REMOTE
, YUV
, USB
, ATAPI
, CAN
, GPS
, GFX2D
,
509 GFX3D_MBX
, GFX3D_DMAC
,
512 SCIF089
, SCIF1234
, SCIF567
,
514 BBDMAC_0_3
, BBDMAC_4_7
, BBDMAC_8_10
, BBDMAC_11_14
,
515 BBDMAC_15_18
, BBDMAC_19_22
, BBDMAC_23_26
, BBDMAC_27
,
516 BBDMAC_28
, BBDMAC_29
, BBDMAC_30
, BBDMAC_31
,
518 /* interrupt groups */
519 TMU
, DMAC
, I2S
, SRC
, GFX3D
, SPI
, SCIF
, BBDMAC
,
522 static struct intc_vect vectors
[] __initdata
= {
523 INTC_VECT(GPIO
, 0x3e0),
524 INTC_VECT(TMU0
, 0x400), INTC_VECT(TMU1
, 0x420),
525 INTC_VECT(TMU2
, 0x440), INTC_VECT(TMU2_TICPI
, 0x460),
526 INTC_VECT(TMU3
, 0x480), INTC_VECT(TMU4
, 0x4a0),
527 INTC_VECT(TMU5
, 0x4c0), INTC_VECT(TMU5_TICPI
, 0x4e0),
528 INTC_VECT(TMU6
, 0x500), INTC_VECT(TMU7
, 0x520),
529 INTC_VECT(TMU8
, 0x540),
530 INTC_VECT(HAC
, 0x580), INTC_VECT(IPI
, 0x5c0),
531 INTC_VECT(SPDIF
, 0x5e0),
532 INTC_VECT(HUDI
, 0x600), INTC_VECT(I2C
, 0x620),
533 INTC_VECT(DMAC0_DMINT0
, 0x640), INTC_VECT(DMAC0_DMINT1
, 0x660),
534 INTC_VECT(DMAC0_DMINT2
, 0x680),
535 INTC_VECT(I2S0
, 0x6a0), INTC_VECT(I2S1
, 0x6c0),
536 INTC_VECT(I2S2
, 0x6e0), INTC_VECT(I2S3
, 0x700),
537 INTC_VECT(SRC_RX
, 0x720), INTC_VECT(SRC_TX
, 0x740),
538 INTC_VECT(SRC_SPDIF
, 0x760),
539 INTC_VECT(DU
, 0x780), INTC_VECT(VIDEO_IN
, 0x7a0),
540 INTC_VECT(REMOTE
, 0x7c0), INTC_VECT(YUV
, 0x7e0),
541 INTC_VECT(USB
, 0x840), INTC_VECT(ATAPI
, 0x860),
542 INTC_VECT(CAN
, 0x880), INTC_VECT(GPS
, 0x8a0),
543 INTC_VECT(GFX2D
, 0x8c0),
544 INTC_VECT(GFX3D_MBX
, 0x900), INTC_VECT(GFX3D_DMAC
, 0x920),
545 INTC_VECT(EXBUS_ATA
, 0x940),
546 INTC_VECT(SPI0
, 0x960), INTC_VECT(SPI1
, 0x980),
547 INTC_VECT(SCIF089
, 0x9a0), INTC_VECT(SCIF1234
, 0x9c0),
548 INTC_VECT(SCIF1234
, 0x9e0), INTC_VECT(SCIF1234
, 0xa00),
549 INTC_VECT(SCIF1234
, 0xa20), INTC_VECT(SCIF567
, 0xa40),
550 INTC_VECT(SCIF567
, 0xa60), INTC_VECT(SCIF567
, 0xa80),
551 INTC_VECT(SCIF089
, 0xaa0), INTC_VECT(SCIF089
, 0xac0),
552 INTC_VECT(ADC
, 0xb20),
553 INTC_VECT(BBDMAC_0_3
, 0xba0), INTC_VECT(BBDMAC_0_3
, 0xbc0),
554 INTC_VECT(BBDMAC_0_3
, 0xbe0), INTC_VECT(BBDMAC_0_3
, 0xc00),
555 INTC_VECT(BBDMAC_4_7
, 0xc20), INTC_VECT(BBDMAC_4_7
, 0xc40),
556 INTC_VECT(BBDMAC_4_7
, 0xc60), INTC_VECT(BBDMAC_4_7
, 0xc80),
557 INTC_VECT(BBDMAC_8_10
, 0xca0), INTC_VECT(BBDMAC_8_10
, 0xcc0),
558 INTC_VECT(BBDMAC_8_10
, 0xce0), INTC_VECT(BBDMAC_11_14
, 0xd00),
559 INTC_VECT(BBDMAC_11_14
, 0xd20), INTC_VECT(BBDMAC_11_14
, 0xd40),
560 INTC_VECT(BBDMAC_11_14
, 0xd60), INTC_VECT(BBDMAC_15_18
, 0xd80),
561 INTC_VECT(BBDMAC_15_18
, 0xda0), INTC_VECT(BBDMAC_15_18
, 0xdc0),
562 INTC_VECT(BBDMAC_15_18
, 0xde0), INTC_VECT(BBDMAC_19_22
, 0xe00),
563 INTC_VECT(BBDMAC_19_22
, 0xe20), INTC_VECT(BBDMAC_19_22
, 0xe40),
564 INTC_VECT(BBDMAC_19_22
, 0xe60), INTC_VECT(BBDMAC_23_26
, 0xe80),
565 INTC_VECT(BBDMAC_23_26
, 0xea0), INTC_VECT(BBDMAC_23_26
, 0xec0),
566 INTC_VECT(BBDMAC_23_26
, 0xee0), INTC_VECT(BBDMAC_27
, 0xf00),
567 INTC_VECT(BBDMAC_28
, 0xf20), INTC_VECT(BBDMAC_29
, 0xf40),
568 INTC_VECT(BBDMAC_30
, 0xf60), INTC_VECT(BBDMAC_31
, 0xf80),
571 static struct intc_group groups
[] __initdata
= {
572 INTC_GROUP(TMU
, TMU0
, TMU1
, TMU2
, TMU2_TICPI
, TMU3
, TMU4
, TMU5
,
573 TMU5_TICPI
, TMU6
, TMU7
, TMU8
),
574 INTC_GROUP(DMAC
, DMAC0_DMINT0
, DMAC0_DMINT1
, DMAC0_DMINT2
),
575 INTC_GROUP(I2S
, I2S0
, I2S1
, I2S2
, I2S3
),
576 INTC_GROUP(SRC
, SRC_RX
, SRC_TX
, SRC_SPDIF
),
577 INTC_GROUP(GFX3D
, GFX3D_MBX
, GFX3D_DMAC
),
578 INTC_GROUP(SPI
, SPI0
, SPI1
),
579 INTC_GROUP(SCIF
, SCIF089
, SCIF1234
, SCIF567
),
581 BBDMAC_0_3
, BBDMAC_4_7
, BBDMAC_8_10
, BBDMAC_11_14
,
582 BBDMAC_15_18
, BBDMAC_19_22
, BBDMAC_23_26
, BBDMAC_27
,
583 BBDMAC_28
, BBDMAC_29
, BBDMAC_30
, BBDMAC_31
),
586 static struct intc_mask_reg mask_registers
[] __initdata
= {
587 { 0xffe00040, 0xffe00044, 32, /* INT2MSKR / INT2MSKCR */
588 { 0, BBDMAC
, ADC
, SCIF
, SPI
, EXBUS_ATA
, GFX3D
, GFX2D
,
589 GPS
, CAN
, ATAPI
, USB
, YUV
, REMOTE
, VIDEO_IN
, DU
, SRC
, I2S
,
590 DMAC
, I2C
, HUDI
, SPDIF
, IPI
, HAC
, TMU
, GPIO
} },
593 static struct intc_prio_reg prio_registers
[] __initdata
= {
594 { 0xffe00000, 0, 32, 8, /* INT2PRI0 */ { GPIO
, TMU0
, 0, HAC
} },
595 { 0xffe00004, 0, 32, 8, /* INT2PRI1 */ { IPI
, SPDIF
, HUDI
, I2C
} },
596 { 0xffe00008, 0, 32, 8, /* INT2PRI2 */ { DMAC
, I2S
, SRC
, DU
} },
597 { 0xffe0000c, 0, 32, 8, /* INT2PRI3 */ { VIDEO_IN
, REMOTE
, YUV
, USB
} },
598 { 0xffe00010, 0, 32, 8, /* INT2PRI4 */ { ATAPI
, CAN
, GPS
, GFX2D
} },
599 { 0xffe00014, 0, 32, 8, /* INT2PRI5 */ { 0, GFX3D
, EXBUS_ATA
, SPI
} },
600 { 0xffe00018, 0, 32, 8, /* INT2PRI6 */ { SCIF1234
, SCIF567
, SCIF089
} },
601 { 0xffe0001c, 0, 32, 8, /* INT2PRI7 */ { ADC
, 0, 0, BBDMAC_0_3
} },
602 { 0xffe00020, 0, 32, 8, /* INT2PRI8 */
603 { BBDMAC_4_7
, BBDMAC_8_10
, BBDMAC_11_14
, BBDMAC_15_18
} },
604 { 0xffe00024, 0, 32, 8, /* INT2PRI9 */
605 { BBDMAC_19_22
, BBDMAC_23_26
, BBDMAC_27
, BBDMAC_28
} },
606 { 0xffe00028, 0, 32, 8, /* INT2PRI10 */
607 { BBDMAC_29
, BBDMAC_30
, BBDMAC_31
} },
608 { 0xffe0002c, 0, 32, 8, /* INT2PRI11 */
609 { TMU1
, TMU2
, TMU2_TICPI
, TMU3
} },
610 { 0xffe00030, 0, 32, 8, /* INT2PRI12 */
611 { TMU4
, TMU5
, TMU5_TICPI
, TMU6
} },
612 { 0xffe00034, 0, 32, 8, /* INT2PRI13 */
616 static DECLARE_INTC_DESC(intc_desc
, "sh7770", vectors
, groups
,
617 mask_registers
, prio_registers
, NULL
);
619 /* Support for external interrupt pins in IRQ mode */
620 static struct intc_vect irq_vectors
[] __initdata
= {
621 INTC_VECT(IRQ0
, 0x240), INTC_VECT(IRQ1
, 0x280),
622 INTC_VECT(IRQ2
, 0x2c0), INTC_VECT(IRQ3
, 0x300),
623 INTC_VECT(IRQ4
, 0x340), INTC_VECT(IRQ5
, 0x380),
626 static struct intc_mask_reg irq_mask_registers
[] __initdata
= {
627 { 0xffd00044, 0xffd00064, 32, /* INTMSK0 / INTMSKCLR0 */
628 { IRQ0
, IRQ1
, IRQ2
, IRQ3
, IRQ4
, IRQ5
, } },
631 static struct intc_prio_reg irq_prio_registers
[] __initdata
= {
632 { 0xffd00010, 0, 32, 4, /* INTPRI */ { IRQ0
, IRQ1
, IRQ2
, IRQ3
,
636 static struct intc_sense_reg irq_sense_registers
[] __initdata
= {
637 { 0xffd0001c, 32, 2, /* ICR1 */ { IRQ0
, IRQ1
, IRQ2
, IRQ3
,
641 static DECLARE_INTC_DESC(intc_irq_desc
, "sh7770-irq", irq_vectors
,
642 NULL
, irq_mask_registers
, irq_prio_registers
,
643 irq_sense_registers
);
645 /* External interrupt pins in IRL mode */
646 static struct intc_vect irl_vectors
[] __initdata
= {
647 INTC_VECT(IRL_LLLL
, 0x200), INTC_VECT(IRL_LLLH
, 0x220),
648 INTC_VECT(IRL_LLHL
, 0x240), INTC_VECT(IRL_LLHH
, 0x260),
649 INTC_VECT(IRL_LHLL
, 0x280), INTC_VECT(IRL_LHLH
, 0x2a0),
650 INTC_VECT(IRL_LHHL
, 0x2c0), INTC_VECT(IRL_LHHH
, 0x2e0),
651 INTC_VECT(IRL_HLLL
, 0x300), INTC_VECT(IRL_HLLH
, 0x320),
652 INTC_VECT(IRL_HLHL
, 0x340), INTC_VECT(IRL_HLHH
, 0x360),
653 INTC_VECT(IRL_HHLL
, 0x380), INTC_VECT(IRL_HHLH
, 0x3a0),
654 INTC_VECT(IRL_HHHL
, 0x3c0),
657 static struct intc_mask_reg irl3210_mask_registers
[] __initdata
= {
658 { 0xffd40080, 0xffd40084, 32, /* INTMSK2 / INTMSKCLR2 */
659 { IRL_LLLL
, IRL_LLLH
, IRL_LLHL
, IRL_LLHH
,
660 IRL_LHLL
, IRL_LHLH
, IRL_LHHL
, IRL_LHHH
,
661 IRL_HLLL
, IRL_HLLH
, IRL_HLHL
, IRL_HLHH
,
662 IRL_HHLL
, IRL_HHLH
, IRL_HHHL
, } },
665 static struct intc_mask_reg irl7654_mask_registers
[] __initdata
= {
666 { 0xffd40080, 0xffd40084, 32, /* INTMSK2 / INTMSKCLR2 */
667 { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
668 IRL_LLLL
, IRL_LLLH
, IRL_LLHL
, IRL_LLHH
,
669 IRL_LHLL
, IRL_LHLH
, IRL_LHHL
, IRL_LHHH
,
670 IRL_HLLL
, IRL_HLLH
, IRL_HLHL
, IRL_HLHH
,
671 IRL_HHLL
, IRL_HHLH
, IRL_HHHL
, } },
674 static DECLARE_INTC_DESC(intc_irl7654_desc
, "sh7780-irl7654", irl_vectors
,
675 NULL
, irl7654_mask_registers
, NULL
, NULL
);
677 static DECLARE_INTC_DESC(intc_irl3210_desc
, "sh7780-irl3210", irl_vectors
,
678 NULL
, irl3210_mask_registers
, NULL
, NULL
);
680 #define INTC_ICR0 0xffd00000
681 #define INTC_INTMSK0 0xffd00044
682 #define INTC_INTMSK1 0xffd00048
683 #define INTC_INTMSK2 0xffd40080
684 #define INTC_INTMSKCLR1 0xffd00068
685 #define INTC_INTMSKCLR2 0xffd40084
687 void __init
plat_irq_setup(void)
690 __raw_writel(0xff000000, INTC_INTMSK0
);
692 /* disable IRL3-0 + IRL7-4 */
693 __raw_writel(0xc0000000, INTC_INTMSK1
);
694 __raw_writel(0xfffefffe, INTC_INTMSK2
);
696 /* select IRL mode for IRL3-0 + IRL7-4 */
697 __raw_writel(__raw_readl(INTC_ICR0
) & ~0x00c00000, INTC_ICR0
);
699 /* disable holding function, ie enable "SH-4 Mode" */
700 __raw_writel(__raw_readl(INTC_ICR0
) | 0x00200000, INTC_ICR0
);
702 register_intc_controller(&intc_desc
);
705 void __init
plat_irq_setup_pins(int mode
)
709 /* select IRQ mode for IRL3-0 + IRL7-4 */
710 __raw_writel(__raw_readl(INTC_ICR0
) | 0x00c00000, INTC_ICR0
);
711 register_intc_controller(&intc_irq_desc
);
713 case IRQ_MODE_IRL7654
:
714 /* enable IRL7-4 but don't provide any masking */
715 __raw_writel(0x40000000, INTC_INTMSKCLR1
);
716 __raw_writel(0x0000fffe, INTC_INTMSKCLR2
);
718 case IRQ_MODE_IRL3210
:
719 /* enable IRL0-3 but don't provide any masking */
720 __raw_writel(0x80000000, INTC_INTMSKCLR1
);
721 __raw_writel(0xfffe0000, INTC_INTMSKCLR2
);
723 case IRQ_MODE_IRL7654_MASK
:
724 /* enable IRL7-4 and mask using cpu intc controller */
725 __raw_writel(0x40000000, INTC_INTMSKCLR1
);
726 register_intc_controller(&intc_irl7654_desc
);
728 case IRQ_MODE_IRL3210_MASK
:
729 /* enable IRL0-3 and mask using cpu intc controller */
730 __raw_writel(0x80000000, INTC_INTMSKCLR1
);
731 register_intc_controller(&intc_irl3210_desc
);