2007-05-12 02:49:56 +07:00
|
|
|
/*
|
|
|
|
* 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.
|
|
|
|
*/
|
|
|
|
|
2012-03-29 00:30:01 +07:00
|
|
|
#include <asm/system_misc.h>
|
2008-08-05 22:14:15 +07:00
|
|
|
#include <mach/cpu.h>
|
2011-04-23 21:12:57 +07:00
|
|
|
#include <mach/at91_dbgu.h>
|
2013-11-14 16:49:19 +07:00
|
|
|
#include <mach/hardware.h>
|
2007-05-12 02:49:56 +07:00
|
|
|
|
2011-04-23 14:28:34 +07:00
|
|
|
#include "soc.h"
|
2007-05-12 02:49:56 +07:00
|
|
|
#include "generic.h"
|
|
|
|
|
|
|
|
/* --------------------------------------------------------------------
|
|
|
|
* AT91SAM9RL processor initialization
|
|
|
|
* -------------------------------------------------------------------- */
|
|
|
|
|
2013-03-22 20:24:09 +07:00
|
|
|
AT91_SOC_START(at91sam9rl)
|
2012-08-16 16:36:55 +07:00
|
|
|
AT91_SOC_END
|