Lines Matching +full:technical +full:- +full:documentation
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices AD777X family 8-Channel, 24-Bit, Simultaneous Sampling ADCs
10 - Ramona Nechita <[email protected]>
13 The AD777X family consist of 8-channel, simultaneous sampling analog-to-
14 digital converter (ADC). Eight full Σ-Δ ADCs are on-chip. The
18 outputs into the full-scale ADC input range, maximizing the
21 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7770.pdf
22 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7771.pdf
23 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7779.pdf
25 $ref: /schemas/spi/spi-peripheral-props.yaml#
30 - adi,ad7770
31 - adi,ad7771
32 - adi,ad7779
37 '#address-cells':
40 '#size-cells':
46 avdd1-supply:
47 description: Front-End analog supply AVDD1. Can be used as conversion ref.
49 avdd2-supply:
52 avdd4-supply:
58 - description: |
61 Σ-∆ conversion.
62 - description: |
67 interrupt-names:
72 - adc_rdy
73 - alert
75 start-gpios:
80 reset-gpios:
84 - compatible
85 - reg
86 - clocks
87 - interrupts
92 - |
93 #include <dt-bindings/gpio/gpio.h>
94 #include <dt-bindings/interrupt-controller/irq.h>
96 #address-cells = <1>;
97 #size-cells = <0>;
102 start-gpios = <&gpio0 87 GPIO_ACTIVE_LOW>;
103 reset-gpios = <&gpio0 93 GPIO_ACTIVE_LOW>;
104 interrupt-parent = <&intc>;
106 interrupt-names = "adc_rdy";