1 Samsung Exynos5433 TM2(E) audio complex with WM5110 codec
5 - compatible : "samsung,tm2-audio"
6 - model : the user-visible name of this sound complex
7 - audio-codec : the first entry should be phandle of the wm5110 audio
8 codec node, as described in ../mfd/arizona.txt;
9 the second entry should be phandle of the HDMI
11 - i2s-controller : the list of phandle and argument tuples pointing to
12 I2S controllers, the first entry should be I2S0 and
14 - audio-amplifier : the phandle of the MAX98504 amplifier
15 - samsung,audio-routing : a list of the connections between audio components;
16 each entry is a pair of strings, the first being the
17 connection's sink, the second being the connection's
18 source; valid names for sources and sinks are the
19 WM5110's and MAX98504's pins and the jacks on the
20 board: HP, SPK, Main Mic, Sub Mic, Third Mic,
22 - mic-bias-gpios : GPIO pin that enables the Main Mic bias regulator
28 compatible = "samsung,tm2-audio";
29 audio-codec = <&wm5110>, <&hdmi>;
30 i2s-controller = <&i2s0 0>, <&i2s1 0>;
31 audio-amplifier = <&max98504>;
32 mic-bias-gpios = <&gpr3 2 0>;
34 samsung,audio-routing =
40 "Main Mic", "MICBIAS2",