summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorHannes Haberl <hannes.haberl@student.tugraz.at>2018-08-05 13:47:23 +0200
committerGuenter Roeck <linux@roeck-us.net>2018-08-07 10:08:39 -0700
commit71005a00a2ffbcc81d5ebde01f36dbacd86593d8 (patch)
tree615d8e9b463e91c0e324495183a5b97db88192f8 /configs
parent3dc5358dcb9ae3b04e3a01173db34443f38dfe3a (diff)
downloadlm-sensors-git-71005a00a2ffbcc81d5ebde01f36dbacd86593d8.tar.gz
configs: Add Gigabyte GA-AX370-DS3H Motherboard
Diffstat (limited to 'configs')
-rw-r--r--configs/Gigabyte/GA-AX370-DS3H.conf39
1 files changed, 39 insertions, 0 deletions
diff --git a/configs/Gigabyte/GA-AX370-DS3H.conf b/configs/Gigabyte/GA-AX370-DS3H.conf
new file mode 100644
index 00000000..548977b2
--- /dev/null
+++ b/configs/Gigabyte/GA-AX370-DS3H.conf
@@ -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