aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/mach-rc32434/rb.h
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-08-23 12:53:50 -0400
committerRalf Baechle <ralf@linux-mips.org>2008-10-11 11:18:46 -0400
commit606a083b1e1a357cb66454e4581b80f1a67d8368 (patch)
tree4967e653091001d2bcd6ca380cdc5a7ad61be53b /include/asm-mips/mach-rc32434/rb.h
parentdeeb45ac4a32c8271b022ecba73913bc1112e8e6 (diff)
MIPS: RB532: Cleanup the headers again
This patch cleans up headers and regroups informations to where they should reside. While moving, try to have a consistant naming for defines. Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/mach-rc32434/rb.h')
-rw-r--r--include/asm-mips/mach-rc32434/rb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-mips/mach-rc32434/rb.h b/include/asm-mips/mach-rc32434/rb.h
index 62ac73c999c4..79e8ef67d0d3 100644
--- a/include/asm-mips/mach-rc32434/rb.h
+++ b/include/asm-mips/mach-rc32434/rb.h
@@ -19,6 +19,8 @@
19 19
20#define REGBASE 0x18000000 20#define REGBASE 0x18000000
21#define IDT434_REG_BASE ((volatile void *) KSEG1ADDR(REGBASE)) 21#define IDT434_REG_BASE ((volatile void *) KSEG1ADDR(REGBASE))
22#define UART0BASE 0x58000
23#define RST (1 << 15)
22#define DEV0BASE 0x010000 24#define DEV0BASE 0x010000
23#define DEV0MASK 0x010004 25#define DEV0MASK 0x010004
24#define DEV0C 0x010008 26#define DEV0C 0x010008