2022-06-12 15:59:55 -05:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
2020-07-20 05:27:46 -05:00
|
|
|
# Copyright (C) 2020 Synopsys, Inc.
|
|
|
|
# Anton Kolesov <anton.kolesov@synopsys.com>
|
|
|
|
# Didin Evgeniy <didin@synopsys.com>
|
|
|
|
|
|
|
|
#
|
2020-07-26 17:29:50 -05:00
|
|
|
# Synopsys SDP Mainboard has embdded FT2232 chip, which is similar to Digilent
|
2020-07-20 05:27:46 -05:00
|
|
|
# HS-1, except that it uses channel B for JTAG communication, instead of
|
|
|
|
# channel A.
|
|
|
|
#
|
|
|
|
|
|
|
|
adapter driver ftdi
|
2021-06-23 13:54:49 -05:00
|
|
|
ftdi vid_pid 0x0403 0x6010
|
|
|
|
ftdi layout_init 0x0088 0x008b
|
|
|
|
ftdi channel 1
|
2020-07-20 05:27:46 -05:00
|
|
|
|
|
|
|
|