wm8580.txt 222 B

12345678910111213141516
  1. WM8580 audio CODEC
  2. This device supports I2C only.
  3. Required properties:
  4. - compatible : "wlf,wm8580"
  5. - reg : the I2C address of the device.
  6. Example:
  7. codec: wm8580@1a {
  8. compatible = "wlf,wm8580";
  9. reg = <0x1a>;
  10. };