Lines Matching +full:pseudo +full:- +full:differential
1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jonathan Cameron <jic23@kernel.org>
17 pattern: "^channel(@[0-9a-f]+)?$"
31 diff-channels:
32 $ref: /schemas/types.yaml#/definitions/uint32-array
37 to both the positive and negative inputs of a differential ADC.
41 single-channel:
44 When devices combine single-ended and differential channels, allow the
46 differential channels). If this and diff-channels are not present reg
49 common-mode-channel:
52 Some ADCs have differential input pins that can be used to measure
53 single-ended or pseudo-differential inputs. This property can be used
54 in addition to single-channel to signal software that this channel is
55 not differential but still specify two inputs.
57 The input pair is specified by setting single-channel to the positive
58 input pin and common-mode-channel to the negative pin.
60 settling-time-us:
64 oversampling-ratio:
67 Oversampling is used as replacement of or addition to the low-pass filter.
73 - oneOf:
74 - required:
75 - reg
76 - diff-channels
77 - required:
78 - reg
79 - single-channel
80 - required:
81 - reg