2 # Nuvoton nuc910 (previously W90P910) based soc
5 if { [info exists CHIPNAME] } {
6 set _CHIPNAME $CHIPNAME
11 if { [info exists ENDIAN] } {
17 if { [info exists CPUTAPID] } {
18 set _CPUTAPID $CPUTAPID
21 set _CPUTAPID 0x07926f0f
24 set _TARGETNAME $_CHIPNAME.cpu
25 jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID
27 target create $_TARGETNAME arm926ejs -endian $_ENDIAN -chain-position $_TARGETNAME