jtag_interface: .speed can be NULL when not needed
[openocd.git] / tcl / interface / sysfsgpio-raspberrypi.cfg
blob36364228478c6f2377aec7960f5db4e711264857
2 # Config for using RaspberryPi's expansion header
4 # This is best used with a fast enough buffer but also
5 # is suitable for direct connection if the target voltage
6 # matches RPi's 3.3V
8 # Do not forget the GND connection, pin 6 of the expansion header.
11 interface sysfsgpio
13 # Each of the JTAG lines need a gpio number set: tck tms tdi tdo
14 # Header pin numbers: 23 22 19 21
15 sysfsgpio_jtag_nums 11 25 10 9
17 # At least one of srst or trst needs to be specified
18 # Header pin numbers: TRST - 26, SRST - 18
19 sysfsgpio_trst_num 7
20 # sysfsgpio_srst_num 24