Lines Matching +full:adt7475 +full:- +full:d
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/hwmon/adt7475.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ADT7475 hwmon sensor
10 - Jean Delvare <jdelvare@suse.com>
13 The ADT7473, ADT7475, ADT7476, and ADT7490 are thermal monitors and multiple
23 https://www.onsemi.com/pub/Collateral/ADT7473-D.PDF
24 https://www.onsemi.com/pub/Collateral/ADT7475-D.PDF
25 https://www.onsemi.com/pub/Collateral/ADT7476-D.PDF
26 https://www.onsemi.com/pub/Collateral/ADT7490-D.PDF
34 - adi,adt7473
35 - adi,adt7475
36 - adi,adt7476
37 - adi,adt7490
42 adi,pwm-active-state:
47 $ref: /schemas/types.yaml#/definitions/uint32-array
55 "^adi,bypass-attenuator-in[0-4]$":
64 "^adi,pin(5|10)-function$":
66 Configures the function for pin 5 on the adi,adt7473 and adi,adt7475. Or
70 - pwm2
71 - smbalert#
73 "^adi,pin(9|14)-function$":
75 Configures the function for pin 9 on the adi,adt7473 and adi,adt7475. Or
79 - tach4
80 - therm#
81 - smbalert#
82 - gpio
85 - compatible
86 - reg
91 - |
93 #address-cells = <1>;
94 #size-cells = <0>;
99 adi,bypass-attenuator-in0 = <1>;
100 adi,bypass-attenuator-in1 = <0>;
101 adi,pwm-active-state = <1 0 1>;
102 adi,pin10-function = "smbalert#";
103 adi,pin14-function = "tach4";