diff options
Diffstat (limited to 'arch/arm/mach-ns9xxx/mach-cme9210.c')
-rw-r--r-- | arch/arm/mach-ns9xxx/mach-cme9210.c | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/mach-ns9xxx/mach-cme9210.c b/arch/arm/mach-ns9xxx/mach-cme9210.c new file mode 100644 index 000000000000..29f71ce0acf1 --- /dev/null +++ b/arch/arm/mach-ns9xxx/mach-cme9210.c @@ -0,0 +1,24 @@ +/* + * arch/arm/mach-ns9xxx/mach-cme9210.c + * + * Copyright (C) 2008 by Digi International Inc. + * All rights reserved. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 as published by + * the Free Software Foundation. + */ + +#include <asm/mach/arch.h> +#include <asm/mach-types.h> + +#include "irq.h" +#include "processor-ns921x.h" + +MACHINE_START(CME9210JS, "Digi Connect ME 9210") + .map_io = ns921x_map_io, + .init_irq = ns9xxx_init_irq, + .init_machine = ns921x_init_machine, + .timer = &ns921x_timer, + .boot_params = 0x100, +MACHINE_END |