summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/serial.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-11-06 22:59:55 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-11-06 22:59:55 +0000
commit2cd3e1c9bf87b60bad3bee59fe02cd3294f7aa33 (patch)
tree2439a693e39429ed870dbfc0a8124745d8bec634 /include/asm-mips/serial.h
parent7b2de87d1fb408559c520ade7d29e68552cfcbfd (diff)
Partial support for Galileo EV96100 evaluation board. Patches from
Pete Popov of Monta Vista.
Diffstat (limited to 'include/asm-mips/serial.h')
-rw-r--r--include/asm-mips/serial.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/include/asm-mips/serial.h b/include/asm-mips/serial.h
index f255684b4..519cacc25 100644
--- a/include/asm-mips/serial.h
+++ b/include/asm-mips/serial.h
@@ -76,6 +76,18 @@
#define JAZZ_SERIAL_PORT_DEFNS
#endif
+#ifdef CONFIG_MIPS_EV96100
+#include <asm/galileo-boards/ev96100.h>
+#include <asm/galileo-boards/ev96100int.h>
+#define EV96100_SERIAL_PORT_DEFNS \
+ { baud_base: EV96100_BASE_BAUD, port: EV96100_UART0_REGS_BASE, \
+ irq: EV96100INT_UART_0, flags: STD_COM_FLAGS, type: 0x3, \
+ iomem_base: EV96100_UART0_REGS_BASE },
+#else
+#define EV96100_SERIAL_PORT_DEFNS
+#endif
+
+
#define STD_SERIAL_PORT_DEFNS \
/* UART CLK PORT IRQ FLAGS */ \
{ 0, BASE_BAUD, 0x3F8, 4, STD_COM_FLAGS }, /* ttyS0 */ \
@@ -152,7 +164,8 @@
#endif
#define SERIAL_PORT_DFNS \
+ EV96100_SERIAL_PORT_DEFNS \
JAZZ_SERIAL_PORT_DEFNS \
STD_SERIAL_PORT_DEFNS \
EXTRA_SERIAL_PORT_DEFNS \
- HUB6_SERIAL_PORT_DFNS
+ HUB6_SERIAL_PORT_DFNS