14 #include <asm/machvec.h>
20 static struct resource heartbeat_resource = {
30 .resource = &heartbeat_resource,
34 static struct resource smc91x_eth_resources[] = {
36 .name =
"smc91x-regs" ,
38 .end =
PA_LAN + 0x300 + 0x10 ,
53 .coherent_dma_mask = 0xffffffff,
55 .num_resources =
ARRAY_SIZE(smc91x_eth_resources),
56 .resource = smc91x_eth_resources,
64 static int __init se7780_devices_setup(
void)
71 #define GPIO_PHCR 0xFFEA000E
72 #define GPIO_PMSELR 0xFFEA0080
73 #define GPIO_PECR 0xFFEA0008
75 static void __init se7780_setup(
char **cmdline_p)
111 .mv_name =
"Solution Engine 7780" ,
112 .mv_setup = se7780_setup ,