tcl/board: add st_nucleo_g0.cfg to cover known STM32G0 NUCLEO boards
[fw/openocd] / tcl / board / ti_beaglebone.cfg
index be4da201bc5af0fe98f6cde4da80224988d37b93..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
+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]