xref: /linux/Documentation/hwmon/cgbc-hwmon.rst (revision 4f9786035f9e519db41375818e1d0b5f20da2f10)
1.. SPDX-License-Identifier: GPL-2.0-or-later
2
3Kernel driver cgbc-hwmon
4========================
5
6Supported chips:
7
8 * Congatec Board Controller.
9
10   Prefix: 'cgbc-hwmon'
11
12Author: Thomas Richard <thomas.richard@bootlin.com>
13
14Description
15-----------
16
17This driver enables monitoring support for the Congatec Board Controller.
18This controller is embedded on the x86 SoMs of Congatec.
19
20Sysfs entries
21-------------
22
23The following sysfs entries list contains all sensors defined in the Board
24Controller. The available sensors in sysfs depend on the SoM and the
25system.
26
27============= ======================
28Name          Description
29============= ======================
30temp1_input   CPU temperature
31temp2_input   Box temperature
32temp3_input   Ambient temperature
33temp4_input   Board temperature
34temp5_input   Carrier temperature
35temp6_input   Chipset temperature
36temp7_input   Video temperature
37temp8_input   Other temperature
38temp9_input   TOPDIM temperature
39temp10_input  BOTTOMDIM temperature
40in0_input     CPU voltage
41in1_input     DC Runtime voltage
42in2_input     DC Standby voltage
43in3_input     CMOS Battery voltage
44in4_input     Battery voltage
45in5_input     AC voltage
46in6_input     Other voltage
47in7_input     5V voltage
48in8_input     5V Standby voltage
49in9_input     3V3 voltage
50in10_input    3V3 Standby voltage
51in11_input    VCore A voltage
52in12_input    VCore B voltage
53in13_input    12V voltage
54curr1_input   DC current
55curr2_input   5V current
56curr3_input   12V current
57fan1_input    CPU fan
58fan2_input    Box fan
59fan3_input    Ambient fan
60fan4_input    Chiptset fan
61fan5_input    Video fan
62fan6_input    Other fan
63============= ======================
64