summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ns9xxx/mach-cc7ucamry.c
blob: 741cc8974d7bc747a94d8945dc3768edd68ea3bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * arch/arm/mach-ns9xxx/mach-cc7ucamry.c
 *
 * Copyright (C) 2007 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(CC7UCAMRY, "ConnectCore 7U Camry")
	.map_io = ns921x_map_io,
	.init_irq = ns9xxx_init_irq,
	.init_machine = ns921x_init_machine,
	.timer = &ns921x_timer,
	.boot_params = 0x100,
MACHINE_END