Lines Matching +full:adc +full:- +full:channel +full:- +full:names
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/adc/nxp,imx8qxp-adc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NXP IMX8QXP ADC
10 - Cai Huoqing <caihuoqing@baidu.com>
13 Supports the ADC found on the IMX8QXP SoC.
17 const: nxp,imx8qxp-adc
28 clock-names:
30 - const: per
31 - const: ipg
33 assigned-clocks:
36 assigned-clock-rates:
39 power-domains:
42 vref-supply:
44 External ADC reference voltage supply on VREFH pad. If VERID[MVI] is
48 "#io-channel-cells":
52 - compatible
53 - reg
54 - interrupts
55 - clocks
56 - clock-names
57 - assigned-clocks
58 - assigned-clock-rates
59 - power-domains
60 - "#io-channel-cells"
65 - |
66 #include <dt-bindings/interrupt-controller/arm-gic.h>
67 #include <dt-bindings/firmware/imx/rsrc.h>
69 #address-cells = <2>;
70 #size-cells = <2>;
71 adc@5a880000 {
72 compatible = "nxp,imx8qxp-adc";
77 clock-names = "per", "ipg";
78 assigned-clocks = <&clk IMX_SC_R_ADC_0>;
79 assigned-clock-rates = <24000000>;
80 power-domains = <&pd IMX_SC_R_ADC_0>;
81 vref-supply = <®_1v8>;
82 #io-channel-cells = <1>;