41 static struct resource capc7117_ide_resources[] = {
60 .name =
"pata_platform",
61 .num_resources =
ARRAY_SIZE(capc7117_ide_resources),
62 .resource = capc7117_ide_resources,
64 .platform_data = &pata_platform_data,
65 .coherent_dma_mask = ~0
69 static void __init capc7117_ide_init(
void)
75 #define TI16C752_FLAGS (UPF_BOOT_AUTOCONF | \
79 #define TI16C752_UARTCLK (22118400)
82 .mapbase = 0x14000000,
91 .mapbase = 0x14000040,
100 .mapbase = 0x14000080,
109 .mapbase = 0x140000c0,
123 .name =
"serial8250",
126 .platform_data = ti16c752_platform_data
130 static void __init capc7117_uarts_init(
void)
135 static void __init capc7117_init(
void)
145 capc7117_uarts_init();
150 "Embedian CAPC-7117 evaluation kit based on the MXM-8x10 CoM")
151 .atag_offset = 0x100,
157 .init_machine = capc7117_init,