lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

sensors.conf (2243B)


      1 chip "pc87366-*"
      2 
      3 # Soekris net4801 configuration
      4 
      5 # Written by Henrik Brix Andersen <henrik@brixandersen.dk>
      6 # Latest version can be found at http://www.brixandersen.dk/
      7 
      8 # The configuration is partly based on the PC87366 datasheet and
      9 # partly borrowed from the env4801 utility by Poul-Henning
     10 # Kamp <phk@phk.freebsd.dk>
     11 
     12 # Datasheet: http://www.winbond.com/PDF/APCsheet/PC87366.pdf
     13 # env4801:   http://phk.freebsd.dk/soekris/env4801/
     14 
     15 
     16 # Voltage inputs
     17   ignore vid
     18 
     19   # Unknown
     20   # label in0     "avi0"
     21   ignore in0
     22 
     23 
     24   # Core Voltage, +2.0V
     25   label in1     "VCORE"
     26   set in1_min   1.9
     27   set in1_max   2.1
     28 
     29 
     30   # VCC, +5.0V
     31   label in2     "VCC"
     32   compute in2   @*2, @/2
     33 
     34 
     35   # Power Supply Input, +6.0V - +28.0V
     36   label in3     "VPWR"
     37   compute in3   @*20.1, @/20.1
     38   set in3_min    6.0
     39   set in3_max   28.0
     40 
     41 
     42   # +12V
     43   label in4     "+12V"
     44   compute in4   @*4.83, @/4.83
     45   set in4_min   11
     46   set in4_max   13
     47 
     48 
     49   # -12V
     50   label in5     "-12V"
     51   # If in10 on your net4801 doesn't have the 3.3V reference, use this
     52   # compute line instead:
     53   # compute in5   (@-3.3)*19.2+3.3, (@-3.3)/19.2+3.3
     54   compute in5   (@-in10)*19.2+in10, (@-in10)/19.2+in10
     55   set in5_min   -13
     56   set in5_max   -11
     57 
     58 
     59   # GND, 0V
     60   label in6     "GND"
     61   set in6_min   0
     62   set in6_max   0
     63 
     64 
     65   # Standby Voltage, +3.3V
     66   # Internally divided by 2
     67   label in7     "Vsb"
     68   compute in7   @*2, @/2
     69   set in7_min    3.0
     70   set in7_max    3.6
     71 
     72 
     73   # Supply Voltage, +3.3V
     74   # Internally divided by 2
     75   label in8     "Vdd"
     76   compute in8   @*2, @/2
     77   set in8_min    3.0
     78   set in8_max    3.6
     79 
     80 
     81   # Battery Backup Supply Voltage, +3.0V
     82   label in9     "Vbat"
     83   set in9_min    2.4
     84   set in9_max    3.6
     85 
     86 
     87   # Analog Supply Voltage, +3.3V
     88   # Internally divided by 2
     89   label in10    "AVdd"
     90   compute in10  @*2, @/2
     91   set in10_min   3.0
     92   set in10_max   3.6
     93 
     94 
     95 # Temperature inputs
     96   ignore temp1
     97   ignore temp2
     98 
     99   # PC87366 Internal Temperature
    100   # PC87366 Recommended Operating Conditions: 0 - 70C
    101   # SC1100  Recommended Operating Conditions: 0 - 85C
    102   label temp3       "Temp"
    103   label temp3_crit  "Critical"
    104   set temp3_min      0
    105   set temp3_max     70
    106   set temp3_crit    85
    107 
    108 
    109   ignore temp4
    110   ignore temp5
    111   ignore temp6
    112 
    113 
    114 # Fan inputs
    115   ignore fan1
    116   ignore fan2
    117   ignore fan3