nau8540.txt 247 B

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