19 lines
432 B
INI
19 lines
432 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# Copyright (C) 2020 Synopsys, Inc.
|
|
# Anton Kolesov <anton.kolesov@synopsys.com>
|
|
# Didin Evgeniy <didin@synopsys.com>
|
|
|
|
#
|
|
# Synopsys SDP Mainboard has embdded FT2232 chip, which is similar to Digilent
|
|
# HS-1, except that it uses channel B for JTAG communication, instead of
|
|
# channel A.
|
|
#
|
|
|
|
adapter driver ftdi
|
|
ftdi vid_pid 0x0403 0x6010
|
|
ftdi layout_init 0x0088 0x008b
|
|
ftdi channel 1
|
|
|
|
|