Kenneth Westfield | c028d41 | 2015-02-05 12:53:38 -0800 | [diff] [blame] | 1 | Maxim MAX98357A audio DAC |
| 2 | |
| 3 | This node models the Maxim MAX98357A DAC. |
| 4 | |
| 5 | Required properties: |
| 6 | - compatible : "maxim,max98357a" |
Anatol Pomozov | 5119222 | 2015-07-12 08:14:19 -0700 | [diff] [blame] | 7 | |
| 8 | Optional 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 Westfield | c028d41 | 2015-02-05 12:53:38 -0800 | [diff] [blame] | 12 | |
| 13 | Example: |
| 14 | |
| 15 | max98357a { |
| 16 | compatible = "maxim,max98357a"; |
| 17 | sdmode-gpios = <&qcom_pinmux 25 0>; |
| 18 | }; |