1# Copyright (c) 2021 Henrik Brix Andersen <henrik@brixandersen.dk> 2# SPDX-License-Identifier: Apache-2.0 3 4adapter driver ftdi 5ftdi_vid_pid 0x0403 0x6010 6ftdi_channel 0 7 8if { [info exists _ZEPHYR_BOARD_SERIAL] } { 9 ftdi_serial $_ZEPHYR_BOARD_SERIAL 10} 11 12ftdi_layout_init 0x0038 0x003b 13 14adapter speed 1000 15ftdi_layout_signal nTRST -ndata 0x0010 -noe 0x0040 16 17source [find neorv32.cfg] 18