summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ns9xxx/mach-cme9210.c
blob: 29f71ce0acf126f365b6edabfbfeb137b3e73da5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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