Merge branch 'next' into for-linus
[deliverable/linux.git] / Documentation / devicetree / bindings / sound / nvidia,tegra30-i2s.txt
CommitLineData
4fb0384f
SW
1NVIDIA Tegra30 I2S controller
2
3Required properties:
4- compatible : "nvidia,tegra30-i2s"
5- reg : Should contain I2S registers location and length
d8f64797
SW
6- clocks : Must contain one entry, for the module clock.
7 See ../clocks/clock-bindings.txt for details.
07999587
SW
8- resets : Must contain an entry for each entry in reset-names.
9 See ../reset/reset.txt for details.
10- reset-names : Must include the following entries:
11 - i2s
4fb0384f
SW
12- nvidia,ahub-cif-ids : The list of AHUB CIF IDs for this port, rx (playback)
13 first, tx (capture) second. See nvidia,tegra30-ahub.txt for values.
14
15Example:
16
d8f64797 17i2s@70080300 {
4fb0384f
SW
18 compatible = "nvidia,tegra30-i2s";
19 reg = <0x70080300 0x100>;
20 nvidia,ahub-cif-ids = <4 4>;
d8f64797 21 clocks = <&tegra_car 11>;
07999587
SW
22 resets = <&tegra_car 11>;
23 reset-names = "i2s";
4fb0384f 24};
This page took 0.148295 seconds and 5 git commands to generate.