c232hm.cfg 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. # FTDI USB Hi-Speed to MPSSE Cable
  3. #
  4. # http://www.ftdichip.com/Products/Cables/USBMPSSE.htm
  5. #
  6. # C232HM-DDHSL-0 and C232HM-EDSL-0 provide 3.3V and 5V on pin 1 (Red),
  7. # respectively.
  8. #
  9. # Adapter: http://www.ftdichip.com/Support/Documents/DataSheets/Cables/DS_C232HM_MPSSE_CABLE.PDF
  10. # Chip: http://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT232H.pdf
  11. # See pinout/colors at end of this file.
  12. #
  13. # Tech notes:
  14. # http://www.ftdichip.com/Support/Documents/AppNotes/AN_135_MPSSE_Basics.pdf
  15. # http://www.ftdichip.com/Support/Documents/AppNotes/AN_129_FTDI_Hi_Speed_USB_To_JTAG_Example.pdf
  16. adapter driver ftdi
  17. #ftdi device_desc "C232HM-DDHSL-0"
  18. #ftdi device_desc "C232HM-EDHSL-0"
  19. # Common PID for FT232H
  20. ftdi vid_pid 0x0403 0x6014
  21. # Layout
  22. # High data byte 0x40 configures red LED on ACBUS6 initially high (unlit, since active-low)
  23. # Low data byte 0x08 configures TMS on ACBUS3 initially high (asserted); TCK, TDI low
  24. # High direction byte 0x40 configures red LED on ACBUS6 as high (output)
  25. # Low direction byte 0x0b configures TDO on ACBUS2 as low (input)
  26. ftdi layout_init 0x4008 0x400b
  27. # ---A*BUS-------CCCCCCCC|DDDDDDDD
  28. # --------\______76543210|76543210
  29. # LED 0x4000 = 01000000|00000000 = ACBUS6
  30. #GPIOL0 0x0010 = 00000000|00010000 = ADBUS4
  31. #GPIOL1 0x0020 = 00000000|00100000 = ADBUS5
  32. #GPIOL2 0x0040 = 00000000|01000000 = ADBUS6
  33. #GPIOL3 0x0080 = 00000000|10000000 = ADBUS7
  34. # -ndata treats the LED as active-low for expected behavior (toggle when transferring)
  35. ftdi layout_signal LED -ndata 0x4000
  36. # Available for aliasing as desired
  37. ftdi layout_signal GPIOL0 -data 0x0010 -oe 0x0010
  38. ftdi layout_signal GPIOL1 -data 0x0020 -oe 0x0020
  39. ftdi layout_signal GPIOL2 -data 0x0040 -oe 0x0040
  40. ftdi layout_signal GPIOL3 -data 0x0080 -oe 0x0080
  41. # C232HM FT232H JTAG/Other
  42. # Num Color Name Func
  43. # 1 Red VCC Optionally, can power the board if it is not using its own power supply.
  44. # 2 Orange ADBUS0 TCK
  45. # 3 Yellow ADBUS1 TDI
  46. # 4 Green ADBUS2 TDO
  47. # 5 Brown ADBUS3 TMS
  48. # 6 Grey ADBUS4 GPIOL0
  49. # 7 Purple ADBUS5 GPIOL1
  50. # 8 White ADBUS6 GPIOL2
  51. # 9 Blue ADBUS7 GPIOL3
  52. # 10 Black GND Connect to ground