puc: Add support for Exar XR17V354 Quad PCI Express UART.

PR:		257207
MFC after:	1 week
This commit is contained in:
Teerayut Hiruntaraporn 2024-01-08 15:31:19 +09:00 committed by Yoshihiro Takahashi
parent 8a4577423e
commit 5704277ae5

View file

@ -694,6 +694,13 @@ const struct puc_cfg puc_pci_devices[] = {
.config_function = puc_config_exar_pcie
},
{ 0x13a8, 0x0354, 0xffff, 0,
"Exar XR17V354",
125000000,
PUC_PORT_4S, 0x10, 0, -1,
.config_function = puc_config_exar_pcie
},
/* The XR17V358 uses the 125MHz PCIe clock as its reference clock. */
{ 0x13a8, 0x0358, 0xffff, 0,
"Exar XR17V358",