1 Samsung Exynos Odroid XU3/XU4 audio complex with MAX98090 codec
5 - compatible - "samsung,odroidxu3-audio" - for Odroid XU3 board,
6 "samsung,odroidxu4-audio" - for Odroid XU4 board
7 - model - the user-visible name of this sound complex
8 - clocks - should contain entries matching clock names in the clock-names
10 - samsung,audio-widgets - this property specifies off-codec audio elements
11 like headphones or speakers, for details see widgets.txt
12 - samsung,audio-routing - a list of the connections between audio
13 components; each entry is a pair of strings, the first being the
14 connection's sink, the second being the connection's source;
15 valid names for sources and sinks are the MAX98090's pins (as
16 documented in its binding), and the jacks on the board
19 "Headphone Jack", "Mic Jack", "DMIC"
22 "Headphone Jack", "Speakers"
29 - 'cpu' subnode with a 'sound-dai' property containing the phandle of the I2S
31 - 'codec' subnode with a 'sound-dai' property containing list of phandles
32 to the CODEC nodes, first entry must be corresponding to the MAX98090
33 CODEC and the second entry must be the phandle of the HDMI IP block node
38 compatible = "samsung,odroidxu3-audio";
40 samsung,audio-routing =
41 "Headphone Jack", "HPL",
42 "Headphone Jack", "HPR",
44 "Mic Jack", "MICBIAS";
47 sound-dai = <&i2s0 0>;
50 sound-dai = <&hdmi>, <&max98090>;