ASoC: dt-bindings: Document "samsung, arndale-wm1811" compatible
[linux-2.6-block.git] / Documentation / devicetree / bindings / sound / arndale.txt
CommitLineData
d683d0b6
KMD
1Audio Binding for Arndale boards
2
3Required properties:
f4528af6
SN
4- compatible : Can be one of the following:
5 "samsung,arndale-rt5631",
6 "samsung,arndale-wm1811"
d683d0b6
KMD
7
8- samsung,audio-cpu: The phandle of the Samsung I2S controller
9- samsung,audio-codec: The phandle of the audio codec
10
11Optional:
12- samsung,model: The name of the sound-card
13
14Arndale Boards has many audio daughter cards, one of them is
15rt5631/alc5631. Below example shows audio bindings for rt5631/
16alc5631 based codec.
17
18Example:
19
20sound {
21 compatible = "samsung,arndale-rt5631";
22
23 samsung,audio-cpu = <&i2s0>
24 samsung,audio-codec = <&rt5631>;
25};