Skip to content

Commit

Permalink
Merge pull request #1229 from cyrozap/mt6890-support
Browse files Browse the repository at this point in the history
Add MT6890 information
  • Loading branch information
bkerler authored Oct 7, 2024
2 parents 66bb0d5 + 6cbe678 commit 670cd53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mtkclient/config/brom_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def __init__(self, var1=None, watchdog=None, uart=None, brom_payload_addr=None,
dacode=0x0598,
name="ELBRUS/MT0598"),
0x992: Chipconfig( # var1
# watchdog
watchdog=0x10007000,
# uart
# brom_payload_addr
# da_payload_addr
Expand All @@ -355,9 +355,10 @@ def __init__(self, var1=None, watchdog=None, uart=None, brom_payload_addr=None,
# cqdma_base
# ap_dma_mem
# blacklist
efuse_addr=0x11EC0000,
damode=DAmodes.XFLASH,
dacode=0x0992,
name="MT0992"),
name="MT6880/MT6890"),
0x2601: Chipconfig(
var1=0xA, # Smartwatch, confirmed
watchdog=0x10007000,
Expand Down

0 comments on commit 670cd53

Please sign in to comment.