mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
hw/misc: add an EMC141{3,4} device model
Largely inspired by the TMP421 temperature sensor, here is a model for
the EMC1413/EMC1414 temperature sensors.
Specs can be found here :
20005274
A.pdf
Signed-off-by: John Wang <wangzhiqiang.bj@bytedance.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <20201122105134.671-1-wangzhiqiang.bj@bytedance.com>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
This commit is contained in:
parent
5e7b204dbf
commit
5e623f2bf1
7 changed files with 451 additions and 0 deletions
|
@ -407,6 +407,7 @@ config ASPEED_SOC
|
|||
select SSI_M25P80
|
||||
select TMP105
|
||||
select TMP421
|
||||
select EMC141X
|
||||
select UNIMP
|
||||
select LED
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue