Merge branch 'picoxcell/timer' into next/timer
[deliverable/linux.git] / Documentation / devicetree / bindings / sound / tegra-audio-trimslice.txt
1 NVIDIA Tegra audio complex for TrimSlice
2
3 Required 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
8 Example:
9
10 sound {
11 compatible = "nvidia,tegra-audio-trimslice";
12 nvidia,i2s-controller = <&tegra_i2s1>;
13 nvidia,audio-codec = <&codec>;
14 };
This page took 0.031155 seconds and 5 git commands to generate.