[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>
This commit is contained in:
Lennert Buytenhek
2006-09-21 02:46:03 +01:00
committed by Russell King
parent e60d07b6cd
commit 0c92e830bd
7 changed files with 220 additions and 1 deletions
+13
View File
@@ -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
+1
View File
@@ -35,6 +35,7 @@ void iop32x_init_irq(void);
/*
* Board specific bits
*/
#include "glantank.h"
#include "iq80321.h"
#include "iq31244.h"
#include "n2100.h"