mirror of
https://github.com/Fred78290/nct6687d
synced 2024-11-16 07:48:04 +01:00
create MSI Z690 Pro A conf file
This commit is contained in:
parent
6ea533e08c
commit
6f9f30f849
1 changed files with 30 additions and 0 deletions
30
sensors.d/Z690_PRO_A.conf
Normal file
30
sensors.d/Z690_PRO_A.conf
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
# Micro-Star International Co., Ltd.
|
||||||
|
# Z690 PRO A DDR4 (7D25)
|
||||||
|
# Nuvoton NCT6687D-M ISA A20h
|
||||||
|
|
||||||
|
chip "nct6687-*"
|
||||||
|
label in0 "+12V"
|
||||||
|
label in1 "+5V"
|
||||||
|
label in2 "Vcore"
|
||||||
|
label in3 "VIN3"
|
||||||
|
label in4 "DRAM"
|
||||||
|
label in5 "CPU SA"
|
||||||
|
label in6 "CPU AUX"
|
||||||
|
label in7 "VIN7"
|
||||||
|
label in8 "+3.3V"
|
||||||
|
label in9 "NC 1?"
|
||||||
|
label in10 "NC 2?"
|
||||||
|
label in11 "unknown 1"
|
||||||
|
label in12 "unknown 2"
|
||||||
|
label in13 "unknown 3"
|
||||||
|
|
||||||
|
ignore in9
|
||||||
|
ignore in10
|
||||||
|
ignore in11
|
||||||
|
ignore in12
|
||||||
|
ignore in13
|
||||||
|
|
||||||
|
compute in0 (@ * 12), (@ / 12)
|
||||||
|
compute in1 (@ * 5), (@ / 5)
|
||||||
|
compute in4 (@ * 2), (@ / 2)
|
||||||
|
compute in6 (@ * 2), (@ / 2)
|
Loading…
Reference in a new issue