2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 13:57:41 +00:00

configs: Add Gigabyte GA-AX370-DS3H Motherboard

This commit is contained in:
Hannes Haberl 2018-08-05 13:47:23 +02:00 committed by Guenter Roeck
parent 3dc5358dcb
commit 71005a00a2

View File

@ -0,0 +1,39 @@
# Configuration file for the Gigabyte GA-AX370M-DS3H.
# The temp3 temperature offset depends on the CPU type and needs to be
# adjusted. Compare against the output of k10temp for the correct value.
chip "it8686-isa-0a40"
label temp1 "System 1"
label temp2 "Chipset"
label temp3 "CPU Socket"
label temp4 "PCI-EX16" # not sure
label temp5 "VRM MOS" # not sure
label temp6 "vSOC MOS" # not sure
label in0 "CPU Vcore"
label in1 "+3.3v"
label in2 "+12v"
label in3 "+5v"
label in4 "CPU Vcore SOC"
label in5 "CPU Vddp"
label in6 "DRAM A/B"
label in7 "3VSB"
label in8 "Battery"
label fan1 "CPU_FAN"
label fan2 "SYS_FAN1"
compute temp3 @+2,@+2
compute in1 @*1.65,@*1.65
compute in2 @*6,@*6
compute in3 @*2.5,@*2.5
set in0_min 0.35
set in0_max 1.45
set in2_min 1.97
set in2_max 2.05
set in6_min 1.2 * 0.97
set in6_max 1.2 * 1.2
set in7_min 3.3 * 0.97
set in7_max 3.3 * 1.05