Sophie

Sophie

distrib > Mageia > 6 > i586 > by-pkgid > d9deaacd17d52640913b187b0d2d30f4 > files > 3578

kernel-doc-4.14.13-1.mga6.noarch.rpm

WM8728 audio CODEC

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

Required properties:

  - compatible : "wlf,wm8728"

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

Example:

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