-
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.
- Loading branch information
Stephen Warren
authored and
Olof Johansson
committed
Feb 7, 2012
1 parent
844cbdd
commit 915a0a5
Showing
4 changed files
with
89 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: f8196b01b9bf1a9539e1cfceece03b60f5ae2de1 | ||
refs/heads/master: 8051b75ab32f72ebd7bf232e554d631f56f1ee42 |
30 changes: 30 additions & 0 deletions
30
trunk/Documentation/devicetree/bindings/dma/tegra20-apbdma.txt
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,30 @@ | ||
* NVIDIA Tegra APB DMA controller | ||
|
||
Required properties: | ||
- compatible: Should be "nvidia,<chip>-apbdma" | ||
- reg: Should contain DMA registers location and length. This shuld include | ||
all of the per-channel registers. | ||
- interrupts: Should contain all of the per-channel DMA interrupts. | ||
|
||
Examples: | ||
|
||
apbdma: dma@6000a000 { | ||
compatible = "nvidia,tegra20-apbdma"; | ||
reg = <0x6000a000 0x1200>; | ||
interrupts = < 0 136 0x04 | ||
0 137 0x04 | ||
0 138 0x04 | ||
0 139 0x04 | ||
0 140 0x04 | ||
0 141 0x04 | ||
0 142 0x04 | ||
0 143 0x04 | ||
0 144 0x04 | ||
0 145 0x04 | ||
0 146 0x04 | ||
0 147 0x04 | ||
0 148 0x04 | ||
0 149 0x04 | ||
0 150 0x04 | ||
0 151 0x04 >; | ||
}; |
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
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