diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-06-10 16:57:40 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-06-10 16:57:40 +0000 |
commit | af8dbee9b9ff6357b93e280ab73ed8ab62235561 (patch) | |
tree | 525e62ce5e6900258cef534602a147170009e499 /include/asm-mips/serial.h | |
parent | bab55aba4508695975375a8bedca01bc854d2d25 (diff) |
Add support for DDB5477.
Diffstat (limited to 'include/asm-mips/serial.h')
-rw-r--r-- | include/asm-mips/serial.h | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/include/asm-mips/serial.h b/include/asm-mips/serial.h index 6c33daa38..346b321e4 100644 --- a/include/asm-mips/serial.h +++ b/include/asm-mips/serial.h @@ -246,6 +246,18 @@ #define MOMENCO_OCELOT_SERIAL_PORT_DEFNS #endif +#ifdef CONFIG_DDB5477 +#define DDB5477_SERIAL_PORT_DEFNS \ + { baud_base: BASE_BAUD, irq: 12, flags: STD_COM_FLAGS, \ + iomem_base: (u8*)0xbfa04200, iomem_reg_shift: 3, \ + io_type: SERIAL_IO_MEM},\ + { baud_base: BASE_BAUD, irq: 28, flags: STD_COM_FLAGS, \ + iomem_base: (u8*)0xbfa04240, iomem_reg_shift: 3, \ + io_type: SERIAL_IO_MEM}, +#else +#define DDB5477_SERIAL_PORT_DEFNS +#endif + #define SERIAL_PORT_DFNS \ IVR_SERIAL_PORT_DEFNS \ ITE_SERIAL_PORT_DEFNS \ @@ -256,4 +268,5 @@ EXTRA_SERIAL_PORT_DEFNS \ HUB6_SERIAL_PORT_DFNS \ MOMENCO_OCELOT_SERIAL_PORT_DEFNS\ - AU1000_SERIAL_PORT_DEFNS + AU1000_SERIAL_PORT_DEFNS \ + DDB5477_SERIAL_PORT_DEFNS |