0001 Kernel driver menf21bmc_hwmon
0002 =============================
0003
0004 Supported chips:
0005
0006 * MEN 14F021P00
0007
0008 Prefix: 'menf21bmc_hwmon'
0009
0010 Adresses scanned: -
0011
0012 Author: Andreas Werner <andreas.werner@men.de>
0013
0014 Description
0015 -----------
0016
0017 The menf21bmc is a Board Management Controller (BMC) which provides an I2C
0018 interface to the host to access the features implemented in the BMC.
0019
0020 This driver gives access to the voltage monitoring feature of the main
0021 voltages of the board.
0022 The voltage sensors are connected to the ADC inputs of the BMC which is
0023 a PIC16F917 Mikrocontroller.
0024
0025 Usage Notes
0026 -----------
0027
0028 This driver is part of the MFD driver named "menf21bmc" and does
0029 not auto-detect devices.
0030 You will have to instantiate the MFD driver explicitly.
0031 Please see Documentation/i2c/instantiating-devices.rst for
0032 details.
0033
0034 Sysfs entries
0035 -------------
0036
0037 The following attributes are supported. All attributes are read only
0038 The Limits are read once by the driver.
0039
0040 =============== ==========================
0041 in0_input +3.3V input voltage
0042 in1_input +5.0V input voltage
0043 in2_input +12.0V input voltage
0044 in3_input +5V Standby input voltage
0045 in4_input VBAT (on board battery)
0046
0047 in[0-4]_min Minimum voltage limit
0048 in[0-4]_max Maximum voltage limit
0049
0050 in0_label "MON_3_3V"
0051 in1_label "MON_5V"
0052 in2_label "MON_12V"
0053 in3_label "5V_STANDBY"
0054 in4_label "VBAT"
0055 =============== ==========================