Lines Matching +full:imx7d +full:- +full:clock
1 Freescale imx7d ADC bindings
4 imx7d SoC.
7 - compatible: Should be "fsl,imx7d-adc"
8 - reg: Offset and length of the register set for the ADC device
9 - interrupts: The interrupt number for the ADC device
10 - clocks: The root clock of the ADC controller
11 - clock-names: Must contain "adc", matching entry in the clocks property
12 - vref-supply: The regulator supply ADC reference voltage
13 - #io-channel-cells: Must be 1 as per ../iio-bindings.txt
17 compatible = "fsl,imx7d-adc";
21 clock-names = "adc";
22 vref-supply = <®_vcc_3v3_mcu>;
23 #io-channel-cells = <1>;