commit | 8db36a4f74ea97c2d7b5cd21515cd61c3749f39d | [log] [tgz] |
---|---|---|
author | Jamin Lin <jamin_lin@aspeedtech.com> | Tue Jun 04 13:44:22 2024 +0800 |
committer | Cédric Le Goater <clg@redhat.com> | Sun Jun 16 21:08:54 2024 +0200 |
tree | d767450e8c9daa49596bce9cc966468e314ce70a | |
parent | ee48fef06c034ff245db9e553dcf0f1262f97bd2 [diff] |
aspeed/wdt: Add AST2700 support AST2700 wdt controller is similiar to AST2600's wdt, but the AST2700 has 8 watchdogs, and they each have 0x80 of registers. Introduce ast2700 object class and increase the number of regs(offset) of ast2700 model. Signed-off-by: Troy Lee <troy_lee@aspeedtech.com> Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com> Reviewed-by: Cédric Le Goater <clg@kaod.org>