22 #include <linux/types.h>
26 #include <linux/module.h>
31 #include <mach/hardware.h>
32 #include <asm/setup.h>
40 #include <mach/board.h>
47 static void __init ecb_at91init_early(
void)
76 #if defined(CONFIG_MTD_DATAFLASH)
80 .name =
"Darrell-loader",
100 .name =
"Filesystem",
107 .name =
"Removable flash card",
108 .parts = my_flash0_partitions,
116 .modalias =
"mtd_dataflash",
118 .max_speed_hz = 10 * 1000 * 1000,
120 #if defined(CONFIG_MTD_DATAFLASH)
121 .platform_data = &my_flash0_platform,
125 .modalias =
"spi-cs1",
127 .max_speed_hz = 250 * 1000,
130 .modalias =
"spi-cs2",
132 .max_speed_hz = 1 * 1000 * 1000,
135 .modalias =
"spi-cs3",
137 .max_speed_hz = 10 * 1000 * 1000,
144 static struct gpio_led ecb_leds[] = {
149 .default_trigger =
"heartbeat",
153 static void __init ecb_at91board_init(
void)
187 .init_early = ecb_at91init_early,
189 .init_machine = ecb_at91board_init,