Lines Matching +full:high +full:- +full:accuracy
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Texas Instruments ADC12138 and similar self-calibrating ADCs
10 - Akinobu Mita <akinobu.mita@gmail.com>
19 - ti,adc12130
20 - ti,adc12132
21 - ti,adc12138
34 vref-p-supply:
37 vref-n-supply:
40 (Note that this must not go below GND or exceed vref-p)
43 ti,acquisition-time:
48 For high source impedances, this value can be increased to 18 or 34.
49 For less ADC accuracy and/or slower CCLK frequencies this value may be
53 "#io-channel-cells":
57 - compatible
58 - reg
59 - interrupts
60 - clocks
61 - vref-p-supply
64 - $ref: /schemas/spi/spi-peripheral-props.yaml#
69 - |
70 #include <dt-bindings/interrupt-controller/irq.h>
72 #address-cells = <1>;
73 #size-cells = <0>;
79 interrupt-parent = <&gpio1>;
81 vref-p-supply = <&ldo4_reg>;
82 spi-max-frequency = <5000000>;
83 ti,acquisition-time = <6>;
84 #io-channel-cells = <1>;