Path: blob/master/Documentation/devicetree/bindings/hwmon/iei,wt61p803-puzzle-hwmon.yaml
121834 views
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause1%YAML 1.22---3$id: http://devicetree.org/schemas/hwmon/iei,wt61p803-puzzle-hwmon.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: IEI WT61P803 PUZZLE MCU HWMON module from IEI Integration Corp.78maintainers:9- Luka Kovacic <luka.kovacic@sartura.hr>1011description: |12This module is a part of the IEI WT61P803 PUZZLE MFD device. For more details13see Documentation/devicetree/bindings/mfd/iei,wt61p803-puzzle.yaml.1415The HWMON module is a sub-node of the MCU node in the Device Tree.1617properties:18compatible:19const: iei,wt61p803-puzzle-hwmon2021'#address-cells':22const: 12324'#size-cells':25const: 02627patternProperties:28'^fan-group@[0-1]$':29type: object30additionalProperties: false3132properties:33reg:34minimum: 035maximum: 136description:37Fan group ID3839'#cooling-cells':40const: 24142cooling-levels:43minItems: 144maxItems: 25545description:46Cooling levels for the fans (PWM value mapping)4748required:49- reg50- '#cooling-cells'51- cooling-levels5253required:54- compatible55- '#address-cells'56- '#size-cells'5758additionalProperties: false596061