2 * linux/arch/arm/mach-w90x900/mach-nuc910evb.c
4 * Based on mach-s3c2410/mach-smdk2410.c by Jonas Dietsche
6 * Copyright (C) 2008 Nuvoton technology corporation.
8 * Wan ZongShun <mcuos.com@gmail.com>
10 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License as
12 * published by the Free Software Foundation;version 2 of the License.
16 #include <linux/platform_device.h>
17 #include <asm/mach/arch.h>
18 #include <asm/mach/map.h>
19 #include <asm/mach-types.h>
24 static void __init
nuc932evb_map_io(void)
28 nuc932_init_uartclk();
31 static void __init
nuc932evb_init(void)
36 MACHINE_START(NUC932EVB
, "NUC932EVB")
37 /* Maintainer: Wan ZongShun */
39 .map_io
= nuc932evb_map_io
,
40 .init_irq
= nuc93x_init_irq
,
41 .init_machine
= nuc932evb_init
,
42 .timer
= &nuc93x_timer
,