Lines Matching +full:sensor +full:- +full:channel
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TMP42x/TMP44x temperature sensor
10 - Guenter Roeck <linux@roeck-us.net>
13 ±1°C Remote and Local temperature sensor
19 - ti,tmp421
20 - ti,tmp422
21 - ti,tmp423
22 - ti,tmp441
23 - ti,tmp442
27 '#address-cells':
30 '#size-cells':
34 - compatible
35 - reg
40 "^channel@([0-3])$":
48 The channel number. 0 is local channel, 1-3 are remote channels
55 A descriptive name for this channel, like "ambient" or "psu".
57 ti,n-factor:
59 … The value (two's complement) to be programmed in the channel specific N correction register.
62 minimum: -128
66 - reg
71 - |
73 #address-cells = <1>;
74 #size-cells = <0>;
76 sensor@4c {
81 - |
83 #address-cells = <1>;
84 #size-cells = <0>;
86 sensor@4c {
89 #address-cells = <1>;
90 #size-cells = <0>;
92 channel@0 {
94 ti,n-factor = <0x1>;
98 channel@1 {
100 ti,n-factor = <0x0>;
104 channel@2 {