Lines Matching +full:tach +full:- +full:ch
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/hwmon/aspeed,g6-pwm-tach.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: ASPEED G6 PWM and Fan Tach controller
11 - Billy Tsai <billy_tsai@aspeedtech.com>
15 The ASPEED Fan Tacho controller can support up to 16 fan tach input.
22 - aspeed,ast2600-pwm-tach
33 "#pwm-cells":
37 "^fan-[0-9]+$":
38 $ref: fan-common.yaml#
41 - tach-ch
44 - reg
45 - clocks
46 - resets
47 - "#pwm-cells"
48 - compatible
53 - |
54 #include <dt-bindings/clock/aspeed-clock.h>
55 pwm_tach: pwm-tach-controller@1e610000 {
56 compatible = "aspeed,ast2600-pwm-tach";
60 #pwm-cells = <3>;
62 fan-0 {
63 tach-ch = /bits/ 8 <0x0>;
67 fan-1 {
68 tach-ch = /bits/ 8 <0x1 0x2>;