max98095.txt 342 B

12345678910111213141516171819202122
  1. MAX98095 audio CODEC
  2. This device supports I2C only.
  3. Required properties:
  4. - compatible : "maxim,max98095".
  5. - reg : The I2C address of the device.
  6. Optional properties:
  7. - clocks: The phandle of the master clock to the CODEC
  8. - clock-names: Should be "mclk"
  9. Example:
  10. max98095: codec@11 {
  11. compatible = "maxim,max98095";
  12. reg = <0x11>;
  13. };