The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/iio/adc/axp20x_adc.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 * X-Powers AXP ADC bindings
    2 
    3 Required properties:
    4   - compatible: should be one of:
    5     - "x-powers,axp209-adc",
    6     - "x-powers,axp221-adc",
    7     - "x-powers,axp813-adc",
    8   - #io-channel-cells: should be 1,
    9 
   10 Example:
   11 
   12 &axp22x {
   13         adc {
   14                 compatible = "x-powers,axp221-adc";
   15                 #io-channel-cells = <1>;
   16         };
   17 };
   18 
   19 ADC channels and their indexes per variant:
   20 
   21 AXP209
   22 ------
   23  0 | acin_v
   24  1 | acin_i
   25  2 | vbus_v
   26  3 | vbus_i
   27  4 | pmic_temp
   28  5 | gpio0_v
   29  6 | gpio1_v
   30  7 | ipsout_v
   31  8 | batt_v
   32  9 | batt_chrg_i
   33 10 | batt_dischrg_i
   34 
   35 AXP22x
   36 ------
   37  0 | pmic_temp
   38  1 | batt_v
   39  2 | batt_chrg_i
   40  3 | batt_dischrg_i
   41 
   42 AXP813
   43 ------
   44  0 | pmic_temp
   45  1 | gpio0_v
   46  2 | batt_v
   47  3 | batt_chrg_i
   48  4 | batt_dischrg_i

Cache object: daad050ee8789f096f487d218410d3dc


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.