tcl/interface: add SPDX tag
[fw/openocd] / tcl / interface / ftdi / dp_busblaster.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 #
4 # Dangerous Prototypes - Bus Blaster
5 #
6 # The Bus Blaster has a configurable buffer between the FTDI FT2232H and the
7 # JTAG header which allows it to emulate various debugger types. It comes
8 # configured as a JTAGkey device.
9 #
10 # http://dangerousprototypes.com/docs/Bus_Blaster
11 #
12
13 echo "Info : If you need SWD support, flash KT-Link buffer from https://github.com/bharrisau/busblaster
14 and use dp_busblaster_kt-link.cfg instead"
15
16 adapter driver ftdi
17 ftdi device_desc "Dual RS232-HS"
18 ftdi vid_pid 0x0403 0x6010
19
20 ftdi layout_init 0x0c08 0x0f1b
21 ftdi layout_signal nTRST -data 0x0100 -noe 0x0400
22 ftdi layout_signal nSRST -data 0x0200 -noe 0x0800