drivers: new jtag bitbang driver using sysfs gpio
[fw/openocd] / tcl / interface / sysfsgpio-raspberrypi.cfg
1 #
2 # Config for using RaspberryPi's expansion header
3 #
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
7 #
8 # Do not forget the GND connection, pin 6 of the expansion header.
9 #
10
11 interface sysfsgpio
12
13 # This has no effect on the driver, but is required
14 adapter_khz 100
15
16 # Each of the JTAG lines need a gpio number set: tck tms tdi tdo
17 # Header pin numbers: 23 22 19 21
18 sysfsgpio_jtag_nums 11 25 10 9
19
20 # At least one of srst or trst needs to be specified
21 # Header pin numbers: TRST - 26, SRST - 18
22 sysfsgpio_trst_num 7
23 # sysfsgpio_srst_num 24
24