2005-04-16 15:20:36 -07:00
/*
* linux / arch / arm / mach - versatile / versatile_ab . c
*
* Copyright ( C ) 2004 ARM Limited
* Copyright ( C ) 2000 Deep Blue Solutions Ltd
*
* 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 .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU General Public License for more details .
*
* You should have received a copy of the GNU General Public License
* along with this program ; if not , write to the Free Software
* Foundation , Inc . , 59 Temple Place , Suite 330 , Boston , MA 02111 - 1307 USA
*/
# include <linux/init.h>
# include <linux/device.h>
# include <linux/sysdev.h>
2006-01-07 13:52:45 +00:00
# include <linux/amba/bus.h>
2008-09-06 12:10:45 +01:00
# include <linux/io.h>
2005-04-16 15:20:36 -07:00
2008-08-05 16:14:15 +01:00
# include <mach/hardware.h>
2005-04-16 15:20:36 -07:00
# include <asm/irq.h>
# include <asm/mach-types.h>
# include <asm/mach/arch.h>
# include "core.h"
MACHINE_START ( VERSATILE_AB , " ARM-Versatile AB " )
2005-07-03 17:38:58 +01:00
/* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */
. boot_params = 0x00000100 ,
. map_io = versatile_map_io ,
2011-01-11 12:55:38 +00:00
. init_early = versatile_init_early ,
2005-07-03 17:38:58 +01:00
. init_irq = versatile_init_irq ,
2005-04-16 15:20:36 -07:00
. timer = & versatile_timer ,
2005-07-03 17:38:58 +01:00
. init_machine = versatile_init ,
2005-04-16 15:20:36 -07:00
MACHINE_END