Merge branch 'picoxcell/timer' into next/timer
[deliverable/linux.git] / Documentation / devicetree / bindings / sound / tegra-audio-trimslice.txt
CommitLineData
6264f668
SW
1NVIDIA Tegra audio complex for TrimSlice
2
3Required properties:
4- compatible : "nvidia,tegra-audio-trimslice"
5- nvidia,i2s-controller : The phandle of the Tegra I2S1 controller
6- nvidia,audio-codec : The phandle of the WM8903 audio codec
7
8Example:
9
10sound {
11 compatible = "nvidia,tegra-audio-trimslice";
12 nvidia,i2s-controller = <&tegra_i2s1>;
13 nvidia,audio-codec = <&codec>;
14};
This page took 0.038901 seconds and 5 git commands to generate.