imx-native.cfg 945 B

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