Skip to content

Commit

Permalink
mtkclient: Add some configs for MT8135
Browse files Browse the repository at this point in the history
  • Loading branch information
R0rt1z2 committed May 22, 2024
1 parent de42cf3 commit 3bf3563
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mtkclient/config/brom_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1528,11 +1528,11 @@ def __init__(self, var1=None, watchdog=None, uart=None, brom_payload_addr=None,
loader="mt8127_payload.bin"), # ford,austin,tank #mhmm wdt, nochmal checken
0x8135: chipconfig( # var1
watchdog=0x10000000,
# uart
uart=0x11002000,
# brom_payload_addr
da_payload_addr=0x12001000,
# pl_payload_addr
# gcpu_base
pl_payload_addr=0x80001000,
gcpu_base=0x11018000,
# sej_base
# cqdma_base
# ap_dma_mem
Expand Down

0 comments on commit 3bf3563

Please sign in to comment.