4 * Copyright (C) 2009, 2011 Renesas Solutions Corp.
6 * based on setup-sh7785.c : Copyright (C) 2007 Paul Mundt
8 * This file is subject to the terms and conditions of the GNU General Public
9 * License. See the file "COPYING" in the main directory of this archive
12 #include <linux/platform_device.h>
13 #include <linux/init.h>
14 #include <linux/serial.h>
15 #include <linux/serial_sci.h>
18 #include <linux/dma-mapping.h>
19 #include <linux/sh_timer.h>
20 #include <linux/sh_dma.h>
21 #include <linux/sh_intc.h>
22 #include <cpu/dma-register.h>
23 #include <cpu/sh7757.h>
25 static struct plat_sci_port scif2_platform_data = {
26 .mapbase = 0xfe4b0000, /* SCIF2 */
27 .flags = UPF_BOOT_AUTOCONF,
28 .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE,
29 .scbrr_algo_id = SCBRR_ALGO_2,
31 .irqs = SCIx_IRQ_MUXED(evt2irq(0x700)),
34 static struct platform_device scif2_device = {
38 .platform_data = &scif2_platform_data,
42 static struct plat_sci_port scif3_platform_data = {
43 .mapbase = 0xfe4c0000, /* SCIF3 */
44 .flags = UPF_BOOT_AUTOCONF,
45 .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE,
46 .scbrr_algo_id = SCBRR_ALGO_2,
48 .irqs = SCIx_IRQ_MUXED(evt2irq(0xb80)),
51 static struct platform_device scif3_device = {
55 .platform_data = &scif3_platform_data,
59 static struct plat_sci_port scif4_platform_data = {
60 .mapbase = 0xfe4d0000, /* SCIF4 */
61 .flags = UPF_BOOT_AUTOCONF,
62 .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE,
63 .scbrr_algo_id = SCBRR_ALGO_2,
65 .irqs = SCIx_IRQ_MUXED(evt2irq(0xF00)),
68 static struct platform_device scif4_device = {
72 .platform_data = &scif4_platform_data,
76 static struct sh_timer_config tmu0_platform_data = {
77 .channel_offset = 0x04,
79 .clockevent_rating = 200,
82 static struct resource tmu0_resources[] = {
86 .flags = IORESOURCE_MEM,
89 .start = evt2irq(0x580),
90 .flags = IORESOURCE_IRQ,
94 static struct platform_device tmu0_device = {
98 .platform_data = &tmu0_platform_data,
100 .resource = tmu0_resources,
101 .num_resources = ARRAY_SIZE(tmu0_resources),
104 static struct sh_timer_config tmu1_platform_data = {
105 .channel_offset = 0x10,
107 .clocksource_rating = 200,
110 static struct resource tmu1_resources[] = {
114 .flags = IORESOURCE_MEM,
117 .start = evt2irq(0x5a0),
118 .flags = IORESOURCE_IRQ,
122 static struct platform_device tmu1_device = {
126 .platform_data = &tmu1_platform_data,
128 .resource = tmu1_resources,
129 .num_resources = ARRAY_SIZE(tmu1_resources),
132 static struct resource spi0_resources[] = {
136 .flags = IORESOURCE_MEM | IORESOURCE_MEM_32BIT,
139 .start = evt2irq(0xcc0),
140 .flags = IORESOURCE_IRQ,
145 static const struct sh_dmae_slave_config sh7757_dmae0_slaves[] = {
147 .slave_id = SHDMA_SLAVE_SDHI_TX,
149 .chcr = SM_INC | 0x800 | 0x40000000 |
150 TS_INDEX2VAL(XMIT_SZ_16BIT),
154 .slave_id = SHDMA_SLAVE_SDHI_RX,
156 .chcr = DM_INC | 0x800 | 0x40000000 |
157 TS_INDEX2VAL(XMIT_SZ_16BIT),
161 .slave_id = SHDMA_SLAVE_MMCIF_TX,
163 .chcr = SM_INC | 0x800 | 0x40000000 |
164 TS_INDEX2VAL(XMIT_SZ_32BIT),
168 .slave_id = SHDMA_SLAVE_MMCIF_RX,
170 .chcr = DM_INC | 0x800 | 0x40000000 |
171 TS_INDEX2VAL(XMIT_SZ_32BIT),
176 static const struct sh_dmae_slave_config sh7757_dmae1_slaves[] = {
178 .slave_id = SHDMA_SLAVE_SCIF2_TX,
180 .chcr = SM_INC | 0x800 | 0x40000000 |
181 TS_INDEX2VAL(XMIT_SZ_8BIT),
185 .slave_id = SHDMA_SLAVE_SCIF2_RX,
187 .chcr = DM_INC | 0x800 | 0x40000000 |
188 TS_INDEX2VAL(XMIT_SZ_8BIT),
192 .slave_id = SHDMA_SLAVE_SCIF3_TX,
194 .chcr = SM_INC | 0x800 | 0x40000000 |
195 TS_INDEX2VAL(XMIT_SZ_8BIT),
199 .slave_id = SHDMA_SLAVE_SCIF3_RX,
201 .chcr = DM_INC | 0x800 | 0x40000000 |
202 TS_INDEX2VAL(XMIT_SZ_8BIT),
206 .slave_id = SHDMA_SLAVE_SCIF4_TX,
208 .chcr = SM_INC | 0x800 | 0x40000000 |
209 TS_INDEX2VAL(XMIT_SZ_8BIT),
213 .slave_id = SHDMA_SLAVE_SCIF4_RX,
215 .chcr = DM_INC | 0x800 | 0x40000000 |
216 TS_INDEX2VAL(XMIT_SZ_8BIT),
221 static const struct sh_dmae_slave_config sh7757_dmae2_slaves[] = {
223 .slave_id = SHDMA_SLAVE_RIIC0_TX,
225 .chcr = SM_INC | 0x800 | 0x40000000 |
226 TS_INDEX2VAL(XMIT_SZ_8BIT),
230 .slave_id = SHDMA_SLAVE_RIIC0_RX,
232 .chcr = DM_INC | 0x800 | 0x40000000 |
233 TS_INDEX2VAL(XMIT_SZ_8BIT),
237 .slave_id = SHDMA_SLAVE_RIIC1_TX,
239 .chcr = SM_INC | 0x800 | 0x40000000 |
240 TS_INDEX2VAL(XMIT_SZ_8BIT),
244 .slave_id = SHDMA_SLAVE_RIIC1_RX,
246 .chcr = DM_INC | 0x800 | 0x40000000 |
247 TS_INDEX2VAL(XMIT_SZ_8BIT),
251 .slave_id = SHDMA_SLAVE_RIIC2_TX,
253 .chcr = SM_INC | 0x800 | 0x40000000 |
254 TS_INDEX2VAL(XMIT_SZ_8BIT),
258 .slave_id = SHDMA_SLAVE_RIIC2_RX,
260 .chcr = DM_INC | 0x800 | 0x40000000 |
261 TS_INDEX2VAL(XMIT_SZ_8BIT),
265 .slave_id = SHDMA_SLAVE_RIIC3_TX,
267 .chcr = SM_INC | 0x800 | 0x40000000 |
268 TS_INDEX2VAL(XMIT_SZ_8BIT),
272 .slave_id = SHDMA_SLAVE_RIIC3_RX,
274 .chcr = DM_INC | 0x800 | 0x40000000 |
275 TS_INDEX2VAL(XMIT_SZ_8BIT),
279 .slave_id = SHDMA_SLAVE_RIIC4_TX,
281 .chcr = SM_INC | 0x800 | 0x40000000 |
282 TS_INDEX2VAL(XMIT_SZ_8BIT),
286 .slave_id = SHDMA_SLAVE_RIIC4_RX,
288 .chcr = DM_INC | 0x800 | 0x40000000 |
289 TS_INDEX2VAL(XMIT_SZ_8BIT),
294 static const struct sh_dmae_slave_config sh7757_dmae3_slaves[] = {
296 .slave_id = SHDMA_SLAVE_RIIC5_TX,
298 .chcr = SM_INC | 0x800 | 0x40000000 |
299 TS_INDEX2VAL(XMIT_SZ_8BIT),
303 .slave_id = SHDMA_SLAVE_RIIC5_RX,
305 .chcr = DM_INC | 0x800 | 0x40000000 |
306 TS_INDEX2VAL(XMIT_SZ_8BIT),
310 .slave_id = SHDMA_SLAVE_RIIC6_TX,
312 .chcr = SM_INC | 0x800 | 0x40000000 |
313 TS_INDEX2VAL(XMIT_SZ_8BIT),
317 .slave_id = SHDMA_SLAVE_RIIC6_RX,
319 .chcr = DM_INC | 0x800 | 0x40000000 |
320 TS_INDEX2VAL(XMIT_SZ_8BIT),
324 .slave_id = SHDMA_SLAVE_RIIC7_TX,
326 .chcr = SM_INC | 0x800 | 0x40000000 |
327 TS_INDEX2VAL(XMIT_SZ_8BIT),
331 .slave_id = SHDMA_SLAVE_RIIC7_RX,
333 .chcr = DM_INC | 0x800 | 0x40000000 |
334 TS_INDEX2VAL(XMIT_SZ_8BIT),
338 .slave_id = SHDMA_SLAVE_RIIC8_TX,
340 .chcr = SM_INC | 0x800 | 0x40000000 |
341 TS_INDEX2VAL(XMIT_SZ_8BIT),
345 .slave_id = SHDMA_SLAVE_RIIC8_RX,
347 .chcr = DM_INC | 0x800 | 0x40000000 |
348 TS_INDEX2VAL(XMIT_SZ_8BIT),
352 .slave_id = SHDMA_SLAVE_RIIC9_TX,
354 .chcr = SM_INC | 0x800 | 0x40000000 |
355 TS_INDEX2VAL(XMIT_SZ_8BIT),
359 .slave_id = SHDMA_SLAVE_RIIC9_RX,
361 .chcr = DM_INC | 0x800 | 0x40000000 |
362 TS_INDEX2VAL(XMIT_SZ_8BIT),
367 static const struct sh_dmae_channel sh7757_dmae_channels[] = {
395 static const unsigned int ts_shift[] = TS_SHIFT;
397 static struct sh_dmae_pdata dma0_platform_data = {
398 .slave = sh7757_dmae0_slaves,
399 .slave_num = ARRAY_SIZE(sh7757_dmae0_slaves),
400 .channel = sh7757_dmae_channels,
401 .channel_num = ARRAY_SIZE(sh7757_dmae_channels),
402 .ts_low_shift = CHCR_TS_LOW_SHIFT,
403 .ts_low_mask = CHCR_TS_LOW_MASK,
404 .ts_high_shift = CHCR_TS_HIGH_SHIFT,
405 .ts_high_mask = CHCR_TS_HIGH_MASK,
406 .ts_shift = ts_shift,
407 .ts_shift_num = ARRAY_SIZE(ts_shift),
408 .dmaor_init = DMAOR_INIT,
411 static struct sh_dmae_pdata dma1_platform_data = {
412 .slave = sh7757_dmae1_slaves,
413 .slave_num = ARRAY_SIZE(sh7757_dmae1_slaves),
414 .channel = sh7757_dmae_channels,
415 .channel_num = ARRAY_SIZE(sh7757_dmae_channels),
416 .ts_low_shift = CHCR_TS_LOW_SHIFT,
417 .ts_low_mask = CHCR_TS_LOW_MASK,
418 .ts_high_shift = CHCR_TS_HIGH_SHIFT,
419 .ts_high_mask = CHCR_TS_HIGH_MASK,
420 .ts_shift = ts_shift,
421 .ts_shift_num = ARRAY_SIZE(ts_shift),
422 .dmaor_init = DMAOR_INIT,
425 static struct sh_dmae_pdata dma2_platform_data = {
426 .slave = sh7757_dmae2_slaves,
427 .slave_num = ARRAY_SIZE(sh7757_dmae2_slaves),
428 .channel = sh7757_dmae_channels,
429 .channel_num = ARRAY_SIZE(sh7757_dmae_channels),
430 .ts_low_shift = CHCR_TS_LOW_SHIFT,
431 .ts_low_mask = CHCR_TS_LOW_MASK,
432 .ts_high_shift = CHCR_TS_HIGH_SHIFT,
433 .ts_high_mask = CHCR_TS_HIGH_MASK,
434 .ts_shift = ts_shift,
435 .ts_shift_num = ARRAY_SIZE(ts_shift),
436 .dmaor_init = DMAOR_INIT,
439 static struct sh_dmae_pdata dma3_platform_data = {
440 .slave = sh7757_dmae3_slaves,
441 .slave_num = ARRAY_SIZE(sh7757_dmae3_slaves),
442 .channel = sh7757_dmae_channels,
443 .channel_num = ARRAY_SIZE(sh7757_dmae_channels),
444 .ts_low_shift = CHCR_TS_LOW_SHIFT,
445 .ts_low_mask = CHCR_TS_LOW_MASK,
446 .ts_high_shift = CHCR_TS_HIGH_SHIFT,
447 .ts_high_mask = CHCR_TS_HIGH_MASK,
448 .ts_shift = ts_shift,
449 .ts_shift_num = ARRAY_SIZE(ts_shift),
450 .dmaor_init = DMAOR_INIT,
454 static struct resource sh7757_dmae0_resources[] = {
456 /* Channel registers and DMAOR */
459 .flags = IORESOURCE_MEM,
465 .flags = IORESOURCE_MEM,
469 .start = evt2irq(0x640),
470 .end = evt2irq(0x640),
471 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE,
475 /* channel 6 to 11 */
476 static struct resource sh7757_dmae1_resources[] = {
478 /* Channel registers and DMAOR */
481 .flags = IORESOURCE_MEM,
487 .flags = IORESOURCE_MEM,
491 .start = evt2irq(0x640),
492 .end = evt2irq(0x640),
493 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE,
496 /* IRQ for channels 4 */
497 .start = evt2irq(0x7c0),
498 .end = evt2irq(0x7c0),
499 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE,
502 /* IRQ for channels 5 */
503 .start = evt2irq(0x7c0),
504 .end = evt2irq(0x7c0),
505 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE,
508 /* IRQ for channels 6 */
509 .start = evt2irq(0xd00),
510 .end = evt2irq(0xd00),
511 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE,
514 /* IRQ for channels 7 */
515 .start = evt2irq(0xd00),
516 .end = evt2irq(0xd00),
517 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE,
520 /* IRQ for channels 8 */
521 .start = evt2irq(0xd00),
522 .end = evt2irq(0xd00),
523 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE,
526 /* IRQ for channels 9 */
527 .start = evt2irq(0xd00),
528 .end = evt2irq(0xd00),
529 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE,
532 /* IRQ for channels 10 */
533 .start = evt2irq(0xd00),
534 .end = evt2irq(0xd00),
535 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE,
538 /* IRQ for channels 11 */
539 .start = evt2irq(0xd00),
540 .end = evt2irq(0xd00),
541 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE,
545 /* channel 12 to 17 */
546 static struct resource sh7757_dmae2_resources[] = {
548 /* Channel registers and DMAOR */
551 .flags = IORESOURCE_MEM,
557 .flags = IORESOURCE_MEM,
561 .start = evt2irq(0x2a60),
562 .end = evt2irq(0x2a60),
563 .flags = IORESOURCE_IRQ,
566 /* IRQ for channels 12 to 16 */
567 .start = evt2irq(0x2400),
568 .end = evt2irq(0x2480),
569 .flags = IORESOURCE_IRQ,
572 /* IRQ for channel 17 */
573 .start = evt2irq(0x24e0),
574 .end = evt2irq(0x24e0),
575 .flags = IORESOURCE_IRQ,
579 /* channel 18 to 23 */
580 static struct resource sh7757_dmae3_resources[] = {
582 /* Channel registers and DMAOR */
585 .flags = IORESOURCE_MEM,
591 .flags = IORESOURCE_MEM,
595 .start = evt2irq(0x2a80),
596 .end = evt2irq(0x2a80),
597 .flags = IORESOURCE_IRQ,
600 /* IRQ for channels 18 to 22 */
601 .start = evt2irq(0x2500),
602 .end = evt2irq(0x2580),
603 .flags = IORESOURCE_IRQ,
606 /* IRQ for channel 23 */
607 .start = evt2irq(0x2600),
608 .end = evt2irq(0x2600),
609 .flags = IORESOURCE_IRQ,
613 static struct platform_device dma0_device = {
614 .name = "sh-dma-engine",
616 .resource = sh7757_dmae0_resources,
617 .num_resources = ARRAY_SIZE(sh7757_dmae0_resources),
619 .platform_data = &dma0_platform_data,
623 static struct platform_device dma1_device = {
624 .name = "sh-dma-engine",
626 .resource = sh7757_dmae1_resources,
627 .num_resources = ARRAY_SIZE(sh7757_dmae1_resources),
629 .platform_data = &dma1_platform_data,
633 static struct platform_device dma2_device = {
634 .name = "sh-dma-engine",
636 .resource = sh7757_dmae2_resources,
637 .num_resources = ARRAY_SIZE(sh7757_dmae2_resources),
639 .platform_data = &dma2_platform_data,
643 static struct platform_device dma3_device = {
644 .name = "sh-dma-engine",
646 .resource = sh7757_dmae3_resources,
647 .num_resources = ARRAY_SIZE(sh7757_dmae3_resources),
649 .platform_data = &dma3_platform_data,
653 static struct platform_device spi0_device = {
658 .coherent_dma_mask = 0xffffffff,
660 .num_resources = ARRAY_SIZE(spi0_resources),
661 .resource = spi0_resources,
664 static struct resource spi1_resources[] = {
668 .flags = IORESOURCE_MEM | IORESOURCE_MEM_8BIT,
671 .start = evt2irq(0x8c0),
672 .flags = IORESOURCE_IRQ,
676 static struct platform_device spi1_device = {
679 .num_resources = ARRAY_SIZE(spi1_resources),
680 .resource = spi1_resources,
683 static struct resource rspi_resources[] = {
687 .flags = IORESOURCE_MEM,
690 .start = evt2irq(0x1d80),
691 .flags = IORESOURCE_IRQ,
695 static struct platform_device rspi_device = {
698 .num_resources = ARRAY_SIZE(rspi_resources),
699 .resource = rspi_resources,
702 static struct resource usb_ehci_resources[] = {
706 .flags = IORESOURCE_MEM,
709 .start = evt2irq(0x920),
710 .end = evt2irq(0x920),
711 .flags = IORESOURCE_IRQ,
715 static struct platform_device usb_ehci_device = {
719 .dma_mask = &usb_ehci_device.dev.coherent_dma_mask,
720 .coherent_dma_mask = DMA_BIT_MASK(32),
722 .num_resources = ARRAY_SIZE(usb_ehci_resources),
723 .resource = usb_ehci_resources,
726 static struct resource usb_ohci_resources[] = {
730 .flags = IORESOURCE_MEM,
733 .start = evt2irq(0x920),
734 .end = evt2irq(0x920),
735 .flags = IORESOURCE_IRQ,
739 static struct platform_device usb_ohci_device = {
743 .dma_mask = &usb_ohci_device.dev.coherent_dma_mask,
744 .coherent_dma_mask = DMA_BIT_MASK(32),
746 .num_resources = ARRAY_SIZE(usb_ohci_resources),
747 .resource = usb_ohci_resources,
750 static struct platform_device *sh7757_devices[] __initdata = {
767 static int __init sh7757_devices_setup(void)
769 return platform_add_devices(sh7757_devices,
770 ARRAY_SIZE(sh7757_devices));
772 arch_initcall(sh7757_devices_setup);
774 static struct platform_device *sh7757_early_devices[] __initdata = {
782 void __init plat_early_device_setup(void)
784 early_platform_add_devices(sh7757_early_devices,
785 ARRAY_SIZE(sh7757_early_devices));
791 /* interrupt sources */
793 IRL0_LLLL, IRL0_LLLH, IRL0_LLHL, IRL0_LLHH,
794 IRL0_LHLL, IRL0_LHLH, IRL0_LHHL, IRL0_LHHH,
795 IRL0_HLLL, IRL0_HLLH, IRL0_HLHL, IRL0_HLHH,
796 IRL0_HHLL, IRL0_HHLH, IRL0_HHHL,
798 IRL4_LLLL, IRL4_LLLH, IRL4_LLHL, IRL4_LLHH,
799 IRL4_LHLL, IRL4_LHLH, IRL4_LHHL, IRL4_LHHH,
800 IRL4_HLLL, IRL4_HLLH, IRL4_HLHL, IRL4_HLHH,
801 IRL4_HHLL, IRL4_HHLH, IRL4_HHHL,
802 IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7,
805 IRQ8, IRQ9, IRQ11, IRQ10, IRQ12, IRQ13, IRQ14, IRQ15,
806 TMU0, TMU1, TMU2, TMU2_TICPI, TMU3, TMU4, TMU5,
809 DMAC0_5, DMAC6_7, DMAC8_11,
810 SCIF0, SCIF1, SCIF2, SCIF3, SCIF4,
816 LPC, LPC5, LPC6, LPC7, LPC8,
817 PECI0, PECI1, PECI2, PECI3, PECI4, PECI5,
821 IIC0_0, IIC0_1, IIC0_2, IIC0_3,
822 IIC1_0, IIC1_1, IIC1_2, IIC1_3,
823 IIC2_0, IIC2_1, IIC2_2, IIC2_3,
824 IIC3_0, IIC3_1, IIC3_2, IIC3_3,
825 IIC4_0, IIC4_1, IIC4_2, IIC4_3,
826 IIC5_0, IIC5_1, IIC5_2, IIC5_3,
827 IIC6_0, IIC6_1, IIC6_2, IIC6_3,
828 IIC7_0, IIC7_1, IIC7_2, IIC7_3,
829 IIC8_0, IIC8_1, IIC8_2, IIC8_3,
830 IIC9_0, IIC9_1, IIC9_2, IIC9_3,
838 DMINT12, DMINT13, DMINT14, DMINT15, DMINT16, DMINT17, DMINT18, DMINT19,
839 DMINT20, DMINT21, DMINT22, DMINT23,
843 WDT0B, WDT1B, WDT2B, WDT3B, WDT4B, WDT5B, WDT6B, WDT7B, WDT8B,
844 GETHER0, GETHER1, GETHER2,
849 /* interrupt groups */
854 static struct intc_vect vectors[] __initdata = {
855 INTC_VECT(SDHI, 0x480), INTC_VECT(SDHI, 0x04a0),
856 INTC_VECT(SDHI, 0x4c0),
857 INTC_VECT(DVC, 0x4e0),
858 INTC_VECT(IRQ8, 0x500), INTC_VECT(IRQ9, 0x520),
859 INTC_VECT(IRQ10, 0x540),
860 INTC_VECT(TMU0, 0x580), INTC_VECT(TMU1, 0x5a0),
861 INTC_VECT(TMU2, 0x5c0), INTC_VECT(TMU2_TICPI, 0x5e0),
862 INTC_VECT(HUDI, 0x600),
863 INTC_VECT(ARC4, 0x620),
864 INTC_VECT(DMAC0_5, 0x640), INTC_VECT(DMAC0_5, 0x660),
865 INTC_VECT(DMAC0_5, 0x680), INTC_VECT(DMAC0_5, 0x6a0),
866 INTC_VECT(DMAC0_5, 0x6c0),
867 INTC_VECT(IRQ11, 0x6e0),
868 INTC_VECT(SCIF2, 0x700), INTC_VECT(SCIF2, 0x720),
869 INTC_VECT(SCIF2, 0x740), INTC_VECT(SCIF2, 0x760),
870 INTC_VECT(DMAC0_5, 0x780), INTC_VECT(DMAC0_5, 0x7a0),
871 INTC_VECT(DMAC6_7, 0x7c0), INTC_VECT(DMAC6_7, 0x7e0),
872 INTC_VECT(USB0, 0x840),
873 INTC_VECT(IRQ12, 0x880),
874 INTC_VECT(JMC, 0x8a0),
875 INTC_VECT(SPI1, 0x8c0),
876 INTC_VECT(IRQ13, 0x8e0), INTC_VECT(IRQ14, 0x900),
877 INTC_VECT(USB1, 0x920),
878 INTC_VECT(TMR01, 0xa00), INTC_VECT(TMR23, 0xa20),
879 INTC_VECT(TMR45, 0xa40),
880 INTC_VECT(FRT, 0xa80),
881 INTC_VECT(LPC, 0xaa0), INTC_VECT(LPC, 0xac0),
882 INTC_VECT(LPC, 0xae0), INTC_VECT(LPC, 0xb00),
883 INTC_VECT(LPC, 0xb20),
884 INTC_VECT(SCIF0, 0xb40), INTC_VECT(SCIF1, 0xb60),
885 INTC_VECT(SCIF3, 0xb80), INTC_VECT(SCIF3, 0xba0),
886 INTC_VECT(SCIF3, 0xbc0), INTC_VECT(SCIF3, 0xbe0),
887 INTC_VECT(PECI0, 0xc00), INTC_VECT(PECI1, 0xc20),
888 INTC_VECT(PECI2, 0xc40),
889 INTC_VECT(IRQ15, 0xc60),
890 INTC_VECT(ETHERC, 0xc80), INTC_VECT(ETHERC, 0xca0),
891 INTC_VECT(SPI0, 0xcc0),
892 INTC_VECT(ADC1, 0xce0),
893 INTC_VECT(DMAC8_11, 0xd00), INTC_VECT(DMAC8_11, 0xd20),
894 INTC_VECT(DMAC8_11, 0xd40), INTC_VECT(DMAC8_11, 0xd60),
895 INTC_VECT(SIM, 0xd80), INTC_VECT(SIM, 0xda0),
896 INTC_VECT(SIM, 0xdc0), INTC_VECT(SIM, 0xde0),
897 INTC_VECT(TMU3, 0xe00), INTC_VECT(TMU4, 0xe20),
898 INTC_VECT(TMU5, 0xe40),
899 INTC_VECT(ADC0, 0xe60),
900 INTC_VECT(SCIF4, 0xf00), INTC_VECT(SCIF4, 0xf20),
901 INTC_VECT(SCIF4, 0xf40), INTC_VECT(SCIF4, 0xf60),
902 INTC_VECT(IIC0_0, 0x1400), INTC_VECT(IIC0_1, 0x1420),
903 INTC_VECT(IIC0_2, 0x1440), INTC_VECT(IIC0_3, 0x1460),
904 INTC_VECT(IIC1_0, 0x1480), INTC_VECT(IIC1_1, 0x14e0),
905 INTC_VECT(IIC1_2, 0x1500), INTC_VECT(IIC1_3, 0x1520),
906 INTC_VECT(IIC2_0, 0x1540), INTC_VECT(IIC2_1, 0x1560),
907 INTC_VECT(IIC2_2, 0x1580), INTC_VECT(IIC2_3, 0x1600),
908 INTC_VECT(IIC3_0, 0x1620), INTC_VECT(IIC3_1, 0x1640),
909 INTC_VECT(IIC3_2, 0x16e0), INTC_VECT(IIC3_3, 0x1700),
910 INTC_VECT(IIC4_0, 0x17c0), INTC_VECT(IIC4_1, 0x1800),
911 INTC_VECT(IIC4_2, 0x1820), INTC_VECT(IIC4_3, 0x1840),
912 INTC_VECT(IIC5_0, 0x1860), INTC_VECT(IIC5_1, 0x1880),
913 INTC_VECT(IIC5_2, 0x18a0), INTC_VECT(IIC5_3, 0x18c0),
914 INTC_VECT(IIC6_0, 0x18e0), INTC_VECT(IIC6_1, 0x1900),
915 INTC_VECT(IIC6_2, 0x1920),
916 INTC_VECT(ONFICTL, 0x1960),
917 INTC_VECT(IIC6_3, 0x1980),
918 INTC_VECT(IIC7_0, 0x19a0), INTC_VECT(IIC7_1, 0x1a00),
919 INTC_VECT(IIC7_2, 0x1a20), INTC_VECT(IIC7_3, 0x1a40),
920 INTC_VECT(IIC8_0, 0x1a60), INTC_VECT(IIC8_1, 0x1a80),
921 INTC_VECT(IIC8_2, 0x1aa0), INTC_VECT(IIC8_3, 0x1b40),
922 INTC_VECT(IIC9_0, 0x1b60), INTC_VECT(IIC9_1, 0x1b80),
923 INTC_VECT(IIC9_2, 0x1c00), INTC_VECT(IIC9_3, 0x1c20),
924 INTC_VECT(MMC1, 0x1c60), INTC_VECT(MMC2, 0x1c80),
925 INTC_VECT(ECCU, 0x1cc0),
926 INTC_VECT(PCIC, 0x1ce0),
927 INTC_VECT(G200, 0x1d00),
928 INTC_VECT(RSPI, 0x1d80), INTC_VECT(RSPI, 0x1da0),
929 INTC_VECT(RSPI, 0x1dc0), INTC_VECT(RSPI, 0x1de0),
930 INTC_VECT(PECI3, 0x1ec0), INTC_VECT(PECI4, 0x1ee0),
931 INTC_VECT(PECI5, 0x1f00),
932 INTC_VECT(SGPIO, 0x1f80), INTC_VECT(SGPIO, 0x1fa0),
933 INTC_VECT(SGPIO, 0x1fc0),
934 INTC_VECT(DMINT12, 0x2400), INTC_VECT(DMINT13, 0x2420),
935 INTC_VECT(DMINT14, 0x2440), INTC_VECT(DMINT15, 0x2460),
936 INTC_VECT(DMINT16, 0x2480), INTC_VECT(DMINT17, 0x24e0),
937 INTC_VECT(DMINT18, 0x2500), INTC_VECT(DMINT19, 0x2520),
938 INTC_VECT(DMINT20, 0x2540), INTC_VECT(DMINT21, 0x2560),
939 INTC_VECT(DMINT22, 0x2580), INTC_VECT(DMINT23, 0x2600),
940 INTC_VECT(DDRECC, 0x2620),
941 INTC_VECT(TSIP, 0x2640),
942 INTC_VECT(PCIE_BRIDGE, 0x27c0),
943 INTC_VECT(WDT0B, 0x2800), INTC_VECT(WDT1B, 0x2820),
944 INTC_VECT(WDT2B, 0x2840), INTC_VECT(WDT3B, 0x2860),
945 INTC_VECT(WDT4B, 0x2880), INTC_VECT(WDT5B, 0x28a0),
946 INTC_VECT(WDT6B, 0x28c0), INTC_VECT(WDT7B, 0x28e0),
947 INTC_VECT(WDT8B, 0x2900),
948 INTC_VECT(GETHER0, 0x2960), INTC_VECT(GETHER1, 0x2980),
949 INTC_VECT(GETHER2, 0x29a0),
950 INTC_VECT(PBIA, 0x2a00), INTC_VECT(PBIB, 0x2a20),
951 INTC_VECT(PBIC, 0x2a40),
952 INTC_VECT(DMAE2, 0x2a60), INTC_VECT(DMAE3, 0x2a80),
953 INTC_VECT(SERMUX2, 0x2aa0), INTC_VECT(SERMUX3, 0x2b40),
954 INTC_VECT(LPC5, 0x2b60), INTC_VECT(LPC6, 0x2b80),
955 INTC_VECT(LPC7, 0x2c00), INTC_VECT(LPC8, 0x2c20),
958 static struct intc_group groups[] __initdata = {
959 INTC_GROUP(TMU012, TMU0, TMU1, TMU2, TMU2_TICPI),
960 INTC_GROUP(TMU345, TMU3, TMU4, TMU5),
963 static struct intc_mask_reg mask_registers[] __initdata = {
964 { 0xffd00044, 0xffd00064, 32, /* INTMSK0 / INTMSKCLR0 */
965 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
967 { 0xffd40080, 0xffd40084, 32, /* INTMSK2 / INTMSKCLR2 */
968 { IRL0_LLLL, IRL0_LLLH, IRL0_LLHL, IRL0_LLHH,
969 IRL0_LHLL, IRL0_LHLH, IRL0_LHHL, IRL0_LHHH,
970 IRL0_HLLL, IRL0_HLLH, IRL0_HLHL, IRL0_HLHH,
971 IRL0_HHLL, IRL0_HHLH, IRL0_HHHL, 0,
972 IRL4_LLLL, IRL4_LLLH, IRL4_LLHL, IRL4_LLHH,
973 IRL4_LHLL, IRL4_LHLH, IRL4_LHHL, IRL4_LHHH,
974 IRL4_HLLL, IRL4_HLLH, IRL4_HLHL, IRL4_HLHH,
975 IRL4_HHLL, IRL4_HHLH, IRL4_HHHL, 0, } },
977 { 0xffd40038, 0xffd4003c, 32, /* INT2MSKR / INT2MSKCR */
978 { 0, 0, 0, 0, 0, 0, 0, 0,
979 0, DMAC8_11, 0, PECI0, LPC, FRT, 0, TMR45,
980 TMR23, TMR01, 0, 0, 0, 0, 0, DMAC0_5,
981 HUDI, 0, 0, SCIF3, SCIF2, SDHI, TMU345, TMU012
984 { 0xffd400d0, 0xffd400d4, 32, /* INT2MSKR1 / INT2MSKCR1 */
985 { IRQ15, IRQ14, IRQ13, IRQ12, IRQ11, IRQ10, SCIF4, ETHERC,
986 IRQ9, IRQ8, SCIF1, SCIF0, USB0, 0, 0, USB1,
987 ADC1, 0, DMAC6_7, ADC0, SPI0, SIM, PECI2, PECI1,
988 ARC4, 0, SPI1, JMC, 0, 0, 0, DVC
991 { 0xffd10038, 0xffd1003c, 32, /* INT2MSKR2 / INT2MSKCR2 */
992 { IIC4_1, IIC4_2, IIC5_0, ONFICTL, 0, 0, SGPIO, 0,
993 0, G200, 0, IIC9_2, IIC8_2, IIC8_1, IIC8_0, IIC7_3,
994 IIC7_2, IIC7_1, IIC6_3, IIC0_0, IIC0_1, IIC0_2, IIC0_3, IIC3_1,
995 IIC2_3, 0, IIC2_1, IIC9_1, IIC3_3, IIC1_0, 0, IIC2_2
998 { 0xffd100d0, 0xffd100d4, 32, /* INT2MSKR3 / INT2MSKCR3 */
999 { MMC1, IIC6_1, IIC6_0, IIC5_1, IIC3_2, IIC2_0, PECI5, MMC2,
1000 IIC1_3, IIC1_2, IIC9_0, IIC8_3, IIC4_3, IIC7_0, 0, IIC6_2,
1001 PCIC, 0, IIC4_0, 0, ECCU, RSPI, 0, IIC9_3,
1002 IIC3_0, 0, IIC5_3, IIC5_2, 0, 0, 0, IIC1_1
1005 { 0xffd20038, 0xffd2003c, 32, /* INT2MSKR4 / INT2MSKCR4 */
1006 { WDT0B, WDT1B, WDT3B, GETHER0, 0, 0, 0, 0,
1007 0, 0, 0, LPC7, SERMUX2, DMAE3, DMAE2, PBIC,
1008 PBIB, PBIA, GETHER1, DMINT12, DMINT13, DMINT14, DMINT15, TSIP,
1009 DMINT23, 0, DMINT21, LPC6, 0, DMINT16, 0, DMINT22
1012 { 0xffd200d0, 0xffd200d4, 32, /* INT2MSKR5 / INT2MSKCR5 */
1013 { 0, WDT8B, WDT7B, WDT4B, 0, DMINT20, 0, 0,
1014 DMINT19, DMINT18, LPC5, SERMUX3, WDT2B, GETHER2, 0, 0,
1015 0, 0, PCIE_BRIDGE, 0, 0, 0, 0, LPC8,
1016 DDRECC, 0, WDT6B, WDT5B, 0, 0, 0, DMINT17
1020 #define INTPRI 0xffd00010
1021 #define INT2PRI0 0xffd40000
1022 #define INT2PRI1 0xffd40004
1023 #define INT2PRI2 0xffd40008
1024 #define INT2PRI3 0xffd4000c
1025 #define INT2PRI4 0xffd40010
1026 #define INT2PRI5 0xffd40014
1027 #define INT2PRI6 0xffd40018
1028 #define INT2PRI7 0xffd4001c
1029 #define INT2PRI8 0xffd400a0
1030 #define INT2PRI9 0xffd400a4
1031 #define INT2PRI10 0xffd400a8
1032 #define INT2PRI11 0xffd400ac
1033 #define INT2PRI12 0xffd400b0
1034 #define INT2PRI13 0xffd400b4
1035 #define INT2PRI14 0xffd400b8
1036 #define INT2PRI15 0xffd400bc
1037 #define INT2PRI16 0xffd10000
1038 #define INT2PRI17 0xffd10004
1039 #define INT2PRI18 0xffd10008
1040 #define INT2PRI19 0xffd1000c
1041 #define INT2PRI20 0xffd10010
1042 #define INT2PRI21 0xffd10014
1043 #define INT2PRI22 0xffd10018
1044 #define INT2PRI23 0xffd1001c
1045 #define INT2PRI24 0xffd100a0
1046 #define INT2PRI25 0xffd100a4
1047 #define INT2PRI26 0xffd100a8
1048 #define INT2PRI27 0xffd100ac
1049 #define INT2PRI28 0xffd100b0
1050 #define INT2PRI29 0xffd100b4
1051 #define INT2PRI30 0xffd100b8
1052 #define INT2PRI31 0xffd100bc
1053 #define INT2PRI32 0xffd20000
1054 #define INT2PRI33 0xffd20004
1055 #define INT2PRI34 0xffd20008
1056 #define INT2PRI35 0xffd2000c
1057 #define INT2PRI36 0xffd20010
1058 #define INT2PRI37 0xffd20014
1059 #define INT2PRI38 0xffd20018
1060 #define INT2PRI39 0xffd2001c
1061 #define INT2PRI40 0xffd200a0
1062 #define INT2PRI41 0xffd200a4
1063 #define INT2PRI42 0xffd200a8
1064 #define INT2PRI43 0xffd200ac
1065 #define INT2PRI44 0xffd200b0
1066 #define INT2PRI45 0xffd200b4
1067 #define INT2PRI46 0xffd200b8
1068 #define INT2PRI47 0xffd200bc
1070 static struct intc_prio_reg prio_registers[] __initdata = {
1071 { INTPRI, 0, 32, 4, { IRQ0, IRQ1, IRQ2, IRQ3,
1072 IRQ4, IRQ5, IRQ6, IRQ7 } },
1074 { INT2PRI0, 0, 32, 8, { TMU0, TMU1, TMU2, TMU2_TICPI } },
1075 { INT2PRI1, 0, 32, 8, { TMU3, TMU4, TMU5, SDHI } },
1076 { INT2PRI2, 0, 32, 8, { SCIF2, SCIF3, 0, IRQ8 } },
1077 { INT2PRI3, 0, 32, 8, { HUDI, DMAC0_5, ADC0, IRQ9 } },
1078 { INT2PRI4, 0, 32, 8, { IRQ10, 0, TMR01, TMR23 } },
1079 { INT2PRI5, 0, 32, 8, { TMR45, 0, FRT, LPC } },
1080 { INT2PRI6, 0, 32, 8, { PECI0, ETHERC, DMAC8_11, 0 } },
1081 { INT2PRI7, 0, 32, 8, { SCIF4, 0, IRQ11, IRQ12 } },
1082 { INT2PRI8, 0, 32, 8, { 0, 0, 0, DVC } },
1083 { INT2PRI9, 0, 32, 8, { ARC4, 0, SPI1, JMC } },
1084 { INT2PRI10, 0, 32, 8, { SPI0, SIM, PECI2, PECI1 } },
1085 { INT2PRI11, 0, 32, 8, { ADC1, IRQ13, DMAC6_7, IRQ14 } },
1086 { INT2PRI12, 0, 32, 8, { USB0, 0, IRQ15, USB1 } },
1087 { INT2PRI13, 0, 32, 8, { 0, 0, SCIF1, SCIF0 } },
1089 { INT2PRI16, 0, 32, 8, { IIC2_2, 0, 0, 0 } },
1090 { INT2PRI17, 0, 32, 8, { 0, 0, 0, IIC1_0 } },
1091 { INT2PRI18, 0, 32, 8, { IIC3_3, IIC9_1, IIC2_1, IIC1_2 } },
1092 { INT2PRI19, 0, 32, 8, { IIC2_3, IIC3_1, 0, IIC1_3 } },
1093 { INT2PRI20, 0, 32, 8, { IIC2_0, IIC6_3, IIC7_1, IIC7_2 } },
1094 { INT2PRI21, 0, 32, 8, { IIC7_3, IIC8_0, IIC8_1, IIC8_2 } },
1095 { INT2PRI22, 0, 32, 8, { IIC9_2, MMC2, G200, 0 } },
1096 { INT2PRI23, 0, 32, 8, { PECI5, SGPIO, IIC3_2, IIC5_1 } },
1097 { INT2PRI24, 0, 32, 8, { PECI4, PECI3, 0, IIC1_1 } },
1098 { INT2PRI25, 0, 32, 8, { IIC3_0, 0, IIC5_3, IIC5_2 } },
1099 { INT2PRI26, 0, 32, 8, { ECCU, RSPI, 0, IIC9_3 } },
1100 { INT2PRI27, 0, 32, 8, { PCIC, IIC6_0, IIC4_0, IIC6_1 } },
1101 { INT2PRI28, 0, 32, 8, { IIC4_3, IIC7_0, MMC1, IIC6_2 } },
1102 { INT2PRI29, 0, 32, 8, { 0, 0, IIC9_0, IIC8_3 } },
1103 { INT2PRI30, 0, 32, 8, { IIC4_1, IIC4_2, IIC5_0, ONFICTL } },
1104 { INT2PRI31, 0, 32, 8, { IIC0_0, IIC0_1, IIC0_2, IIC0_3 } },
1105 { INT2PRI32, 0, 32, 8, { DMINT22, 0, 0, 0 } },
1106 { INT2PRI33, 0, 32, 8, { 0, 0, 0, DMINT16 } },
1107 { INT2PRI34, 0, 32, 8, { 0, LPC6, DMINT21, DMINT18 } },
1108 { INT2PRI35, 0, 32, 8, { DMINT23, TSIP, 0, DMINT19 } },
1109 { INT2PRI36, 0, 32, 8, { DMINT20, GETHER1, PBIA, PBIB } },
1110 { INT2PRI37, 0, 32, 8, { PBIC, DMAE2, DMAE3, SERMUX2 } },
1111 { INT2PRI38, 0, 32, 8, { LPC7, 0, 0, 0 } },
1112 { INT2PRI39, 0, 32, 8, { 0, 0, 0, WDT4B } },
1113 { INT2PRI40, 0, 32, 8, { 0, 0, 0, DMINT17 } },
1114 { INT2PRI41, 0, 32, 8, { DDRECC, 0, WDT6B, WDT5B } },
1115 { INT2PRI42, 0, 32, 8, { 0, 0, 0, LPC8 } },
1116 { INT2PRI43, 0, 32, 8, { 0, WDT7B, PCIE_BRIDGE, WDT8B } },
1117 { INT2PRI44, 0, 32, 8, { WDT2B, GETHER2, 0, 0 } },
1118 { INT2PRI45, 0, 32, 8, { 0, 0, LPC5, SERMUX3 } },
1119 { INT2PRI46, 0, 32, 8, { WDT0B, WDT1B, WDT3B, GETHER0 } },
1120 { INT2PRI47, 0, 32, 8, { DMINT12, DMINT13, DMINT14, DMINT15 } },
1123 static struct intc_sense_reg sense_registers_irq8to15[] __initdata = {
1124 { 0xffd100f8, 32, 2, /* ICR2 */ { IRQ15, IRQ14, IRQ13, IRQ12,
1125 IRQ11, IRQ10, IRQ9, IRQ8 } },
1128 static DECLARE_INTC_DESC(intc_desc, "sh7757", vectors, groups,
1129 mask_registers, prio_registers,
1130 sense_registers_irq8to15);
1132 /* Support for external interrupt pins in IRQ mode */
1133 static struct intc_vect vectors_irq0123[] __initdata = {
1134 INTC_VECT(IRQ0, 0x200), INTC_VECT(IRQ1, 0x240),
1135 INTC_VECT(IRQ2, 0x280), INTC_VECT(IRQ3, 0x2c0),
1138 static struct intc_vect vectors_irq4567[] __initdata = {
1139 INTC_VECT(IRQ4, 0x300), INTC_VECT(IRQ5, 0x340),
1140 INTC_VECT(IRQ6, 0x380), INTC_VECT(IRQ7, 0x3c0),
1143 static struct intc_sense_reg sense_registers[] __initdata = {
1144 { 0xffd0001c, 32, 2, /* ICR1 */ { IRQ0, IRQ1, IRQ2, IRQ3,
1145 IRQ4, IRQ5, IRQ6, IRQ7 } },
1148 static struct intc_mask_reg ack_registers[] __initdata = {
1149 { 0xffd00024, 0, 32, /* INTREQ */
1150 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
1153 static DECLARE_INTC_DESC_ACK(intc_desc_irq0123, "sh7757-irq0123",
1154 vectors_irq0123, NULL, mask_registers,
1155 prio_registers, sense_registers, ack_registers);
1157 static DECLARE_INTC_DESC_ACK(intc_desc_irq4567, "sh7757-irq4567",
1158 vectors_irq4567, NULL, mask_registers,
1159 prio_registers, sense_registers, ack_registers);
1161 /* External interrupt pins in IRL mode */
1162 static struct intc_vect vectors_irl0123[] __initdata = {
1163 INTC_VECT(IRL0_LLLL, 0x200), INTC_VECT(IRL0_LLLH, 0x220),
1164 INTC_VECT(IRL0_LLHL, 0x240), INTC_VECT(IRL0_LLHH, 0x260),
1165 INTC_VECT(IRL0_LHLL, 0x280), INTC_VECT(IRL0_LHLH, 0x2a0),
1166 INTC_VECT(IRL0_LHHL, 0x2c0), INTC_VECT(IRL0_LHHH, 0x2e0),
1167 INTC_VECT(IRL0_HLLL, 0x300), INTC_VECT(IRL0_HLLH, 0x320),
1168 INTC_VECT(IRL0_HLHL, 0x340), INTC_VECT(IRL0_HLHH, 0x360),
1169 INTC_VECT(IRL0_HHLL, 0x380), INTC_VECT(IRL0_HHLH, 0x3a0),
1170 INTC_VECT(IRL0_HHHL, 0x3c0),
1173 static struct intc_vect vectors_irl4567[] __initdata = {
1174 INTC_VECT(IRL4_LLLL, 0x200), INTC_VECT(IRL4_LLLH, 0x220),
1175 INTC_VECT(IRL4_LLHL, 0x240), INTC_VECT(IRL4_LLHH, 0x260),
1176 INTC_VECT(IRL4_LHLL, 0x280), INTC_VECT(IRL4_LHLH, 0x2a0),
1177 INTC_VECT(IRL4_LHHL, 0x2c0), INTC_VECT(IRL4_LHHH, 0x2e0),
1178 INTC_VECT(IRL4_HLLL, 0x300), INTC_VECT(IRL4_HLLH, 0x320),
1179 INTC_VECT(IRL4_HLHL, 0x340), INTC_VECT(IRL4_HLHH, 0x360),
1180 INTC_VECT(IRL4_HHLL, 0x380), INTC_VECT(IRL4_HHLH, 0x3a0),
1181 INTC_VECT(IRL4_HHHL, 0x3c0),
1184 static DECLARE_INTC_DESC(intc_desc_irl0123, "sh7757-irl0123", vectors_irl0123,
1185 NULL, mask_registers, NULL, NULL);
1187 static DECLARE_INTC_DESC(intc_desc_irl4567, "sh7757-irl4567", vectors_irl4567,
1188 NULL, mask_registers, NULL, NULL);
1190 #define INTC_ICR0 0xffd00000
1191 #define INTC_INTMSK0 0xffd00044
1192 #define INTC_INTMSK1 0xffd00048
1193 #define INTC_INTMSK2 0xffd40080
1194 #define INTC_INTMSKCLR1 0xffd00068
1195 #define INTC_INTMSKCLR2 0xffd40084
1197 void __init plat_irq_setup(void)
1199 /* disable IRQ3-0 + IRQ7-4 */
1200 __raw_writel(0xff000000, INTC_INTMSK0);
1202 /* disable IRL3-0 + IRL7-4 */
1203 __raw_writel(0xc0000000, INTC_INTMSK1);
1204 __raw_writel(0xfffefffe, INTC_INTMSK2);
1206 /* select IRL mode for IRL3-0 + IRL7-4 */
1207 __raw_writel(__raw_readl(INTC_ICR0) & ~0x00c00000, INTC_ICR0);
1209 /* disable holding function, ie enable "SH-4 Mode" */
1210 __raw_writel(__raw_readl(INTC_ICR0) | 0x00200000, INTC_ICR0);
1212 register_intc_controller(&intc_desc);
1215 void __init plat_irq_setup_pins(int mode)
1218 case IRQ_MODE_IRQ7654:
1219 /* select IRQ mode for IRL7-4 */
1220 __raw_writel(__raw_readl(INTC_ICR0) | 0x00400000, INTC_ICR0);
1221 register_intc_controller(&intc_desc_irq4567);
1223 case IRQ_MODE_IRQ3210:
1224 /* select IRQ mode for IRL3-0 */
1225 __raw_writel(__raw_readl(INTC_ICR0) | 0x00800000, INTC_ICR0);
1226 register_intc_controller(&intc_desc_irq0123);
1228 case IRQ_MODE_IRL7654:
1229 /* enable IRL7-4 but don't provide any masking */
1230 __raw_writel(0x40000000, INTC_INTMSKCLR1);
1231 __raw_writel(0x0000fffe, INTC_INTMSKCLR2);
1233 case IRQ_MODE_IRL3210:
1234 /* enable IRL0-3 but don't provide any masking */
1235 __raw_writel(0x80000000, INTC_INTMSKCLR1);
1236 __raw_writel(0xfffe0000, INTC_INTMSKCLR2);
1238 case IRQ_MODE_IRL7654_MASK:
1239 /* enable IRL7-4 and mask using cpu intc controller */
1240 __raw_writel(0x40000000, INTC_INTMSKCLR1);
1241 register_intc_controller(&intc_desc_irl4567);
1243 case IRQ_MODE_IRL3210_MASK:
1244 /* enable IRL0-3 and mask using cpu intc controller */
1245 __raw_writel(0x80000000, INTC_INTMSKCLR1);
1246 register_intc_controller(&intc_desc_irl0123);
1253 void __init plat_mem_setup(void)