tcl/board: add SPDX tag
[fw/openocd] / tcl / board / gumstix-aerocore.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 # JTAG for the STM32F4x chip used on the Gumstix AeroCore is available on
4 # the first interface of a Quad FTDI chip.  nTRST is bit 4.
5 adapter driver ftdi
6 ftdi vid_pid 0x0403 0x6011
7
8 ftdi layout_init 0x0000 0x001b
9 ftdi layout_signal nTRST -data 0x0010
10
11 source [find target/stm32f4x.cfg]
12 reset_config trst_only