9 #include <asm/machvec.h>
15 static struct resource heartbeat_resource = {
25 .resource = &heartbeat_resource,
37 .size = 31 * 1024 * 1024,
48 .parts = nor_flash_partitions,
52 static struct resource nor_flash_resources[] = {
61 .name =
"physmap-flash",
63 .platform_data = &nor_flash_data,
65 .num_resources =
ARRAY_SIZE(nor_flash_resources),
66 .resource = nor_flash_resources,
69 #define ST16C2550C_FLAGS (UPF_BOOT_AUTOCONF | UPF_IOREMAP)
74 .mapbase = 0x16000000,
81 .mapbase = 0x17000000,
93 .platform_data = serial_platform_data,
102 static struct resource usb_resources[] = {
123 .int_edge_triggered = 0,
124 .remote_wakeup_enable = 0,
129 .name =
"isp116x-hcd",
132 .resource = usb_resources,
134 .platform_data = &usb_platform_data,
146 static int __init sh7343se_devices_setup(
void)
153 usb_resources[2].
start = usb_resources[2].
end =
164 static void __init sh7343se_setup(
char **cmdline_p)
178 .mv_name =
"SolutionEngine 7343",
179 .mv_setup = sh7343se_setup,