aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/sound/tegra20-i2s.txt
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2011-11-29 20:36:48 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-11-30 04:38:13 -0500
commitbf55499e6ee927e047feed85349365481289bd75 (patch)
tree1a66f9005fffdeb8669c7af55375cd91b9a01a75 /Documentation/devicetree/bindings/sound/tegra20-i2s.txt
parentb00adf76a6fa492c39f8225fc42debc01bbbdc1d (diff)
ASoC: Tegra I2S: Add device tree binding
Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/tegra20-i2s.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/tegra20-i2s.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/tegra20-i2s.txt b/Documentation/devicetree/bindings/sound/tegra20-i2s.txt
new file mode 100644
index 00000000000..0df2b5c816e
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/tegra20-i2s.txt
@@ -0,0 +1,17 @@
1NVIDIA Tegra 20 I2S controller
2
3Required properties:
4- compatible : "nvidia,tegra20-i2s"
5- reg : Should contain I2S registers location and length
6- interrupts : Should contain I2S interrupt
7- nvidia,dma-request-selector : The Tegra DMA controller's phandle and
8 request selector for this I2S controller
9
10Example:
11
12i2s@70002800 {
13 compatible = "nvidia,tegra20-i2s";
14 reg = <0x70002800 0x200>;
15 interrupts = < 45 >;
16 nvidia,dma-request-selector = < &apbdma 2 >;
17};