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/fsl,imx7d-adc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale ADC found on the imx7d SoC
10 - Haibo Chen <haibo.chen@nxp.com>
14 const: fsl,imx7d-adc
25 clock-names:
26 const: adc
28 vref-supply: true
30 "#io-channel-cells":
34 - compatible
35 - reg
36 - interrupts
37 - clocks
38 - clock-names
39 - vref-supply
40 - "#io-channel-cells"
45 - |
46 #include <dt-bindings/interrupt-controller/irq.h>
47 #include <dt-bindings/clock/imx7d-clock.h>
48 #include <dt-bindings/interrupt-controller/arm-gic.h>
50 #address-cells = <1>;
51 #size-cells = <1>;
52 adc@30610000 {
53 compatible = "fsl,imx7d-adc";
57 clock-names = "adc";
58 vref-supply = <®_vcc_3v3_mcu>;
59 #io-channel-cells = <1>;