-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ASoC: Tegra I2S: Add device tree binding
Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
- Loading branch information
Stephen Warren
authored and
Mark Brown
committed
Nov 30, 2011
1 parent
b00adf7
commit bf55499
Showing
2 changed files
with
39 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
NVIDIA Tegra 20 I2S controller | ||
|
||
Required properties: | ||
- compatible : "nvidia,tegra20-i2s" | ||
- reg : Should contain I2S registers location and length | ||
- interrupts : Should contain I2S interrupt | ||
- nvidia,dma-request-selector : The Tegra DMA controller's phandle and | ||
request selector for this I2S controller | ||
|
||
Example: | ||
|
||
i2s@70002800 { | ||
compatible = "nvidia,tegra20-i2s"; | ||
reg = <0x70002800 0x200>; | ||
interrupts = < 45 >; | ||
nvidia,dma-request-selector = < &apbdma 2 >; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters