Lines Matching +full:matrix +full:- +full:connected
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#
7 title: Fan connected to GPIO lines
10 - Rob Herring <robh@kernel.org>
14 const: gpio-fan
19 ordered MSB-->LSB.
23 alarm-gpios:
26 fan-supply:
29 gpio-fan,speed-map:
30 $ref: /schemas/types.yaml#/definitions/uint32-matrix
35 - description: fan speed in RPMs
36 - description: control value
42 '#cooling-cells':
46 - compatible
47 - gpios
48 - gpio-fan,speed-map
53 - |
54 gpio-fan {
55 compatible = "gpio-fan";
58 gpio-fan,speed-map = < 0 0>,
61 alarm-gpios = <&gpio2 15 1>;
62 #cooling-cells = <2>; /* min followed by max */