aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-iop32x
diff options
context:
space:
mode:
authorLennert Buytenhek <buytenh@wantstofly.org>2006-09-21 02:46:03 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-09-25 10:34:02 +0100
commit0c92e830bd39f3e6cf7b151dffecafbdc623496c (patch)
tree56d9d48416a73cc78cd318880542d7571f5e84cb /include/asm-arm/arch-iop32x
parent[ARM] 3850/1: iop3xx: add thecus n2100 support (diff)
downloadlinux-dev-0c92e830bd39f3e6cf7b151dffecafbdc623496c.tar.xz
linux-dev-0c92e830bd39f3e6cf7b151dffecafbdc623496c.zip
[ARM] 3851/1: iop3xx: add io-data glantank support
Add support for the IO-Data GLAN Tank, from Martin Michlmayr. Signed-off-by: Martin Michlmayr <tbm@cyrius.com> Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-iop32x')
-rw-r--r--include/asm-arm/arch-iop32x/glantank.h13
-rw-r--r--include/asm-arm/arch-iop32x/hardware.h1
2 files changed, 14 insertions, 0 deletions
diff --git a/include/asm-arm/arch-iop32x/glantank.h b/include/asm-arm/arch-iop32x/glantank.h
new file mode 100644
index 000000000000..3b065618dd00
--- /dev/null
+++ b/include/asm-arm/arch-iop32x/glantank.h
@@ -0,0 +1,13 @@
+/*
+ * include/asm/arch-iop32x/glantank.h
+ *
+ * IO-Data GLAN Tank board registers
+ */
+
+#ifndef __GLANTANK_H
+#define __GLANTANK_H
+
+#define GLANTANK_UART 0xfe800000 /* UART */
+
+
+#endif
diff --git a/include/asm-arm/arch-iop32x/hardware.h b/include/asm-arm/arch-iop32x/hardware.h
index c6f58b91ddbc..6556ed5eee31 100644
--- a/include/asm-arm/arch-iop32x/hardware.h
+++ b/include/asm-arm/arch-iop32x/hardware.h
@@ -35,6 +35,7 @@ void iop32x_init_irq(void);
/*
* Board specific bits
*/
+#include "glantank.h"
#include "iq80321.h"
#include "iq31244.h"
#include "n2100.h"