blob: 28645a2ff885e029de228ce9a599b21ff0ef9461 [file] [log] [blame]
Kenneth Westfieldc028d412015-02-05 12:53:38 -08001Maxim MAX98357A audio DAC
2
3This node models the Maxim MAX98357A DAC.
4
5Required properties:
6- compatible : "maxim,max98357a"
Anatol Pomozov51192222015-07-12 08:14:19 -07007
8Optional properties:
9- sdmode-gpios : GPIO specifier for the chip's SD_MODE pin.
10 If this option is not specified then driver does not manage
11 the pin state (e.g. chip is always on).
Kenneth Westfieldc028d412015-02-05 12:53:38 -080012
13Example:
14
15max98357a {
16 compatible = "maxim,max98357a";
17 sdmode-gpios = <&qcom_pinmux 25 0>;
18};