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 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[cris-mirror.git]
/
Documentation
/
devicetree
/
bindings
/
sound
/
cs4349.txt
blob
54c117b59dba54bf666fa22c9e92a2f805045899
1
CS4349 audio CODEC
2
3
Required properties:
4
5
- compatible : "cirrus,cs4349"
6
7
- reg : the I2C address of the device for I2C
8
9
Optional properties:
10
11
- reset-gpios : a GPIO spec for the reset pin.
12
13
Example:
14
15
codec: cs4349@48 {
16
compatible = "cirrus,cs4349";
17
reg = <0x48>;
18
reset-gpios = <&gpio 54 0>;
19
};