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
thermal: fix Mediatek thermal controller build
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
sound
/
rt5514.txt
blob
e24436fc5ea9986ae845cbfc03fff0216ed03d70
1
RT5514 audio CODEC
2
3
This device supports I2C only.
4
5
Required properties:
6
7
- compatible : "realtek,rt5514".
8
9
- reg : The I2C address of the device.
10
11
Pins on the device (for linking into audio routes) for RT5514:
12
13
* DMIC1L
14
* DMIC1R
15
* DMIC2L
16
* DMIC2R
17
* AMICL
18
* AMICR
19
20
Example:
21
22
codec: rt5514@57 {
23
compatible = "realtek,rt5514";
24
reg = <0x57>;
25
};