adi,adau7002.txt 493 B

12345678910111213141516171819
  1. Analog Devices ADAU7002 Stereo PDM-to-I2S/TDM Converter
  2. Required properties:
  3. - compatible: Must be "adi,adau7002"
  4. Optional properties:
  5. - IOVDD-supply: Phandle and specifier for the power supply providing the IOVDD
  6. supply as covered in Documentation/devicetree/bindings/regulator/regulator.txt
  7. If this property is not present it is assumed that the supply pin is
  8. hardwired to always on.
  9. Example:
  10. adau7002: pdm-to-i2s {
  11. compatible = "adi,adau7002";
  12. IOVDD-supply = <&supply>;
  13. };