2006-11-05 15:21:09 +08:00
|
|
|
/*
|
|
|
|
* arch/sh/boards/se/7619/setup.c
|
|
|
|
*
|
|
|
|
* Copyright (C) 2006 Yoshinori Sato
|
|
|
|
*
|
|
|
|
* Hitachi SH7619 SolutionEngine Support.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <linux/init.h>
|
|
|
|
#include <linux/platform_device.h>
|
2006-12-07 18:59:35 +08:00
|
|
|
#include <asm/io.h>
|
2006-11-05 15:21:09 +08:00
|
|
|
#include <asm/machvec.h>
|
|
|
|
|
|
|
|
/*
|
|
|
|
* The Machine Vector
|
|
|
|
*/
|
|
|
|
|
2007-05-15 14:19:34 +08:00
|
|
|
static struct sh_machine_vector mv_se __initmv = {
|
2006-11-05 15:21:09 +08:00
|
|
|
.mv_name = "SolutionEngine",
|
|
|
|
.mv_nr_irqs = 108,
|
|
|
|
};
|