Lines Matching +full:vdd +full:- +full:io +full:- +full:supply
12 - compatible: must be: "capella,cm3605"
13 - aset-gpios: GPIO line controlling the ASET line (drive low
15 - interrupts: the IRQ line (such as a GPIO) that is connected to
19 - io-channels: the ADC channel used for converting the voltage from
21 - io-channel-names: must be "aout"
24 - vdd-supply: regulator supplying VDD power to the component.
25 - capella,aset-resistance-ohms: the sensitivity calibration resistance,
29 but it is strongly recommended to supply this.
35 vdd-supply = <&foo_reg>;
36 aset-gpios = <&foo_gpio 1 GPIO_ACTIVE_LOW>;
37 capella,aset-resistance-ohms = <100000>;
39 io-channels = <&adc 0x01>;
40 io-channel-names = "aout";