omap-twl4030.txt 391 B

1234567891011121314151617
  1. * Texas Instruments SoC with twl4030 based audio setups
  2. Required properties:
  3. - compatible: "ti,omap-twl4030"
  4. - ti,model: Name of the sound card (for example "omap3beagle")
  5. - ti,mcbsp: phandle for the McBSP node
  6. - ti,codec: phandle for the twl4030 audio node
  7. Example:
  8. sound {
  9. compatible = "ti,omap-twl4030";
  10. ti,model = "omap3beagle";
  11. ti,mcbsp = <&mcbsp2>;
  12. ti,codec = <&twl_audio>;
  13. };