summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorLeigh Brown <leigh@solinno.co.uk>2018-03-18 00:23:00 +0000
committerGuenter Roeck <linux@roeck-us.net>2018-03-17 18:24:21 -0700
commitca9ffac45f98f8d4364a4e372abdec38e02df8c3 (patch)
treebd9b777595250d4f7d9256e630268fc83560077a /configs
parent90cf5c0a3bd797821ef325c25ba0a75fc65091f8 (diff)
downloadlm-sensors-git-ca9ffac45f98f8d4364a4e372abdec38e02df8c3.tar.gz
configs: Add HP MicroServer N40L
This configuration should also work with the HP MicroServer N54L (untested).
Diffstat (limited to 'configs')
-rw-r--r--configs/HP/MicroServer_N40L.conf46
1 files changed, 46 insertions, 0 deletions
diff --git a/configs/HP/MicroServer_N40L.conf b/configs/HP/MicroServer_N40L.conf
new file mode 100644
index 00000000..e659fe55
--- /dev/null
+++ b/configs/HP/MicroServer_N40L.conf
@@ -0,0 +1,46 @@
+# HP MicroServer N40L
+# 2018, contributed by Leigh Brown
+#
+# dmi: sys_vendor: HP
+# dmi: product_name: ProLiant MicroServer
+# dmi: bios_version: O41
+# cpu: AMD Turion(tm) II Neo N40L Dual-Core Processor
+# module: w83795adg
+#
+# This configuration will probably also work with the N54L version
+
+bus "i2c-0" "SMBus PIIX4 adapter port 0 at 0b00"
+bus "i2c-1" "SMBus PIIX4 adapter port 2 at 0b00"
+
+chip "jc42-i2c-0-18"
+ label temp1 "DIMM A Temp"
+ set temp1_max 60
+ set temp1_crit 70
+ set temp1_crit_hyst 65
+
+chip "jc42-i2c-0-19"
+ label temp1 "DIMM B Temp"
+ set temp1_max 60
+ set temp1_crit 70
+ set temp1_crit_hyst 65
+
+chip "k10temp-pci-*"
+ label temp1 "CPU Core Temp"
+
+chip "w83795adg-i2c-1-2f"
+ label in0 "VSEN1"
+ set in0_min 0.50
+ set in0_max 1.20
+
+ label in1 "VSEN2"
+ set in1_min 1.424
+ set in1_max 1.574
+
+ label in2 "VSEN3"
+ ignore in3
+
+ label fan1 "System Fan"
+
+ label temp1 "CPU Temp"
+ label temp2 "Northbridge Temp"
+ label temp5 "System Temp"