]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/sh/kernel/cpu/sh2a/setup-sh7201.c
serial: sh-sci: Kill off more unused defines.
[karo-tx-linux.git] / arch / sh / kernel / cpu / sh2a / setup-sh7201.c
1 /*
2  *  SH7201 setup
3  *
4  *  Copyright (C) 2008  Peter Griffin pgriffin@mpc-data.co.uk
5  *  Copyright (C) 2009  Paul Mundt
6  *
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
9  * for more details.
10  */
11 #include <linux/platform_device.h>
12 #include <linux/init.h>
13 #include <linux/serial.h>
14 #include <linux/serial_sci.h>
15 #include <linux/sh_timer.h>
16 #include <linux/io.h>
17
18 enum {
19         UNUSED = 0,
20
21         /* interrupt sources */
22         IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7,
23         PINT0, PINT1, PINT2, PINT3, PINT4, PINT5, PINT6, PINT7,
24
25         ADC_ADI,
26
27         MTU20_ABCD, MTU20_VEF, MTU21_AB, MTU21_VU, MTU22_AB, MTU22_VU,
28         MTU23_ABCD, MTU24_ABCD, MTU25_UVW, MTU2_TCI3V, MTU2_TCI4V,
29
30         RTC, WDT,
31
32         IIC30, IIC31, IIC32,
33
34         DMAC0_DMINT0, DMAC1_DMINT1,
35         DMAC2_DMINT2, DMAC3_DMINT3,
36
37         SCIF0, SCIF1, SCIF2, SCIF3, SCIF4, SCIF5, SCIF6, SCIF7,
38
39         DMAC0_DMINTA, DMAC4_DMINT4, DMAC5_DMINT5, DMAC6_DMINT6,
40         DMAC7_DMINT7,
41
42         RCAN0, RCAN1,
43
44         SSI0_SSII, SSI1_SSII,
45
46         TMR0, TMR1,
47
48         /* interrupt groups */
49         PINT,
50 };
51
52 static struct intc_vect vectors[] __initdata = {
53         INTC_IRQ(IRQ0, 64), INTC_IRQ(IRQ1, 65),
54         INTC_IRQ(IRQ2, 66), INTC_IRQ(IRQ3, 67),
55         INTC_IRQ(IRQ4, 68), INTC_IRQ(IRQ5, 69),
56         INTC_IRQ(IRQ6, 70), INTC_IRQ(IRQ7, 71),
57
58         INTC_IRQ(PINT0, 80), INTC_IRQ(PINT1, 81),
59         INTC_IRQ(PINT2, 82), INTC_IRQ(PINT3, 83),
60         INTC_IRQ(PINT4, 84), INTC_IRQ(PINT5, 85),
61         INTC_IRQ(PINT6, 86), INTC_IRQ(PINT7, 87),
62
63         INTC_IRQ(ADC_ADI, 92),
64
65         INTC_IRQ(MTU20_ABCD, 108), INTC_IRQ(MTU20_ABCD, 109),
66         INTC_IRQ(MTU20_ABCD, 110), INTC_IRQ(MTU20_ABCD, 111),
67
68         INTC_IRQ(MTU20_VEF, 112), INTC_IRQ(MTU20_VEF, 113),
69         INTC_IRQ(MTU20_VEF, 114),
70
71         INTC_IRQ(MTU21_AB, 116), INTC_IRQ(MTU21_AB, 117),
72         INTC_IRQ(MTU21_VU, 120), INTC_IRQ(MTU21_VU, 121),
73
74         INTC_IRQ(MTU22_AB, 124), INTC_IRQ(MTU22_AB, 125),
75         INTC_IRQ(MTU22_VU, 128), INTC_IRQ(MTU22_VU, 129),
76
77         INTC_IRQ(MTU23_ABCD, 132), INTC_IRQ(MTU23_ABCD, 133),
78         INTC_IRQ(MTU23_ABCD, 134), INTC_IRQ(MTU23_ABCD, 135),
79
80         INTC_IRQ(MTU2_TCI3V, 136),
81
82         INTC_IRQ(MTU24_ABCD, 140), INTC_IRQ(MTU24_ABCD, 141),
83         INTC_IRQ(MTU24_ABCD, 142), INTC_IRQ(MTU24_ABCD, 143),
84
85         INTC_IRQ(MTU2_TCI4V, 144),
86
87         INTC_IRQ(MTU25_UVW, 148), INTC_IRQ(MTU25_UVW, 149),
88         INTC_IRQ(MTU25_UVW, 150),
89
90         INTC_IRQ(RTC, 152), INTC_IRQ(RTC, 153),
91         INTC_IRQ(RTC, 154),
92
93         INTC_IRQ(WDT, 156),
94
95         INTC_IRQ(IIC30, 157), INTC_IRQ(IIC30, 158),
96         INTC_IRQ(IIC30, 159), INTC_IRQ(IIC30, 160),
97         INTC_IRQ(IIC30, 161),
98
99         INTC_IRQ(IIC31, 164), INTC_IRQ(IIC31, 165),
100         INTC_IRQ(IIC31, 166), INTC_IRQ(IIC31, 167),
101         INTC_IRQ(IIC31, 168),
102
103         INTC_IRQ(IIC32, 170), INTC_IRQ(IIC32, 171),
104         INTC_IRQ(IIC32, 172), INTC_IRQ(IIC32, 173),
105         INTC_IRQ(IIC32, 174),
106
107         INTC_IRQ(DMAC0_DMINT0, 176), INTC_IRQ(DMAC1_DMINT1, 177),
108         INTC_IRQ(DMAC2_DMINT2, 178), INTC_IRQ(DMAC3_DMINT3, 179),
109
110         INTC_IRQ(SCIF0, 180), INTC_IRQ(SCIF0, 181),
111         INTC_IRQ(SCIF0, 182), INTC_IRQ(SCIF0, 183),
112         INTC_IRQ(SCIF1, 184), INTC_IRQ(SCIF1, 185),
113         INTC_IRQ(SCIF1, 186), INTC_IRQ(SCIF1, 187),
114         INTC_IRQ(SCIF2, 188), INTC_IRQ(SCIF2, 189),
115         INTC_IRQ(SCIF2, 190), INTC_IRQ(SCIF2, 191),
116         INTC_IRQ(SCIF3, 192), INTC_IRQ(SCIF3, 193),
117         INTC_IRQ(SCIF3, 194), INTC_IRQ(SCIF3, 195),
118         INTC_IRQ(SCIF4, 196), INTC_IRQ(SCIF4, 197),
119         INTC_IRQ(SCIF4, 198), INTC_IRQ(SCIF4, 199),
120         INTC_IRQ(SCIF5, 200), INTC_IRQ(SCIF5, 201),
121         INTC_IRQ(SCIF5, 202), INTC_IRQ(SCIF5, 203),
122         INTC_IRQ(SCIF6, 204), INTC_IRQ(SCIF6, 205),
123         INTC_IRQ(SCIF6, 206), INTC_IRQ(SCIF6, 207),
124         INTC_IRQ(SCIF7, 208), INTC_IRQ(SCIF7, 209),
125         INTC_IRQ(SCIF7, 210), INTC_IRQ(SCIF7, 211),
126
127         INTC_IRQ(DMAC0_DMINTA, 212), INTC_IRQ(DMAC4_DMINT4, 216),
128         INTC_IRQ(DMAC5_DMINT5, 217), INTC_IRQ(DMAC6_DMINT6, 218),
129         INTC_IRQ(DMAC7_DMINT7, 219),
130
131         INTC_IRQ(RCAN0, 228), INTC_IRQ(RCAN0, 229),
132         INTC_IRQ(RCAN0, 230),
133         INTC_IRQ(RCAN0, 231), INTC_IRQ(RCAN0, 232),
134
135         INTC_IRQ(RCAN1, 234), INTC_IRQ(RCAN1, 235),
136         INTC_IRQ(RCAN1, 236),
137         INTC_IRQ(RCAN1, 237), INTC_IRQ(RCAN1, 238),
138
139         INTC_IRQ(SSI0_SSII, 244), INTC_IRQ(SSI1_SSII, 245),
140
141         INTC_IRQ(TMR0, 246), INTC_IRQ(TMR0, 247),
142         INTC_IRQ(TMR0, 248),
143
144         INTC_IRQ(TMR1, 252), INTC_IRQ(TMR1, 253),
145         INTC_IRQ(TMR1, 254),
146 };
147
148 static struct intc_group groups[] __initdata = {
149         INTC_GROUP(PINT, PINT0, PINT1, PINT2, PINT3,
150                    PINT4, PINT5, PINT6, PINT7),
151 };
152
153 static struct intc_prio_reg prio_registers[] __initdata = {
154         { 0xfffe9418, 0, 16, 4, /* IPR01 */ { IRQ0, IRQ1, IRQ2, IRQ3 } },
155         { 0xfffe941a, 0, 16, 4, /* IPR02 */ { IRQ4, IRQ5, IRQ6, IRQ7 } },
156         { 0xfffe9420, 0, 16, 4, /* IPR05 */ { PINT, 0, ADC_ADI, 0 } },
157         { 0xfffe9800, 0, 16, 4, /* IPR06 */ { 0, MTU20_ABCD, MTU20_VEF, MTU21_AB } },
158         { 0xfffe9802, 0, 16, 4, /* IPR07 */ { MTU21_VU, MTU22_AB, MTU22_VU,  MTU23_ABCD } },
159         { 0xfffe9804, 0, 16, 4, /* IPR08 */ { MTU2_TCI3V, MTU24_ABCD, MTU2_TCI4V, MTU25_UVW } },
160
161         { 0xfffe9806, 0, 16, 4, /* IPR09 */ { RTC, WDT, IIC30, 0 } },
162         { 0xfffe9808, 0, 16, 4, /* IPR10 */ { IIC31, IIC32, DMAC0_DMINT0, DMAC1_DMINT1 } },
163         { 0xfffe980a, 0, 16, 4, /* IPR11 */ { DMAC2_DMINT2, DMAC3_DMINT3, SCIF0, SCIF1 } },
164         { 0xfffe980c, 0, 16, 4, /* IPR12 */ { SCIF2, SCIF3, SCIF4, SCIF5 } },
165         { 0xfffe980e, 0, 16, 4, /* IPR13 */ { SCIF6, SCIF7, DMAC0_DMINTA, DMAC4_DMINT4  } },
166         { 0xfffe9810, 0, 16, 4, /* IPR14 */ { DMAC5_DMINT5, DMAC6_DMINT6, DMAC7_DMINT7, 0 } },
167         { 0xfffe9812, 0, 16, 4, /* IPR15 */ { 0, RCAN0, RCAN1, 0 } },
168         { 0xfffe9814, 0, 16, 4, /* IPR16 */ { SSI0_SSII, SSI1_SSII, TMR0, TMR1 } },
169 };
170
171 static struct intc_mask_reg mask_registers[] __initdata = {
172         { 0xfffe9408, 0, 16, /* PINTER */
173           { 0, 0, 0, 0, 0, 0, 0, 0,
174             PINT7, PINT6, PINT5, PINT4, PINT3, PINT2, PINT1, PINT0 } },
175 };
176
177 static DECLARE_INTC_DESC(intc_desc, "sh7201", vectors, groups,
178                          mask_registers, prio_registers, NULL);
179
180 static struct plat_sci_port sci_platform_data[] = {
181         {
182                 .mapbase        = 0xfffe8000,
183                 .flags          = UPF_BOOT_AUTOCONF,
184                 .scscr          = SCSCR_RE | SCSCR_TE | SCSCR_REIE,
185                 .scbrr_algo_id  = SCBRR_ALGO_2,
186                 .type           = PORT_SCIF,
187                 .irqs           = { 180, 180, 180, 180 }
188         }, {
189                 .mapbase        = 0xfffe8800,
190                 .flags          = UPF_BOOT_AUTOCONF,
191                 .scscr          = SCSCR_RE | SCSCR_TE | SCSCR_REIE,
192                 .scbrr_algo_id  = SCBRR_ALGO_2,
193                 .type           = PORT_SCIF,
194                 .irqs           = { 184, 184, 184, 184 }
195         }, {
196                 .mapbase        = 0xfffe9000,
197                 .flags          = UPF_BOOT_AUTOCONF,
198                 .scscr          = SCSCR_RE | SCSCR_TE | SCSCR_REIE,
199                 .scbrr_algo_id  = SCBRR_ALGO_2,
200                 .type           = PORT_SCIF,
201                 .irqs           = { 188, 188, 188, 188 }
202         }, {
203                 .mapbase        = 0xfffe9800,
204                 .flags          = UPF_BOOT_AUTOCONF,
205                 .scscr          = SCSCR_RE | SCSCR_TE | SCSCR_REIE,
206                 .scbrr_algo_id  = SCBRR_ALGO_2,
207                 .type           = PORT_SCIF,
208                 .irqs           = { 192, 192, 192, 192 }
209         }, {
210                 .mapbase        = 0xfffea000,
211                 .flags          = UPF_BOOT_AUTOCONF,
212                 .scscr          = SCSCR_RE | SCSCR_TE | SCSCR_REIE,
213                 .scbrr_algo_id  = SCBRR_ALGO_2,
214                 .type           = PORT_SCIF,
215                 .irqs           = { 196, 196, 196, 196 }
216         }, {
217                 .mapbase        = 0xfffea800,
218                 .flags          = UPF_BOOT_AUTOCONF,
219                 .scscr          = SCSCR_RE | SCSCR_TE | SCSCR_REIE,
220                 .scbrr_algo_id  = SCBRR_ALGO_2,
221                 .type           = PORT_SCIF,
222                 .irqs           = { 200, 200, 200, 200 }
223         }, {
224                 .mapbase        = 0xfffeb000,
225                 .flags          = UPF_BOOT_AUTOCONF,
226                 .scscr          = SCSCR_RE | SCSCR_TE | SCSCR_REIE,
227                 .scbrr_algo_id  = SCBRR_ALGO_2,
228                 .type           = PORT_SCIF,
229                 .irqs           = { 204, 204, 204, 204 }
230         }, {
231                 .mapbase        = 0xfffeb800,
232                 .flags          = UPF_BOOT_AUTOCONF,
233                 .scscr          = SCSCR_RE | SCSCR_TE | SCSCR_REIE,
234                 .scbrr_algo_id  = SCBRR_ALGO_2,
235                 .type           = PORT_SCIF,
236                 .irqs           = { 208, 208, 208, 208 }
237         }, {
238                 .flags = 0,
239         }
240 };
241
242 static struct platform_device sci_device = {
243         .name           = "sh-sci",
244         .id             = -1,
245         .dev            = {
246                 .platform_data  = sci_platform_data,
247         },
248 };
249
250 static struct resource rtc_resources[] = {
251         [0] = {
252                 .start  = 0xffff0800,
253                 .end    = 0xffff2000 + 0x58 - 1,
254                 .flags  = IORESOURCE_IO,
255         },
256         [1] = {
257                 /* Shared Period/Carry/Alarm IRQ */
258                 .start  = 152,
259                 .flags  = IORESOURCE_IRQ,
260         },
261 };
262
263 static struct platform_device rtc_device = {
264         .name           = "sh-rtc",
265         .id             = -1,
266         .num_resources  = ARRAY_SIZE(rtc_resources),
267         .resource       = rtc_resources,
268 };
269
270 static struct sh_timer_config mtu2_0_platform_data = {
271         .name = "MTU2_0",
272         .channel_offset = -0x80,
273         .timer_bit = 0,
274         .clk = "peripheral_clk",
275         .clockevent_rating = 200,
276 };
277
278 static struct resource mtu2_0_resources[] = {
279         [0] = {
280                 .name   = "MTU2_0",
281                 .start  = 0xfffe4300,
282                 .end    = 0xfffe4326,
283                 .flags  = IORESOURCE_MEM,
284         },
285         [1] = {
286                 .start  = 108,
287                 .flags  = IORESOURCE_IRQ,
288         },
289 };
290
291 static struct platform_device mtu2_0_device = {
292         .name           = "sh_mtu2",
293         .id             = 0,
294         .dev = {
295                 .platform_data  = &mtu2_0_platform_data,
296         },
297         .resource       = mtu2_0_resources,
298         .num_resources  = ARRAY_SIZE(mtu2_0_resources),
299 };
300
301 static struct sh_timer_config mtu2_1_platform_data = {
302         .name = "MTU2_1",
303         .channel_offset = -0x100,
304         .timer_bit = 1,
305         .clk = "peripheral_clk",
306         .clockevent_rating = 200,
307 };
308
309 static struct resource mtu2_1_resources[] = {
310         [0] = {
311                 .name   = "MTU2_1",
312                 .start  = 0xfffe4380,
313                 .end    = 0xfffe4390,
314                 .flags  = IORESOURCE_MEM,
315         },
316         [1] = {
317                 .start  = 116,
318                 .flags  = IORESOURCE_IRQ,
319         },
320 };
321
322 static struct platform_device mtu2_1_device = {
323         .name           = "sh_mtu2",
324         .id             = 1,
325         .dev = {
326                 .platform_data  = &mtu2_1_platform_data,
327         },
328         .resource       = mtu2_1_resources,
329         .num_resources  = ARRAY_SIZE(mtu2_1_resources),
330 };
331
332 static struct sh_timer_config mtu2_2_platform_data = {
333         .name = "MTU2_2",
334         .channel_offset = 0x80,
335         .timer_bit = 2,
336         .clk = "peripheral_clk",
337         .clockevent_rating = 200,
338 };
339
340 static struct resource mtu2_2_resources[] = {
341         [0] = {
342                 .name   = "MTU2_2",
343                 .start  = 0xfffe4000,
344                 .end    = 0xfffe400a,
345                 .flags  = IORESOURCE_MEM,
346         },
347         [1] = {
348                 .start  = 124,
349                 .flags  = IORESOURCE_IRQ,
350         },
351 };
352
353 static struct platform_device mtu2_2_device = {
354         .name           = "sh_mtu2",
355         .id             = 2,
356         .dev = {
357                 .platform_data  = &mtu2_2_platform_data,
358         },
359         .resource       = mtu2_2_resources,
360         .num_resources  = ARRAY_SIZE(mtu2_2_resources),
361 };
362
363 static struct platform_device *sh7201_devices[] __initdata = {
364         &sci_device,
365         &rtc_device,
366         &mtu2_0_device,
367         &mtu2_1_device,
368         &mtu2_2_device,
369 };
370
371 static int __init sh7201_devices_setup(void)
372 {
373         return platform_add_devices(sh7201_devices,
374                                     ARRAY_SIZE(sh7201_devices));
375 }
376 __initcall(sh7201_devices_setup);
377
378 void __init plat_irq_setup(void)
379 {
380         register_intc_controller(&intc_desc);
381 }
382
383 static struct platform_device *sh7201_early_devices[] __initdata = {
384         &mtu2_0_device,
385         &mtu2_1_device,
386         &mtu2_2_device,
387 };
388
389 #define STBCR3 0xfffe0408
390
391 void __init plat_early_device_setup(void)
392 {
393         /* enable MTU2 clock */
394         __raw_writeb(__raw_readb(STBCR3) & ~0x20, STBCR3);
395
396         early_platform_add_devices(sh7201_early_devices,
397                                    ARRAY_SIZE(sh7201_early_devices));
398 }