ARM: dts: omap3-overo: Add audio support
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / omap3-overo.dtsi
index 800be293c6a47e75f6d807f582c76c096336899a..81341fa27c23f1739f6758382836e4deb2a33bd3 100644 (file)
                        max-brightness = <127>;
                };
        };
+
+       sound {
+               compatible = "ti,omap-twl4030";
+               ti,model = "overo";
+
+               ti,mcbsp = <&mcbsp2>;
+               ti,codec = <&twl_audio>;
+       };
 };
 
 &i2c1 {
                reg = <0x48>;
                interrupts = <7>; /* SYS_NIRQ cascaded to intc */
                interrupt-parent = <&intc>;
+
+               twl_audio: audio {
+                       compatible = "ti,twl4030-audio";
+                       codec {
+                       };
+               };
        };
 };