renesas_rz_five.cfg 519 B

12345678910111213141516171819202122
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. # Renesas RZ/Five SoC
  3. #
  4. # General-purpose Microprocessors with RISC-V CPU Core (Andes AX45MP Single) (1.0 GHz)
  5. transport select jtag
  6. reset_config trst_and_srst srst_gates_jtag
  7. adapter speed 4000
  8. adapter srst delay 500
  9. if { [info exists CHIPNAME] } {
  10. set _CHIPNAME $CHIPNAME
  11. } else {
  12. set _CHIPNAME r9A07g043u
  13. }
  14. jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x1000563d
  15. set _TARGETNAME $_CHIPNAME.cpu
  16. target create $_TARGETNAME riscv -chain-position $_TARGETNAME