flash/nor/at91samd: Use 32-bit register writes for ST-Link compat
[fw/openocd] / tcl / interface / raspberrypi2-native.cfg
index 14c5771c468187485a7d530ba87454cb07038cea..5faabed9decc6299785a8fce85516cf4f34dbb94 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 #
 # Config for using Raspberry Pi's expansion header
 #
@@ -19,19 +21,23 @@ bcm2835gpio speed_coeffs 146203 36
 
 # Each of the JTAG lines need a gpio number set: tck tms tdi tdo
 # Header pin numbers: 23 22 19 21
-bcm2835gpio jtag_nums 11 25 10 9
+adapter gpio tck -chip 0 11
+adapter gpio tms -chip 0 25
+adapter gpio tdi -chip 0 10
+adapter gpio tdo -chip 0 9
 
 # Each of the SWD lines need a gpio number set: swclk swdio
 # Header pin numbers: 23 22
-bcm2835gpio swd_nums 11 25
+adapter gpio swclk -chip 0 11
+adapter gpio swdio -chip 0 25
 
 # If you define trst or srst, use appropriate reset_config
 # Header pin numbers: TRST - 26, SRST - 18
 
-# bcm2835gpio trst_num 7
+# adapter gpio trst -chip 0 7
 # reset_config trst_only
 
-# bcm2835gpio srst_num 24
+# adapter gpio srst -chip 0 24
 # reset_config srst_only srst_push_pull
 
 # or if you have both connected,