23 #include <mach/common.h>
24 #include <mach/hardware.h>
32 static struct resource flash_resource = {
43 .name =
"physmap-flash",
46 .platform_data = &scb_flash_data,
48 .resource = &flash_resource,
69 static struct resource dm9000x_resources[] = {
71 .name =
"address area",
89 .num_resources =
ARRAY_SIZE(dm9000x_resources),
90 .resource = dm9000x_resources,
92 .platform_data = &dm9000_platdata,
96 static const int mxc_uart1_pins[] = {
115 static void __init scb9328_init(
void)
130 static void __init scb9328_timer_init(
void)
135 static struct sys_timer scb9328_timer = {
136 .init = scb9328_timer_init,
146 .timer = &scb9328_timer,
147 .init_machine = scb9328_init,