~mmach/netext73/lm-sensors

« back to all changes in this revision

Viewing changes to configs/Gigabyte/GA-M720-US3.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
# input routing and scaling based on schematic of a similar MA770T-UD3 board
 
2
 
 
3
chip "it8720-*"
 
4
        label in0 "Vcore"
 
5
 
 
6
        label in1 "VDDR"
 
7
 
 
8
        label in2 "+3.3V"
 
9
        set in2_min 3.3 * 0.95
 
10
        set in2_max 3.3 * 1.05
 
11
 
 
12
        # pin has probably ATX power good signal connected,
 
13
        # but is not configured as such
 
14
        ignore in3
 
15
 
 
16
        label in4 "+12V"
 
17
        compute in4 @ * (8.2 + 24.3) / 8.2, @ * 8.2 / (8.2 + 24.3)
 
18
        set in4_min 12 * 0.95
 
19
        set in4_max 12 * 1.05
 
20
 
 
21
        # probably CPU current sense
 
22
        ignore in5
 
23
 
 
24
        ignore in6
 
25
 
 
26
        compute in7 @ * (6.8 / 10 + 1), @ / (6.8 / 10 + 1)
 
27
        set in7_min 5 * 0.95
 
28
        set in7_max 5 * 1.05
 
29
 
 
30
        ignore cpu0_vid
 
31
 
 
32
        label fan1 "CPU FAN"
 
33
        label fan2 "SYSTEM FAN 1"
 
34
        label fan3 "SYSTEM FAN 2"
 
35
        label fan4 "POWER FAN"
 
36
 
 
37
        label temp1 "System Temp"
 
38
        label temp3 "CPU Temp"