at91sam9rl.c 669 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11
/*
 * arch/arm/mach-at91/at91sam9rl.c
 *
 *  Copyright (C) 2005 SAN People
 *  Copyright (C) 2007 Atmel Corporation
 *
 * This file is subject to the terms and conditions of the GNU General Public
 * License.  See the file COPYING in the main directory of this archive for
 * more details.
 */

12
#include <asm/system_misc.h>
13
#include <mach/cpu.h>
14
#include <mach/at91_dbgu.h>
15
#include <mach/hardware.h>
16

17
#include "soc.h"
18 19 20 21 22 23
#include "generic.h"

/* --------------------------------------------------------------------
 *  AT91SAM9RL processor initialization
 * -------------------------------------------------------------------- */

24
AT91_SOC_START(at91sam9rl)
25
AT91_SOC_END