···11+Samsung Exynos Odroid X2/U3 audio complex with MAX98090 codec22+33+Required properties:44+ - compatible : "samsung,odroidx2-audio" - for Odroid X2 board,55+ "samsung,odroidu3-audio" - for Odroid U3 board66+ - samsung,model : the user-visible name of this sound complex77+ - samsung,i2s-controller : the phandle of the I2S controller88+ - samsung,audio-codec : the phandle of the MAX98090 audio codec99+ - samsung,audio-routing : a list of the connections between audio1010+ components; each entry is a pair of strings, the first being the1111+ connection's sink, the second being the connection's source;1212+ valid names for sources and sinks are the MAX98090's pins (as1313+ documented in its binding), and the jacks on the board1414+ For Odroid X2:1515+ * Headphone Jack1616+ * Mic Jack1717+ * DMIC1818+1919+ For Odroid U3:2020+ * Headphone Jack2121+ * Speakers2222+2323+Example:2424+2525+sound {2626+ compatible = "samsung,odroidu3-audio";2727+ samsung,i2s-controller = <&i2s0>;2828+ samsung,audio-codec = <&max98090>;2929+ samsung,model = "Odroid-X2";3030+ samsung,audio-routing =3131+ "Headphone Jack", "HPL",3232+ "Headphone Jack", "HPR",3333+ "IN1", "Mic Jack",3434+ "Mic Jack", "MICBIAS";3535+};