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