ARM: dts: sama5d2: Add uart4 definition
[oweals/u-boot.git] / arch / arm / dts / exynos5800-peach-pi.dts
index 239781b34bba047a3bace9b9a3b588784c7b8ce8..63c0b186e426ffa9d05a9d7c560764158304dd0f 100644 (file)
                };
        };
 
+       sound {
+               compatible = "google,peach-audio-max98090";
+
+               samsung,model = "PEACH-I2S-MAX98090";
+               samsung,audio-codec = <&max98090>;
+
+               cpu {
+                       sound-dai = <&i2s0 0>;
+               };
+
+               codec {
+                       sound-dai = <&max98090 0>;
+               };
+       };
+
        i2c@12CD0000 { /* i2c7 */
                clock-frequency = <100000>;
-               soundcodec@10 {
+               max98090: soundcodec@10 {
                        reg = <0x10>;
-                       compatible = "maxim,max98090-codec";
+                       compatible = "maxim,max98090";
+                       #sound-dai-cells = <1>;
                };
        };