14 #include <linux/serial.h>
42 #ifdef CONFIG_CPU_SUBTYPE_SH7710
61 { 0xfffffee4, 0, 16, 4, {
WDT,
REF, 0, 0 } },
63 { 0xa4000018, 0, 16, 4, { 0, 0,
IRQ5,
IRQ4 } },
67 { 0xa4080004, 0, 16, 4, { 0, 0, 0,
SIOF0 } },
68 { 0xa4080006, 0, 16, 4, { 0, 0,
SIOF1 } },
74 static struct resource rtc_resources[] = {
77 .end = 0xa413fec0 + 0x1e,
94 .resource = rtc_resources,
96 .platform_data = &rtc_info,
101 .mapbase = 0xa4400000,
114 .platform_data = &scif0_platform_data,
119 .mapbase = 0xa4410000,
132 .platform_data = &scif1_platform_data,
137 .channel_offset = 0x02,
139 .clockevent_rating = 200,
142 static struct resource tmu0_resources[] = {
158 .platform_data = &tmu0_platform_data,
160 .resource = tmu0_resources,
165 .channel_offset = 0xe,
167 .clocksource_rating = 200,
170 static struct resource tmu1_resources[] = {
186 .platform_data = &tmu1_platform_data,
188 .resource = tmu1_resources,
193 .channel_offset = 0x1a,
197 static struct resource tmu2_resources[] = {
213 .platform_data = &tmu2_platform_data,
215 .resource = tmu2_resources,
228 static int __init sh7710_devices_setup(
void)