Path: blob/master/arch/arm/mach-h720x/h7201-eval.c
10819 views
/*1* linux/arch/arm/mach-h720x/h7201-eval.c2*3* Copyright (C) 2003 Thomas Gleixner <[email protected]>4* 2003 Robert Schwebel <[email protected]>5* 2004 Sascha Hauer <[email protected]>6*7* Architecture specific stuff for Hynix GMS30C7201 development board8*9* This program is free software; you can redistribute it and/or modify10* it under the terms of the GNU General Public License version 2 as11* published by the Free Software Foundation.12*13*/1415#include <linux/init.h>16#include <linux/kernel.h>17#include <linux/types.h>18#include <linux/string.h>19#include <linux/device.h>2021#include <asm/setup.h>22#include <asm/types.h>23#include <asm/mach-types.h>24#include <asm/page.h>25#include <asm/mach/arch.h>26#include <mach/hardware.h>27#include "common.h"2829MACHINE_START(H7201, "Hynix GMS30C7201")30/* Maintainer: Robert Schwebel, Pengutronix */31.boot_params = 0xc0001000,32.map_io = h720x_map_io,33.init_irq = h720x_init_irq,34.timer = &h7201_timer,35MACHINE_END363738