21 #include <linux/types.h>
25 #include <linux/module.h>
29 #include <asm/setup.h>
37 #include <mach/hardware.h>
38 #include <mach/board.h>
44 static void __init csb637_init_early(
void)
66 #define CSB_FLASH_BASE AT91_CHIPSELECT_0
67 #define CSB_FLASH_SIZE SZ_16M
80 .parts = csb_flash_partitions,
84 static struct resource csb_flash_resources[] = {
93 .name =
"physmap-flash",
96 .platform_data = &csb_flash_data,
98 .resource = csb_flash_resources,
99 .num_resources =
ARRAY_SIZE(csb_flash_resources),
102 static struct gpio_led csb_leds[] = {
107 .default_trigger =
"heartbeat",
111 static void __init csb637_board_init(
void)
138 .init_early = csb637_init_early,
140 .init_machine = csb637_board_init,