aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/omap-twl4030.txt
blob: 6fae51c7f766fe995ba96627cde3f1bfeb661426 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
* Texas Instruments SoC with twl4030 based audio setups

Required properties:
- compatible: "ti,omap-twl4030"
- ti,model: Name of the sound card (for example "omap3beagle")
- ti,mcbsp: phandle for the McBSP node
- ti,codec: phandle for the twl4030 audio node

Example:

sound {
	compatible = "ti,omap-twl4030";
	ti,model = "omap3beagle";

	ti,mcbsp = <&mcbsp2>;
	ti,codec = <&twl_audio>;
};