~mmach/netext73/lm-sensors

« back to all changes in this revision

Viewing changes to configs/Jetway/NC92-330-LF.conf

  • Committer: mmach
  • Date: 2020-02-05 20:28:34 UTC
  • Revision ID: netbit73@gmail.com-20200205202834-zc3sla47j9e700w5
3.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Configuration contributed by Maciej Żenczykowski.
 
2
# Kernel modules used: f71882fg, coretemp.
 
3
 
 
4
 
 
5
# Jetway NC92-330-LF
 
6
 
 
7
chip "f71862fg-*"
 
8
 
 
9
    label in0 "Vcc3V"
 
10
    label in1 "Vcore"
 
11
    label in2 "   NB"
 
12
    label in3 "+ 5V"
 
13
    label in4 "+12V"
 
14
    label in5 "5VSB"
 
15
    label in6 "VDIMM"
 
16
    label in7 "VSB3V"
 
17
    label in8 "Vbat"
 
18
 
 
19
    label fan1 "CPUFAN"
 
20
    label fan2 "SYSFAN1"
 
21
    label fan3 "SYSFAN2"
 
22
 
 
23
    label temp1 "?CPU Temp"
 
24
    label temp2 "?Sys Temp"
 
25
    label temp3 "???? Temp"
 
26
 
 
27
# According to datasheet, 3VCC/VSB/VBAT
 
28
# (ie. Vcc3V/VSB3V/Vbat, or in0/in7/in8)
 
29
# use internal R1=R2=150K Ohm resistors
 
30
#
 
31
# remember V_in_to_chip = V_real * R2 / (R1 + R2)
 
32
# (where V_real----R1---*----V_in_to_chip) [max 2.048V]
 
33
# (                     |                )
 
34
# (                    R2                )
 
35
# (                     |                )
 
36
# (                    GND               )
 
37
#
 
38
# It would seem that VDIMM is the same...
 
39
# Hence those four are set to use "@*2, @/2"
 
40
#
 
41
# The values of 5.25 for +5V and 5VSB and 11 for +12V
 
42
# are from the datasheet as well (after juggling):
 
43
#
 
44
# VCORE    R1=1K   R2=inf VCORE  -> *1
 
45
# VRAM     R1=10K  R2=10K VIN2   -> *2
 
46
# VCHIPSET R1=4.7K R2=10K VIN3   -> *1.47
 
47
# VCC5V    R1=20K  R2=4.7 VIN4   -> *5.255319148
 
48
# +12V     R1=200K R2=20K VIN5   -> *11
 
49
# VCC1.5V  R1=10K  R2=inf VIN6   -> *1
 
50
 
 
51
    compute in0 @*2, @/2
 
52
    compute in1 @, @
 
53
    compute in2 @, @
 
54
    compute in3 @*5.255319148, @/5.255319148
 
55
    compute in4 @*11, @/11
 
56
    compute in5 @*5.255319148, @/5.255319148
 
57
    compute in6 @*2, @/2
 
58
    compute in7 @*2, @/2
 
59
    compute in8 @*2, @/2
 
60
 
 
61
#   set temp1_type 2
 
62
    set temp1_max        85
 
63
    set temp1_max_hyst   81
 
64
    set temp1_crit       65
 
65
#   set temp1_crit_hyst  61
 
66
#   set temp2_type 2
 
67
    set temp2_max        85
 
68
    set temp2_max_hyst   81
 
69
    set temp2_crit      100
 
70
#   set temp2_crit_hyst  96
 
71
#   set temp3_type 2
 
72
    set temp3_max        70
 
73
    set temp3_max_hyst   68
 
74
    set temp3_crit       85
 
75
#   set temp3_crit_hyst  83