cable: efinix jtag ft2232 variant

This commit is contained in:
Gwenhael Goavec-Merou 2023-10-03 06:48:47 +02:00
parent 48caa612a3
commit e9b31425d6
2 changed files with 7 additions and 0 deletions

View File

@ -125,6 +125,12 @@ efinix_spi_ft2232:
Description: efinix SPI interface (FTDI2232 interface A)
efinix_jtag_ft2232:
- Name: efinix JTAG (ft2232)
Description: efinix JTAG interface (FTDI2232 interface B)
ft2232:
- Name: FT2232 C/D/H

View File

@ -101,6 +101,7 @@ static std::map <std::string, cable_t> cable_list = {
{"efinix_spi_ft4232", FTDI_SER(0x0403, 0x6011, FTDI_INTF_A, 0x08, 0x8B, 0x00, 0x00)},
{"efinix_jtag_ft4232", FTDI_SER(0x0403, 0x6011, FTDI_INTF_B, 0x08, 0x8B, 0x00, 0x00)},
{"efinix_spi_ft2232", FTDI_SER(0x0403, 0x6010, FTDI_INTF_A, 0x08, 0x8B, 0x00, 0x00)},
{"efinix_jtag_ft2232", FTDI_SER(0x0403, 0x6010, FTDI_INTF_B, 0x08, 0x8B, 0x00, 0x00)},
{"ft2232", FTDI_SER(0x0403, 0x6010, FTDI_INTF_A, 0x08, 0x0B, 0x08, 0x0B)},
{"ft2232_b", FTDI_SER(0x0403, 0x6010, FTDI_INTF_B, 0x08, 0x0B, 0x00, 0x00)},
{"ft231X", FTDI_BB (0x0403, 0x6015, FTDI_INTF_A, 0x00, 0x00, 0x00, 0x00)},