2 * SH7203 and SH7263 Setup
4 * Copyright (C) 2007 - 2009 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>
20 /* interrupt sources */
21 IRQ0
, IRQ1
, IRQ2
, IRQ3
, IRQ4
, IRQ5
, IRQ6
, IRQ7
,
22 PINT0
, PINT1
, PINT2
, PINT3
, PINT4
, PINT5
, PINT6
, PINT7
,
23 DMAC0
, DMAC1
, DMAC2
, DMAC3
, DMAC4
, DMAC5
, DMAC6
, DMAC7
,
24 USB
, LCDC
, CMT0
, CMT1
, BSC
, WDT
,
26 MTU0_ABCD
, MTU0_VEF
, MTU1_AB
, MTU1_VU
, MTU2_AB
, MTU2_VU
,
27 MTU3_ABCD
, MTU4_ABCD
, MTU2_TCI3V
, MTU2_TCI4V
,
31 IIC30
, IIC31
, IIC32
, IIC33
,
32 SCIF0
, SCIF1
, SCIF2
, SCIF3
,
36 SSI0_SSII
, SSI1_SSII
, SSI2_SSII
, SSI3_SSII
,
38 /* ROM-DEC, SDHI, SRC, and IEB are SH7263 specific */
39 ROMDEC
, FLCTL
, SDHI
, RTC
, RCAN0
, RCAN1
,
42 /* interrupt groups */
46 static struct intc_vect vectors
[] __initdata
= {
47 INTC_IRQ(IRQ0
, 64), INTC_IRQ(IRQ1
, 65),
48 INTC_IRQ(IRQ2
, 66), INTC_IRQ(IRQ3
, 67),
49 INTC_IRQ(IRQ4
, 68), INTC_IRQ(IRQ5
, 69),
50 INTC_IRQ(IRQ6
, 70), INTC_IRQ(IRQ7
, 71),
51 INTC_IRQ(PINT0
, 80), INTC_IRQ(PINT1
, 81),
52 INTC_IRQ(PINT2
, 82), INTC_IRQ(PINT3
, 83),
53 INTC_IRQ(PINT4
, 84), INTC_IRQ(PINT5
, 85),
54 INTC_IRQ(PINT6
, 86), INTC_IRQ(PINT7
, 87),
55 INTC_IRQ(DMAC0
, 108), INTC_IRQ(DMAC0
, 109),
56 INTC_IRQ(DMAC1
, 112), INTC_IRQ(DMAC1
, 113),
57 INTC_IRQ(DMAC2
, 116), INTC_IRQ(DMAC2
, 117),
58 INTC_IRQ(DMAC3
, 120), INTC_IRQ(DMAC3
, 121),
59 INTC_IRQ(DMAC4
, 124), INTC_IRQ(DMAC4
, 125),
60 INTC_IRQ(DMAC5
, 128), INTC_IRQ(DMAC5
, 129),
61 INTC_IRQ(DMAC6
, 132), INTC_IRQ(DMAC6
, 133),
62 INTC_IRQ(DMAC7
, 136), INTC_IRQ(DMAC7
, 137),
63 INTC_IRQ(USB
, 140), INTC_IRQ(LCDC
, 141),
64 INTC_IRQ(CMT0
, 142), INTC_IRQ(CMT1
, 143),
65 INTC_IRQ(BSC
, 144), INTC_IRQ(WDT
, 145),
66 INTC_IRQ(MTU0_ABCD
, 146), INTC_IRQ(MTU0_ABCD
, 147),
67 INTC_IRQ(MTU0_ABCD
, 148), INTC_IRQ(MTU0_ABCD
, 149),
68 INTC_IRQ(MTU0_VEF
, 150),
69 INTC_IRQ(MTU0_VEF
, 151), INTC_IRQ(MTU0_VEF
, 152),
70 INTC_IRQ(MTU1_AB
, 153), INTC_IRQ(MTU1_AB
, 154),
71 INTC_IRQ(MTU1_VU
, 155), INTC_IRQ(MTU1_VU
, 156),
72 INTC_IRQ(MTU2_AB
, 157), INTC_IRQ(MTU2_AB
, 158),
73 INTC_IRQ(MTU2_VU
, 159), INTC_IRQ(MTU2_VU
, 160),
74 INTC_IRQ(MTU3_ABCD
, 161), INTC_IRQ(MTU3_ABCD
, 162),
75 INTC_IRQ(MTU3_ABCD
, 163), INTC_IRQ(MTU3_ABCD
, 164),
76 INTC_IRQ(MTU2_TCI3V
, 165),
77 INTC_IRQ(MTU4_ABCD
, 166), INTC_IRQ(MTU4_ABCD
, 167),
78 INTC_IRQ(MTU4_ABCD
, 168), INTC_IRQ(MTU4_ABCD
, 169),
79 INTC_IRQ(MTU2_TCI4V
, 170),
80 INTC_IRQ(ADC_ADI
, 171),
81 INTC_IRQ(IIC30
, 172), INTC_IRQ(IIC30
, 173),
82 INTC_IRQ(IIC30
, 174), INTC_IRQ(IIC30
, 175),
84 INTC_IRQ(IIC31
, 177), INTC_IRQ(IIC31
, 178),
85 INTC_IRQ(IIC31
, 179), INTC_IRQ(IIC31
, 180),
87 INTC_IRQ(IIC32
, 182), INTC_IRQ(IIC32
, 183),
88 INTC_IRQ(IIC32
, 184), INTC_IRQ(IIC32
, 185),
90 INTC_IRQ(IIC33
, 187), INTC_IRQ(IIC33
, 188),
91 INTC_IRQ(IIC33
, 189), INTC_IRQ(IIC33
, 190),
93 INTC_IRQ(SCIF0
, 192), INTC_IRQ(SCIF0
, 193),
94 INTC_IRQ(SCIF0
, 194), INTC_IRQ(SCIF0
, 195),
95 INTC_IRQ(SCIF1
, 196), INTC_IRQ(SCIF1
, 197),
96 INTC_IRQ(SCIF1
, 198), INTC_IRQ(SCIF1
, 199),
97 INTC_IRQ(SCIF2
, 200), INTC_IRQ(SCIF2
, 201),
98 INTC_IRQ(SCIF2
, 202), INTC_IRQ(SCIF2
, 203),
99 INTC_IRQ(SCIF3
, 204), INTC_IRQ(SCIF3
, 205),
100 INTC_IRQ(SCIF3
, 206), INTC_IRQ(SCIF3
, 207),
101 INTC_IRQ(SSU0
, 208), INTC_IRQ(SSU0
, 209),
103 INTC_IRQ(SSU1
, 211), INTC_IRQ(SSU1
, 212),
105 INTC_IRQ(SSI0_SSII
, 214), INTC_IRQ(SSI1_SSII
, 215),
106 INTC_IRQ(SSI2_SSII
, 216), INTC_IRQ(SSI3_SSII
, 217),
107 INTC_IRQ(FLCTL
, 224), INTC_IRQ(FLCTL
, 225),
108 INTC_IRQ(FLCTL
, 226), INTC_IRQ(FLCTL
, 227),
109 INTC_IRQ(RTC
, 231), INTC_IRQ(RTC
, 232),
111 INTC_IRQ(RCAN0
, 234), INTC_IRQ(RCAN0
, 235),
112 INTC_IRQ(RCAN0
, 236), INTC_IRQ(RCAN0
, 237),
113 INTC_IRQ(RCAN0
, 238),
114 INTC_IRQ(RCAN1
, 239), INTC_IRQ(RCAN1
, 240),
115 INTC_IRQ(RCAN1
, 241), INTC_IRQ(RCAN1
, 242),
116 INTC_IRQ(RCAN1
, 243),
118 /* SH7263-specific trash */
119 #ifdef CONFIG_CPU_SUBTYPE_SH7263
120 INTC_IRQ(ROMDEC
, 218), INTC_IRQ(ROMDEC
, 219),
121 INTC_IRQ(ROMDEC
, 220), INTC_IRQ(ROMDEC
, 221),
122 INTC_IRQ(ROMDEC
, 222), INTC_IRQ(ROMDEC
, 223),
124 INTC_IRQ(SDHI
, 228), INTC_IRQ(SDHI
, 229),
127 INTC_IRQ(SRC
, 244), INTC_IRQ(SRC
, 245),
134 static struct intc_group groups
[] __initdata
= {
135 INTC_GROUP(PINT
, PINT0
, PINT1
, PINT2
, PINT3
,
136 PINT4
, PINT5
, PINT6
, PINT7
),
139 static struct intc_prio_reg prio_registers
[] __initdata
= {
140 { 0xfffe0818, 0, 16, 4, /* IPR01 */ { IRQ0
, IRQ1
, IRQ2
, IRQ3
} },
141 { 0xfffe081a, 0, 16, 4, /* IPR02 */ { IRQ4
, IRQ5
, IRQ6
, IRQ7
} },
142 { 0xfffe0820, 0, 16, 4, /* IPR05 */ { PINT
, 0, 0, 0 } },
143 { 0xfffe0c00, 0, 16, 4, /* IPR06 */ { DMAC0
, DMAC1
, DMAC2
, DMAC3
} },
144 { 0xfffe0c02, 0, 16, 4, /* IPR07 */ { DMAC4
, DMAC5
, DMAC6
, DMAC7
} },
145 { 0xfffe0c04, 0, 16, 4, /* IPR08 */ { USB
, LCDC
, CMT0
, CMT1
} },
146 { 0xfffe0c06, 0, 16, 4, /* IPR09 */ { BSC
, WDT
, MTU0_ABCD
, MTU0_VEF
} },
147 { 0xfffe0c08, 0, 16, 4, /* IPR10 */ { MTU1_AB
, MTU1_VU
, MTU2_AB
,
149 { 0xfffe0c0a, 0, 16, 4, /* IPR11 */ { MTU3_ABCD
, MTU2_TCI3V
, MTU4_ABCD
,
151 { 0xfffe0c0c, 0, 16, 4, /* IPR12 */ { ADC_ADI
, IIC30
, IIC31
, IIC32
} },
152 { 0xfffe0c0e, 0, 16, 4, /* IPR13 */ { IIC33
, SCIF0
, SCIF1
, SCIF2
} },
153 { 0xfffe0c10, 0, 16, 4, /* IPR14 */ { SCIF3
, SSU0
, SSU1
, SSI0_SSII
} },
154 #ifdef CONFIG_CPU_SUBTYPE_SH7203
155 { 0xfffe0c12, 0, 16, 4, /* IPR15 */ { SSI1_SSII
, SSI2_SSII
,
157 { 0xfffe0c14, 0, 16, 4, /* IPR16 */ { FLCTL
, 0, RTC
, RCAN0
} },
158 { 0xfffe0c16, 0, 16, 4, /* IPR17 */ { RCAN1
, 0, 0, 0 } },
160 { 0xfffe0c12, 0, 16, 4, /* IPR15 */ { SSI1_SSII
, SSI2_SSII
,
161 SSI3_SSII
, ROMDEC
} },
162 { 0xfffe0c14, 0, 16, 4, /* IPR16 */ { FLCTL
, SDHI
, RTC
, RCAN0
} },
163 { 0xfffe0c16, 0, 16, 4, /* IPR17 */ { RCAN1
, SRC
, IEBI
, 0 } },
167 static struct intc_mask_reg mask_registers
[] __initdata
= {
168 { 0xfffe0808, 0, 16, /* PINTER */
169 { 0, 0, 0, 0, 0, 0, 0, 0,
170 PINT7
, PINT6
, PINT5
, PINT4
, PINT3
, PINT2
, PINT1
, PINT0
} },
173 static DECLARE_INTC_DESC(intc_desc
, "sh7203", vectors
, groups
,
174 mask_registers
, prio_registers
, NULL
);
176 static struct plat_sci_port sci_platform_data
[] = {
178 .mapbase
= 0xfffe8000,
179 .flags
= UPF_BOOT_AUTOCONF
,
181 .irqs
= { 192, 192, 192, 192 },
183 .mapbase
= 0xfffe8800,
184 .flags
= UPF_BOOT_AUTOCONF
,
186 .irqs
= { 196, 196, 196, 196 },
188 .mapbase
= 0xfffe9000,
189 .flags
= UPF_BOOT_AUTOCONF
,
191 .irqs
= { 200, 200, 200, 200 },
193 .mapbase
= 0xfffe9800,
194 .flags
= UPF_BOOT_AUTOCONF
,
196 .irqs
= { 204, 204, 204, 204 },
202 static struct platform_device sci_device
= {
206 .platform_data
= sci_platform_data
,
210 static struct sh_timer_config cmt0_platform_data
= {
212 .channel_offset
= 0x02,
214 .clk
= "peripheral_clk",
215 .clockevent_rating
= 125,
216 .clocksource_rating
= 0, /* disabled due to code generation issues */
219 static struct resource cmt0_resources
[] = {
224 .flags
= IORESOURCE_MEM
,
228 .flags
= IORESOURCE_IRQ
,
232 static struct platform_device cmt0_device
= {
236 .platform_data
= &cmt0_platform_data
,
238 .resource
= cmt0_resources
,
239 .num_resources
= ARRAY_SIZE(cmt0_resources
),
242 static struct sh_timer_config cmt1_platform_data
= {
244 .channel_offset
= 0x08,
246 .clk
= "peripheral_clk",
247 .clockevent_rating
= 125,
248 .clocksource_rating
= 0, /* disabled due to code generation issues */
251 static struct resource cmt1_resources
[] = {
256 .flags
= IORESOURCE_MEM
,
260 .flags
= IORESOURCE_IRQ
,
264 static struct platform_device cmt1_device
= {
268 .platform_data
= &cmt1_platform_data
,
270 .resource
= cmt1_resources
,
271 .num_resources
= ARRAY_SIZE(cmt1_resources
),
274 static struct sh_timer_config mtu2_0_platform_data
= {
276 .channel_offset
= -0x80,
278 .clk
= "peripheral_clk",
279 .clockevent_rating
= 200,
282 static struct resource mtu2_0_resources
[] = {
287 .flags
= IORESOURCE_MEM
,
291 .flags
= IORESOURCE_IRQ
,
295 static struct platform_device mtu2_0_device
= {
299 .platform_data
= &mtu2_0_platform_data
,
301 .resource
= mtu2_0_resources
,
302 .num_resources
= ARRAY_SIZE(mtu2_0_resources
),
305 static struct sh_timer_config mtu2_1_platform_data
= {
307 .channel_offset
= -0x100,
309 .clk
= "peripheral_clk",
310 .clockevent_rating
= 200,
313 static struct resource mtu2_1_resources
[] = {
318 .flags
= IORESOURCE_MEM
,
322 .flags
= IORESOURCE_IRQ
,
326 static struct platform_device mtu2_1_device
= {
330 .platform_data
= &mtu2_1_platform_data
,
332 .resource
= mtu2_1_resources
,
333 .num_resources
= ARRAY_SIZE(mtu2_1_resources
),
336 static struct resource rtc_resources
[] = {
339 .end
= 0xffff2000 + 0x58 - 1,
340 .flags
= IORESOURCE_IO
,
343 /* Shared Period/Carry/Alarm IRQ */
345 .flags
= IORESOURCE_IRQ
,
349 static struct platform_device rtc_device
= {
352 .num_resources
= ARRAY_SIZE(rtc_resources
),
353 .resource
= rtc_resources
,
356 static struct platform_device
*sh7203_devices
[] __initdata
= {
365 static int __init
sh7203_devices_setup(void)
367 return platform_add_devices(sh7203_devices
,
368 ARRAY_SIZE(sh7203_devices
));
370 arch_initcall(sh7203_devices_setup
);
372 void __init
plat_irq_setup(void)
374 register_intc_controller(&intc_desc
);
377 static struct platform_device
*sh7203_early_devices
[] __initdata
= {
384 #define STBCR3 0xfffe0408
385 #define STBCR4 0xfffe040c
387 void __init
plat_early_device_setup(void)
389 /* enable CMT clock */
390 __raw_writeb(__raw_readb(STBCR4
) & ~0x04, STBCR4
);
392 /* enable MTU2 clock */
393 __raw_writeb(__raw_readb(STBCR3
) & ~0x20, STBCR3
);
395 early_platform_add_devices(sh7203_early_devices
,
396 ARRAY_SIZE(sh7203_early_devices
));