tcl/board: add SPDX tag
[fw/openocd] / tcl / board / ti_beaglebone.cfg
index be4da201bc5af0fe98f6cde4da80224988d37b93..d96e45f6ad3fa0392f49d9fe7213d52885a3a65a 100644 (file)
@@ -1,16 +1,13 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 # AM335x Beaglebone
 #  http://beagleboard.org/bone
 
 # The JTAG interface is built directly on the board.
-interface ft2232
-#ft2232_device_desc "BeagleBone A"
-ft2232_layout xds100v2
-ft2232_vid_pid 0x0403 0xa6d0
-
-adapter_khz 16000
+source [find interface/ftdi/xds100v2.cfg]
 
-source [find target/am335x.cfg]
+adapter speed 16000
 
 reset_config trst_and_srst
 
-
+source [find board/ti_beaglebone-base.cfg]