Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > e58e274474fd466b77325d6bb04a9554 > files > 1368

kernel-linus-doc-3.10.51-1.mga3.noarch.rpm

WM8804 audio CODEC

This device supports both I2C and SPI (configured with pin strapping
on the board).

Required properties:

  - compatible : "wlf,wm8804"

  - reg : the I2C address of the device for I2C, the chip select
          number for SPI.

Example:

codec: wm8804@1a {
	compatible = "wlf,wm8804";
	reg = <0x1a>;
};