1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright 2019 Analog Devices Inc.
5 $id: http://devicetree.org/schemas/hwmon/adi,axi-fan-control.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Analog Devices AXI FAN Control Device Tree Bindings
11 - Nuno Sá <nuno.sa@analog.com>
14 Bindings for the Analog Devices AXI FAN Control driver. Spefications of the
17 https://wiki.analog.com/resources/fpga/docs/axi_fan_control
22 - adi,axi-fan-control-1.00.a
33 pulses-per-revolution:
35 Value specifying the number of pulses per revolution of the controlled
37 $ref: /schemas/types.yaml#/definitions/uint32
45 - pulses-per-revolution
47 additionalProperties: false
52 #address-cells = <0x2>;
55 axi_fan_control: axi-fan-control@80000000 {
56 compatible = "adi,axi-fan-control-1.00.a";
57 reg = <0x0 0x80000000 0x10000>;
59 interrupts = <0 110 0>;
60 pulses-per-revolution = <2>;