Lines Matching +full:imx93 +full:- +full:clock
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
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),
34 - description: Self-testing Interrupts.
39 clock-names:
42 vref-supply:
46 "#io-channel-cells":
50 - compatible
51 - reg
52 - interrupts
53 - clocks
54 - clock-names
55 - vref-supply
56 - "#io-channel-cells"
61 - |
62 #include <dt-bindings/interrupt-controller/irq.h>
63 #include <dt-bindings/clock/imx93-clock.h>
64 #include <dt-bindings/interrupt-controller/arm-gic.h>
66 #address-cells = <1>;
67 #size-cells = <1>;
69 compatible = "nxp,imx93-adc";
76 clock-names = "ipg";
77 vref-supply = <®_vref_1v8>;
78 #io-channel-cells = <1>;