12 #include <linux/serial.h>
17 #include <asm/addrspace.h>
25 .irqs = { 39, 40, 42, 0 },
32 .platform_data = &scif0_platform_data,
36 static struct resource rtc_resources[] = {
63 .resource = rtc_resources,
66 #define TMU_BLOCK_OFF 0x01020000
67 #define TMU_BASE PHYS_PERIPHERAL_BLOCK + TMU_BLOCK_OFF
68 #define TMU0_BASE (TMU_BASE + 0x8 + (0xc * 0x0))
69 #define TMU1_BASE (TMU_BASE + 0x8 + (0xc * 0x1))
70 #define TMU2_BASE (TMU_BASE + 0x8 + (0xc * 0x2))
73 .channel_offset = 0x04,
75 .clockevent_rating = 200,
78 static struct resource tmu0_resources[] = {
94 .platform_data = &tmu0_platform_data,
96 .resource = tmu0_resources,
101 .channel_offset = 0x10,
103 .clocksource_rating = 200,
106 static struct resource tmu1_resources[] = {
122 .platform_data = &tmu1_platform_data,
124 .resource = tmu1_resources,
129 .channel_offset = 0x1c,
133 static struct resource tmu2_resources[] = {
149 .platform_data = &tmu2_platform_data,
151 .resource = tmu2_resources,
166 static int __init sh5_devices_setup(
void)