tcl: move SPDX tag as first line
[fw/openocd] / tcl / board / ti_beaglebone.cfg
index 52989b3fbccadc3e71f7ff2d2ffbc6443f7400d0..7ba8c50f24ccf9c97fc90c446ae230e7f90d5052 100644 (file)
@@ -2,15 +2,10 @@
 #  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 0x0403 0x6010
+source [find interface/ftdi/xds100v2.cfg]
 
-adapter_khz 16000
-
-source [find target/am335x.cfg]
+adapter speed 16000
 
 reset_config trst_and_srst
 
-
+source [find board/ti_beaglebone-base.cfg]