repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.1.18
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
sound
/
max98357a.txt
blob
a7a149a236e55b8372b7cb3622cd6a6c664d4e2d
1
Maxim MAX98357A audio DAC
2
3
This node models the Maxim MAX98357A DAC.
4
5
Required properties:
6
- compatible : "maxim,max98357a"
7
- sdmode-gpios : GPIO specifier for the GPIO -> DAC SDMODE pin
8
9
Example:
10
11
max98357a {
12
compatible = "maxim,max98357a";
13
sdmode-gpios = <&qcom_pinmux 25 0>;
14
};