tcl: move SPDX tag as first line
[fw/openocd] / tcl / interface / ftdi / snps_sdp.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 #  Copyright (C) 2020 Synopsys, Inc.
4 #  Anton Kolesov <anton.kolesov@synopsys.com>
5 #  Didin Evgeniy <didin@synopsys.com>
6
7 #
8 # Synopsys SDP Mainboard has embdded FT2232 chip, which is similar to Digilent
9 # HS-1, except that it uses channel B for JTAG communication, instead of
10 # channel A.
11 #
12
13 adapter driver ftdi
14 ftdi vid_pid 0x0403 0x6010
15 ftdi layout_init 0x0088 0x008b
16 ftdi channel 1
17
18