2007-02-08 09:42:40 +01:00
|
|
|
/*
|
|
|
|
* arch/arm/mach-at91/at91sam9263.c
|
|
|
|
*
|
|
|
|
* Copyright (C) 2007 Atmel Corporation.
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2012-03-28 19:30:01 +02:00
|
|
|
#include <asm/system_misc.h>
|
2013-11-14 10:49:19 +01:00
|
|
|
#include <mach/hardware.h>
|
2007-02-08 09:42:40 +01:00
|
|
|
|
2011-04-23 09:28:34 +02:00
|
|
|
#include "soc.h"
|
2007-02-08 09:42:40 +01:00
|
|
|
#include "generic.h"
|
|
|
|
|
|
|
|
/* --------------------------------------------------------------------
|
|
|
|
* AT91SAM9263 processor initialization
|
|
|
|
* -------------------------------------------------------------------- */
|
|
|
|
|
2013-03-22 14:24:09 +01:00
|
|
|
AT91_SOC_START(at91sam9263)
|
2012-08-16 11:36:55 +02:00
|
|
|
AT91_SOC_END
|