tcl/interface/ftdi: Add config for Tigard board
[fw/openocd] / tcl / interface / ftdi / tigard.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2 #
3 # Tigard: An FTDI FT2232H-based multi-protocol tool for hardware hacking.
4 # https://github.com/tigard-tools/tigard
5
6 adapter driver ftdi
7
8 ftdi device_desc "Tigard V1.1"
9 ftdi vid_pid 0x0403 0x6010
10
11 ftdi channel 1
12
13 ftdi layout_init 0x0038 0x003b
14 ftdi layout_signal nTRST -data 0x0010
15 ftdi layout_signal nSRST -data 0x0020
16
17 # This board doesn't support open-drain reset modes since its output buffer is
18 # always enabled.
19 reset_config srst_push_pull trst_push_pull