Path: blob/master/Documentation/devicetree/bindings/hwmon/hpe,gxp-fan-ctrl.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/hwmon/hpe,gxp-fan-ctrl.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: HPE GXP Fan Controller78maintainers:9- Nick Hawkins <nick.hawkins@hpe.com>1011description: |12The HPE GXP fan controller controls the fans through an external CPLD13device that connects to the fans.1415properties:16compatible:17const: hpe,gxp-fan-ctrl1819reg:20items:21- description: Fan controller PWM22- description: Programmable logic23- description: Function 22425reg-names:26items:27- const: base28- const: pl29- const: fn23031required:32- compatible33- reg34- reg-names3536additionalProperties: false3738examples:39- |40fan-controller@1000c00 {41compatible = "hpe,gxp-fan-ctrl";42reg = <0x1000c00 0x200>, <0xd1000000 0xff>, <0x80200000 0x100000>;43reg-names = "base", "pl", "fn2";44};454647