aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/puc/pucdata.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/puc/pucdata.c')
-rw-r--r--sys/dev/puc/pucdata.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index 678db5ff8677..a0804f176b19 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -1272,6 +1272,15 @@ const struct puc_device_description puc_devices[] = {
{ PUC_PORT_TYPE_COM, 0x14, 0x00, DEFAULT_RCLK * 128 },
},
},
+ { /* "VScom 200Li" 00=14D2 02=8028 uart@20 uart@+8 */
+ "VScom 200Li",
+ { 0x14d2, 0x8028, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, 0x20, 0x00, DEFAULT_RCLK },
+ { PUC_PORT_TYPE_COM, 0x20, 0x08, DEFAULT_RCLK },
+ },
+ },
{ 0 }
};