repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
Documentation
/
devicetree
/
bindings
/
sound
/
dioo,dio2125.txt
blob
63dbfe0f11d0cfb139f5fa03030ab3a809b6167b
1
DIO2125 Audio Driver
2
3
Required properties:
4
- compatible : "dioo,dio2125"
5
- enable-gpios : the gpio connected to the enable pin of the dio2125
6
7
Example:
8
9
amp: analog-amplifier {
10
compatible = "dioo,dio2125";
11
enable-gpios = <&gpio GPIOH_3 0>;
12
};