20 lines
		
	
	
		
			506 B
		
	
	
	
		
			INI
		
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			506 B
		
	
	
	
		
			INI
		
	
	
	
| # SPDX-License-Identifier: GPL-2.0-or-later
 | |
| #
 | |
| # Tigard: An FTDI FT2232H-based multi-protocol tool for hardware hacking.
 | |
| # https://github.com/tigard-tools/tigard
 | |
| 
 | |
| adapter driver ftdi
 | |
| 
 | |
| ftdi device_desc "Tigard V1.1"
 | |
| ftdi vid_pid 0x0403 0x6010
 | |
| 
 | |
| ftdi channel 1
 | |
| 
 | |
| ftdi layout_init 0x0038 0x003b
 | |
| ftdi layout_signal nTRST -data 0x0010
 | |
| ftdi layout_signal nSRST -data 0x0020
 | |
| 
 | |
| # This board doesn't support open-drain reset modes since its output buffer is
 | |
| # always enabled.
 | |
| reset_config srst_push_pull trst_push_pull
 |