tcl/board: Add Renesas RZ/A1H GR-Peach board
[fw/openocd] / tcl / board / ti_beaglebone.cfg
1 # AM335x Beaglebone
2 #  http://beagleboard.org/bone
3
4 # The JTAG interface is built directly on the board.
5 source [find interface/ftdi/xds100v2.cfg]
6
7 adapter_khz 16000
8
9 reset_config trst_and_srst
10
11 source [find board/ti_beaglebone-base.cfg]
12
13