27 #include <linux/kernel.h>
28 #include <linux/types.h>
30 #include <linux/list.h>
33 #include <linux/device.h>
35 #include <linux/serial_core.h>
43 #include <mach/hardware.h>
59 static struct resource tct_hammer_nor_resource =
77 .parts = tct_hammer_mtd_partitions,
78 .nr_parts =
ARRAY_SIZE(tct_hammer_mtd_partitions),
82 .name =
"physmap-flash",
85 .platform_data = &tct_hammer_flash_data,
88 .resource = &tct_hammer_nor_resource,
94 #define UCON S3C2410_UCON_DEFAULT
95 #define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB
96 #define UFCON S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE
131 &tct_hammer_device_nor,
134 static void __init tct_hammer_map_io(
void)
141 static void __init tct_hammer_init(
void)
148 .atag_offset = 0x100,
149 .map_io = tct_hammer_map_io,
151 .init_machine = tct_hammer_init,