drivers/bcm2835gpio: Migrate to adapter gpio commands
[fw/openocd] / tcl / board / microchip_sama5d27_som1_kit1.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2 #
3 # Microchip SAMA5D27-SOM1-EK1
4 # https://www.microchip.com/DevelopmentTools/ProductDetails/PartNO/ATSAMA5D27-SOM1-EK1
5 # This board provide two jtag interfaces:
6 # J11 - 10 pin interface
7 # J10 - USB interface connected to the J-Link-OB.
8 #       This functionality is implemented with an ATSAM3U4C microcontroller and
9 #       provides JTAG functions and a bridge USB/Serial debug port (CDC).
10 #
11 # Jumper J7 disables the J-Link-OB-ATSAM3U4C JTAG functionality.
12 # - Jumper J7 not installed: J-Link-OB-ATSAM3U4C is enabled and fully functional.
13 # - Jumper J7 installed: J-Link-OB-ATSAM3U4C is disabled and an external JTAG
14 #   controller can be used through the 10-pin JTAG port J11.
15
16 source [find interface/jlink.cfg]
17 reset_config srst_only
18
19 source [find target/at91sama5d2.cfg]