summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTakashi YOSHII <takasi-y@ops.dti.ne.jp>2006-09-27 10:41:31 +0200
committerPaul Mundt <lethal@linux-sh.org>2006-09-27 10:41:31 +0200
commit51e22e7a05c1c6f2e38ac7459d3404e32e543b75 (patch)
treeefd81ee22e036c1d268827715e6515314e05cdf7 /include
parentsh: Add support for SH7706/SH7710/SH7343 CPUs. (diff)
downloadlinux-51e22e7a05c1c6f2e38ac7459d3404e32e543b75.tar.xz
linux-51e22e7a05c1c6f2e38ac7459d3404e32e543b75.zip
sh: SHMIN board support.
This adds support for the SHMIN SH7706 board. Signed-off-by: Takashi YOSHII <takasi-y@ops.dti.ne.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-sh/shmin/shmin.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asm-sh/shmin/shmin.h b/include/asm-sh/shmin/shmin.h
new file mode 100644
index 000000000000..36ba138a81fb
--- /dev/null
+++ b/include/asm-sh/shmin/shmin.h
@@ -0,0 +1,9 @@
+#ifndef __ASM_SH_SHMIN_H
+#define __ASM_SH_SHMIN_H
+
+#define SHMIN_IO_BASE 0xb0000000UL
+
+#define SHMIN_NE_IRQ IRQ2_IRQ
+#define SHMIN_NE_BASE 0x300
+
+#endif