14 #include <linux/serial.h>
19 #include <cpu/serial.h>
63 { 0xa4080000, 0, 16, 4, { 0, 0,
USB } },
64 { 0xa4080002, 0, 16, 4, {
TPU0,
TPU1 } },
65 { 0xa4080004, 0, 16, 4, {
TPU2,
TPU3 } },
73 .mapbase = 0xa4410000,
88 .platform_data = &scif0_platform_data,
93 .mapbase = 0xa4400000,
107 .platform_data = &scif1_platform_data,
111 static struct resource rtc_resources[] = {
114 .end = 0xfffffec0 + 0x1e,
131 .resource = rtc_resources,
133 .platform_data = &rtc_info,
138 .channel_offset = 0x02,
140 .clockevent_rating = 200,
143 static struct resource tmu0_resources[] = {
159 .platform_data = &tmu0_platform_data,
161 .resource = tmu0_resources,
166 .channel_offset = 0xe,
168 .clocksource_rating = 200,
171 static struct resource tmu1_resources[] = {
187 .platform_data = &tmu1_platform_data,
189 .resource = tmu1_resources,
194 .channel_offset = 0x1a,
198 static struct resource tmu2_resources[] = {
214 .platform_data = &tmu2_platform_data,
216 .resource = tmu2_resources,
229 static int __init sh7705_devices_setup(
void)