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/cc10001_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 * Cosmic Circuits - Analog to Digital Converter (CC-10001-ADC)
    2 
    3 Required properties:
    4   - compatible: Should be "cosmic,10001-adc"
    5   - reg: Should contain adc registers location and length.
    6   - clock-names: Should contain "adc".
    7   - clocks: Should contain a clock specifier for each entry in clock-names
    8   - vref-supply: The regulator supply ADC reference voltage.
    9 
   10 Optional properties:
   11   - adc-reserved-channels: Bitmask of reserved channels,
   12     i.e. channels that cannot be used by the OS.
   13 
   14 Example:
   15 adc: adc@18101600 {
   16         compatible = "cosmic,10001-adc";
   17         reg = <0x18101600 0x24>;
   18         adc-reserved-channels = <0x2>;
   19         clocks = <&adc_clk>;
   20         clock-names = "adc";
   21         vref-supply = <&reg_1v8>;
   22 };

Cache object: ec9b6397d78d22f1bdf2e4f1abc50c66


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