Path: blob/master/Documentation/devicetree/bindings/hwmon/adi,max31760.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/adi,max31760.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Analog Devices MAX31760 Fan-Speed Controller78maintainers:9- Ibrahim Tilki <Ibrahim.Tilki@analog.com>1011description: |12Analog Devices MAX31760 Fan-Speed Controller13https://datasheets.maximintegrated.com/en/ds/MAX31760.pdf1415properties:16compatible:17enum:18- adi,max317601920reg:21description: I2C address of slave device.22minimum: 0x5023maximum: 0x572425required:26- compatible27- reg2829additionalProperties: false3031examples:32- |33i2c {34#address-cells = <1>;35#size-cells = <0>;3637fan-controller@50 {38reg = <0x50>;39compatible = "adi,max31760";40};41};424344