wm8962.txt 222 B

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