tcl/board: add SPDX tag
[fw/openocd] / tcl / board / digilent_analog_discovery.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 #
4 # Digilent Analog Discovery
5 #
6 # http://www.digilentinc.com/Products/Detail.cfm?NavPath=2,842,1018&Prod=ANALOG-DISCOVERY
7 #
8 # Config is based on data from
9 # https://github.com/bvanheu/urjtag-ad/commit/8bd883ee01d134f94b79cbbd00df42cd03bafd71
10 #
11
12 adapter driver ftdi
13 ftdi device_desc "Digilent USB Device"
14 ftdi vid_pid 0x0403 0x6014
15
16 ftdi layout_init 0x8008 0x800b
17
18 adapter speed 25000
19
20 source [find cpld/xilinx-xc6s.cfg]