beaglebone-jtag-native.cfg 977 B

123456789101112131415161718192021222324252627282930313233343536
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. # BeagleBone native GPIO interface for JTAG
  3. #
  4. # This is best used with a fast buffer but it is also suitable for a direct
  5. # connection if the target voltage matches the host's IO voltage (typically
  6. # 3.3V) and the cable is short.
  7. #
  8. # DO NOT APPLY VOLTAGE TO THE GPIO PINS UNTIL SYS_RESETN IS HIGH.
  9. #
  10. # Do not forget the GND connection.
  11. adapter driver am335xgpio
  12. # Transition delay calculation: SPEED_COEFF/khz - SPEED_OFFSET
  13. # These depend on the system clock, calibrated for stock 1 GHz BeagleBoneBlack
  14. # am335xgpio speed SPEED_COEFF SPEED_OFFSET
  15. am335xgpio speed_coeffs 600000 575
  16. # BeagleBone pin P9_41
  17. adapter gpio tdo 20 -chip 0
  18. # BeagleBone pin P9_12
  19. adapter gpio tdi 28 -chip 1
  20. # BeagleBone pin P9_18
  21. adapter gpio tms 4 -chip 0
  22. # BeagleBone pin P9_22
  23. adapter gpio tck 2 -chip 0
  24. # BeagleBone pin P9_16
  25. adapter gpio led 19 -chip 1
  26. # BeagleBone pin P8_18
  27. adapter gpio srst 1 -chip 2
  28. reset_config srst_only srst_push_pull