Generic Xtensa target config files
[fw/openocd] / tcl / board / nds32_corvettef1.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2 # ADP-Corvette-F1 R1.0
3 # http://www.andestech.com/en/products-solutions/andeshape-platforms/corvette-f1-r1/
4 # ADP-Corvette-F1 R2.0
5 # http://www.andestech.com/en/products-solutions/andeshape-platforms/corvette-f1-r2/
6
7 adapter speed     10000
8
9 adapter driver ftdi
10 ftdi device_desc "Dual RS232-HS"
11 ftdi vid_pid 0x0403 0x6010
12
13 ftdi layout_init 0x0c08 0x0f1b
14 ftdi layout_signal nTRST -data 0x0100 -noe 0x0400
15 ftdi layout_signal nSRST -data 0x0200 -noe 0x0800
16 reset_config srst_only
17
18 source [find target/nds32v5.cfg]