9e1f38d03a85975763dc7703d44552d23e713b4f
[fw/openocd] / tcl / interface / imx-native.cfg
1 #
2 # Config for using NXP IMX CPU
3 #
4 # This is best used with a fast enough buffer but also
5 # is suitable for direct connection if the target voltage
6 # matches to host voltage and the cable is short enough.
7 #
8 #
9
10 adapter driver imx_gpio
11
12 # For most IMX processors 0x0209c000
13 imx_gpio_peripheral_base 0x0209c000
14
15 # Transition delay calculation: SPEED_COEFF/khz - SPEED_OFFSET
16 # These depend on system clock, calibrated for IMX6UL@528MHz
17 # imx_gpio_speed SPEED_COEFF SPEED_OFFSET
18 imx_gpio_speed_coeffs 50000 50
19
20 # Each of the JTAG lines need a gpio number set: tck tms tdi tdo.
21 # Example configuration:
22 # imx_gpio_jtag_nums 6 7 8 9
23
24 # SWD interface pins: swclk swdio
25 # Example configuration:
26 imx_gpio_swd_nums 1 6
27
28 # imx_gpio_trst_num 10
29 # reset_config trst_only
30
31 # imx_gpio_srst_num 11
32 # reset_config srst_only srst_push_pull
33
34 # or if you have both connected,
35 # reset_config trst_and_srst srst_push_pull