15 #include <asm/machvec.h>
18 static struct resource smc91x_resources[] = {
20 .name =
"smc91x-regs",
22 .end =
PA_SMSC + 0x300 + 0x020 - 1,
41 .coherent_dma_mask = 0xffffffff,
42 .platform_data = &smc91x_info,
45 .resource = smc91x_resources,
48 static unsigned char heartbeat_bit_pos[] = { 8, 9, 10, 11, 12, 13, 14, 15 };
55 static struct resource heartbeat_resource = {
65 .platform_data = &heartbeat_data,
68 .resource = &heartbeat_resource,
76 static int __init se7206_devices_setup(
void)
82 static int se7206_mode_pins(
void)
92 .mv_name =
"SolutionEngine",
94 .mv_mode_pins = se7206_mode_pins,