Lines Matching +full:high +full:- +full:accuracy
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Krzysztof Kozlowski <krzk@kernel.org>
14 The INA209 is a high-side current shunt and power monitor with
23 - ti,ina209
24 - ti,ina219
25 - ti,ina220
26 - ti,ina226
27 - ti,ina230
28 - ti,ina231
29 - ti,ina237
30 - ti,ina238
31 - ti,ina260
36 "#io-channel-cells":
39 shunt-resistor:
41 Shunt resistor value in micro-Ohm.
44 ti,shunt-gain:
46 Programmable gain divisor for the shunt voltage accuracy and range. This
55 For devices that have ADCRANGE configuration (e.g. INA238) a shunt-gain
65 vs-supply:
69 ti,alert-polarity-active-high:
72 active-low open collector). The other value is Inverted
73 (1 which maps to active-high open collector). Specify this property to set
74 the alert polarity to active-high.
78 - compatible
79 - reg
82 - $ref: hwmon-common.yaml#
87 - |
89 #address-cells = <1>;
90 #size-cells = <0>;
92 power-sensor@44 {
95 #io-channel-cells = <1>;
97 shunt-resistor = <1000>;
98 vs-supply = <&vdd_3v0>;
99 ti,alert-polarity-active-high;