Lines Matching +full:bus +full:- +full:range
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Eric Tremblay <etremblay@distech-controls.com>
13 The TMP512 (dual-channel) and TMP513 (triple-channel) are system monitors
14 that include remote sensors, a local temperature sensor, and a high-side
16 remote temperatures, on-chip temperatures, and system voltage/power/current
27 - ti,tmp512
28 - ti,tmp513
33 shunt-resistor-micro-ohms:
38 rshunt <= pga-gain * 40 * 1000 * 1000.
42 ti,pga-gain:
45 The PGA gain affect the shunt voltage range.
46 The range will be equal to: pga-gain * 40mV
51 ti,bus-range-microvolt:
53 This is the operating range of the bus voltage in microvolt
59 Array of three(TMP513) or two(TMP512) n-Factor value for each remote
61 See datasheet Table 11 for n-Factor range list and value interpretation.
62 $ref: /schemas/types.yaml#/definitions/uint32-array
71 - compatible
72 - reg
75 - $ref: hwmon-common.yaml#
80 - |
82 #address-cells = <1>;
83 #size-cells = <0>;
88 shunt-resistor-micro-ohms = <330000>;
89 ti,bus-range-microvolt = <32000000>;
90 ti,pga-gain = <8>;