Lines Matching +full:current +full:- +full:channel
1 Qualcomm's SPMI PMIC current ADC
3 QPNP PMIC current ADC (IADC) provides interface to clients to read current.
4 A 16 bit ADC is used for current measurements. IADC can measure the current
5 through an external resistor (channel 1) or internal (built-in) resistor
6 (channel 0). When using an external resistor it is to be described by
7 qcom,external-resistor-micro-ohms property.
11 - compatible:
14 Definition: Should contain "qcom,spmi-iadc".
16 - reg:
18 Value type: <prop-encoded-array>
21 - interrupts:
23 Value type: <prop-encoded-array>
26 - qcom,external-resistor-micro-ohms:
35 compatible = "qcom,spmi-iadc";
38 qcom,external-resistor-micro-ohms = <10000>;
39 #io-channel-cells = <1>;
44 io-channels = <&pmic_iadc 0>;
45 io-channel-names = "iadc";