summaryrefslogtreecommitdiffstats
path: root/drivers/char/serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/serial.c')
-rw-r--r--drivers/char/serial.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/char/serial.c b/drivers/char/serial.c
index 4d3a5a8f8..eeb82a033 100644
--- a/drivers/char/serial.c
+++ b/drivers/char/serial.c
@@ -4180,6 +4180,16 @@ static struct pci_board pci_boards[] __initdata = {
{ PCI_VENDOR_ID_ROCKWELL, 0x1004,
0x1048, 0x1500,
SPCI_FL_BASE1, 1, 115200 },
+#ifdef CONFIG_DDB5074
+ /*
+ * NEC Vrc-5074 (Nile 4) builtin UART.
+ * Conditionally compiled in since this is a motherboard device.
+ */
+ { PCI_VENDOR_ID_NEC, PCI_DEVICE_ID_NEC_NILE4,
+ PCI_ANY_ID, PCI_ANY_ID,
+ SPCI_FL_BASE0, 1, 520833,
+ 64, 3, NULL, 0x300 },
+#endif
/* Generic serial board */
{ 0, 0,
0, 0,