17 #include <linux/input.h>
24 #include <asm/machvec.h>
25 #include <asm/clock.h>
31 static struct resource heartbeat_resource = {
41 .resource = &heartbeat_resource,
49 static struct resource smc91x_eth_resources[] = {
51 .name =
"smc91x-regs" ,
53 .end =
PA_LAN + 0x300 + 0x10 ,
67 .coherent_dma_mask = 0xffffffff,
68 .platform_data = &smc91x_info,
70 .num_resources =
ARRAY_SIZE(smc91x_eth_resources),
71 .resource = smc91x_eth_resources,
74 static struct resource cf_ide_resources[] = {
92 .name =
"pata_platform",
95 .resource = cf_ide_resources,
113 static struct resource sh_keysc_resources[] = {
128 .num_resources =
ARRAY_SIZE(sh_keysc_resources),
129 .resource = sh_keysc_resources,
131 .platform_data = &sh_keysc_info,
142 static int __init se7722_devices_setup(
void)
144 mrshpc_setup_windows();
147 cf_ide_resources[2].
start = cf_ide_resources[2].
end =
150 smc91x_eth_resources[1].
start = smc91x_eth_resources[1].
end =
157 static void __init se7722_setup(
char **cmdline_p)
191 .mv_name =
"Solution Engine 7722" ,
192 .mv_setup = se7722_setup ,