Lines Matching +full:adc +full:- +full:channel +full:- +full:names
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/adc/nxp,imx93-adc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NXP iMX93 ADC
10 - Haibo Chen <haibo.chen@nxp.com>
13 The ADC on iMX93 is a 8-channel 12-bit 1MS/s ADC with 4 channels
15 One-Shot and Scan (continuous) conversions. Programmable DMA
16 enables for each channel Also this ADC contain alternate analog
18 also has Self-test logic and Software-initiated calibration.
22 const: nxp,imx93-adc
29 - description: WDGnL, watchdog threshold interrupt requests.
30 - description: WDGnH, watchdog threshold interrupt requests.
31 - description: normal conversion, include EOC (End of Conversion),
38 clock-names:
41 vref-supply:
43 The reference voltage which used to establish channel scaling.
45 "#io-channel-cells":
49 - compatible
50 - reg
51 - interrupts
52 - clocks
53 - clock-names
54 - vref-supply
55 - "#io-channel-cells"
60 - |
61 #include <dt-bindings/interrupt-controller/irq.h>
62 #include <dt-bindings/clock/imx93-clock.h>
63 #include <dt-bindings/interrupt-controller/arm-gic.h>
65 #address-cells = <1>;
66 #size-cells = <1>;
67 adc@44530000 {
68 compatible = "nxp,imx93-adc";
74 clock-names = "ipg";
75 vref-supply = <®_vref_1v8>;
76 #io-channel-cells = <1>;