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/es8328.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 Everest ES8328 audio CODEC
    2 
    3 This device supports both I2C and SPI.
    4 
    5 Required properties:
    6 
    7   - compatible  : Should be "everest,es8328" or "everest,es8388"
    8   - DVDD-supply : Regulator providing digital core supply voltage 1.8 - 3.6V
    9   - AVDD-supply : Regulator providing analog supply voltage 3.3V
   10   - PVDD-supply : Regulator providing digital IO supply voltage 1.8 - 3.6V
   11   - IPVDD-supply : Regulator providing analog output voltage 3.3V
   12   - clocks : A 22.5792 or 11.2896 MHz clock
   13   - reg : the I2C address of the device for I2C, the chip select number for SPI
   14 
   15 Pins on the device (for linking into audio routes):
   16 
   17   * LOUT1
   18   * LOUT2
   19   * ROUT1
   20   * ROUT2
   21   * LINPUT1
   22   * RINPUT1
   23   * LINPUT2
   24   * RINPUT2
   25   * Mic Bias
   26 
   27 
   28 Example:
   29 
   30 codec: es8328@11 {
   31         compatible = "everest,es8328";
   32         DVDD-supply = <&reg_3p3v>;
   33         AVDD-supply = <&reg_3p3v>;
   34         PVDD-supply = <&reg_3p3v>;
   35         HPVDD-supply = <&reg_3p3v>;
   36         clocks = <&clks 169>;
   37         reg = <0x11>;
   38 };

Cache object: 8f230069bf135056514e8871a9dcd29b


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