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/sound/adi,adau17x1.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 Analog Devices ADAU1361/ADAU1461/ADAU1761/ADAU1961/ADAU1381/ADAU1781
    2 
    3 Required properties:
    4 
    5  - compatible:          Should contain one of the following:
    6                         "adi,adau1361"
    7                         "adi,adau1461"
    8                         "adi,adau1761"
    9                         "adi,adau1961"
   10                         "adi,adau1381"
   11                         "adi,adau1781"
   12 
   13  - reg:                 The i2c address. Value depends on the state of ADDR0
   14                         and ADDR1, as wired in hardware.
   15 
   16 Optional properties:
   17  - clock-names:         If provided must be "mclk".
   18  - clocks:              phandle + clock-specifiers for the clock that provides
   19                         the audio master clock for the device.
   20 
   21 Examples:
   22 #include <dt-bindings/sound/adau17x1.h>
   23 
   24         i2c_bus {
   25                 adau1361@38 {
   26                         compatible = "adi,adau1761";
   27                         reg = <0x38>;
   28 
   29                         clock-names = "mclk";
   30                         clocks = <&audio_clock>;
   31                 };
   32         };

Cache object: 058e72fba93208f460b82183a75e2420


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