Lines Matching +full:alarm +full:- +full:gpios
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/hwmon/gpio-fan.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Rob Herring <robh@kernel.org>
14 const: gpio-fan
16 gpios:
19 ordered MSB-->LSB.
23 alarm-gpios:
26 gpio-fan,speed-map:
27 $ref: /schemas/types.yaml#/definitions/uint32-matrix
32 - description: fan speed in RPMs
33 - description: control value
39 '#cooling-cells':
43 - compatible
44 - gpios
45 - gpio-fan,speed-map
50 - |
51 gpio-fan {
52 compatible = "gpio-fan";
53 gpios = <&gpio2 14 1
55 gpio-fan,speed-map = < 0 0>,
58 alarm-gpios = <&gpio2 15 1>;
59 #cooling-cells = <2>; /* min followed by max */