Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 49bfb6ad2da6e0e36b3bf11aaa155ac5 > files > 5088

kernel-doc-5.10.6-1.mga7.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:

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