6 #include <linux/device.h>
7 #include <linux/kernel.h>
12 #include <video/sa1100fb.h>
14 #include <mach/hardware.h>
16 #include <asm/setup.h>
24 #include <mach/irqs.h>
30 .name =
"BLOB boot loader",
47 .map_name =
"cfi_probe",
48 .parts = shannon_partitions,
52 static struct resource shannon_flash_resource =
57 .sclk_rate = 11981000,
61 .pixclock = 152500, .bpp = 8,
62 .xres = 640, .yres = 480,
64 .hsync_len = 4, .vsync_len = 3,
65 .left_margin = 2, .upper_margin = 0,
66 .right_margin = 1, .lower_margin = 0,
74 static void __init shannon_init(
void)
82 static void __init shannon_map_io(
void)
101 .atag_offset = 0x100,
102 .map_io = shannon_map_io,
106 .init_machine = shannon_init,