13 #include <linux/serial.h>
20 .mapbase = 0xffe80000,
35 .platform_data = &scif0_platform_data,
40 .channel_offset = 0x04,
42 .clockevent_rating = 200,
45 static struct resource tmu0_resources[] = {
61 .platform_data = &tmu0_platform_data,
63 .resource = tmu0_resources,
68 .channel_offset = 0x10,
70 .clocksource_rating = 200,
73 static struct resource tmu1_resources[] = {
89 .platform_data = &tmu1_platform_data,
91 .resource = tmu1_resources,
96 .channel_offset = 0x1c,
100 static struct resource tmu2_resources[] = {
116 .platform_data = &tmu2_platform_data,
118 .resource = tmu2_resources,
129 static int __init sh4202_devices_setup(
void)
170 { 0xffd00008, 0, 16, 4, {
WDT, 0, 0, 0 } },
171 { 0xffd0000c, 0, 16, 4, { 0, 0,
SCIF,
HUDI } },
178 static struct intc_vect vectors_irlm[] __initdata = {
191 #define INTC_ICR 0xffd00000UL
192 #define INTC_ICR_IRLM (1<<7)