Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > c0c9cbe6e37c8a575e49a6a15fa91b29 > files > 1709

kernel-doc-3.14.23-1.mga4.noarch.rpm

WM8510 audio CODEC

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

Required properties:

  - compatible : "wlf,wm8510"

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

Example:

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