tcl/board: add SPDX tag
[fw/openocd] / tcl / board / nordic_nrf52_ftx232.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 #
4 # nordic module NRF52 (nRF52832/52840) attached to an adafruit ft232h module
5 # or any FT232H/FT2232H/FT4232H based board/module
6 #
7
8 source [find interface/ftdi/ft232h-module-swd.cfg]
9 #source [find interface/ftdi/minimodule-swd.cfg]
10
11 transport select swd
12
13 source [find target/nrf52.cfg]