1Audio Binding for Arndale boards
2
3Required properties:
4- compatible : Can be one of the following:
5		"samsung,arndale-rt5631",
6		"samsung,arndale-wm1811"
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};
26