From 71005a00a2ffbcc81d5ebde01f36dbacd86593d8 Mon Sep 17 00:00:00 2001 From: Hannes Haberl Date: Sun, 5 Aug 2018 13:47:23 +0200 Subject: [PATCH] configs: Add Gigabyte GA-AX370-DS3H Motherboard --- configs/Gigabyte/GA-AX370-DS3H.conf | 39 +++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 configs/Gigabyte/GA-AX370-DS3H.conf 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