tcl/board: add SPDX tag
[fw/openocd] / tcl / board / ti_beaglebone.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 # AM335x Beaglebone
4 #  http://beagleboard.org/bone
5
6 # The JTAG interface is built directly on the board.
7 source [find interface/ftdi/xds100v2.cfg]
8
9 adapter speed 16000
10
11 reset_config trst_and_srst
12
13 source [find board/ti_beaglebone-base.cfg]