diff options
author | Takashi YOSHII <takasi-y@ops.dti.ne.jp> | 2006-09-27 17:41:31 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 17:41:31 +0900 |
commit | 51e22e7a05c1c6f2e38ac7459d3404e32e543b75 (patch) | |
tree | efd81ee22e036c1d268827715e6515314e05cdf7 /include/asm-sh | |
parent | e5723e0eeb2dc16629e86d66785024ead9169000 (diff) |
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/asm-sh')
-rw-r--r-- | include/asm-sh/shmin/shmin.h | 9 |
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 |