diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-12-04 04:04:09 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-12-04 04:04:09 +0000 |
commit | 074da8c3f230190b4a00177ff781f0a76d8b0dfe (patch) | |
tree | f62c562c8c324258f0c79cea9b99172783212827 /include/asm-mips/serial.h | |
parent | 1fbefa026d5a271ed014b1bb730de8de06ca89d5 (diff) |
EV64120 support. From Steve Johnson.
Diffstat (limited to 'include/asm-mips/serial.h')
-rw-r--r-- | include/asm-mips/serial.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/include/asm-mips/serial.h b/include/asm-mips/serial.h index 519cacc25..abc6ee5be 100644 --- a/include/asm-mips/serial.h +++ b/include/asm-mips/serial.h @@ -76,13 +76,19 @@ #define JAZZ_SERIAL_PORT_DEFNS #endif -#ifdef CONFIG_MIPS_EV96100 +/* + * Both Galileo boards have the same UART mappings. + */ +#if defined (CONFIG_MIPS_EV96100) || defined (CONFIG_MIPS_EV64120) #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 }, + iomem_base: EV96100_UART0_REGS_BASE }, \ + { baud_base: EV96100_BASE_BAUD, port: EV96100_UART1_REGS_BASE, \ + irq: EV96100INT_UART_0, flags: STD_COM_FLAGS, type: 0x3, \ + iomem_base: EV96100_UART1_REGS_BASE }, #else #define EV96100_SERIAL_PORT_DEFNS #endif |