max98357a.txt 420 B

123456789101112131415161718
  1. Maxim MAX98357A audio DAC
  2. This node models the Maxim MAX98357A DAC.
  3. Required properties:
  4. - compatible : "maxim,max98357a"
  5. Optional properties:
  6. - sdmode-gpios : GPIO specifier for the chip's SD_MODE pin.
  7. If this option is not specified then driver does not manage
  8. the pin state (e.g. chip is always on).
  9. Example:
  10. max98357a {
  11. compatible = "maxim,max98357a";
  12. sdmode-gpios = <&qcom_pinmux 25 0>;
  13. };