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/aspeed_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 Aspeed ADC
    2 
    3 This device is a 10-bit converter for 16 voltage channels.  All inputs are
    4 single ended.
    5 
    6 Required properties:
    7 - compatible: Should be "aspeed,ast2400-adc" or "aspeed,ast2500-adc"
    8 - reg: memory window mapping address and length
    9 - clocks: Input clock used to derive the sample clock. Expected to be the
   10           SoC's APB clock.
   11 - resets: Reset controller phandle
   12 - #io-channel-cells: Must be set to <1> to indicate channels are selected
   13                      by index.
   14 
   15 Example:
   16         adc@1e6e9000 {
   17                 compatible = "aspeed,ast2400-adc";
   18                 reg = <0x1e6e9000 0xb0>;
   19                 clocks = <&syscon ASPEED_CLK_APB>;
   20                 resets = <&syscon ASPEED_RESET_ADC>;
   21                 #io-channel-cells = <1>;
   22         };

Cache object: 281f1802fa60c0611cfe837ef72c2631


[ 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.