wm8523.txt 222 B

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