-
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
Laxman Dewangan
authored and
Greg Kroah-Hartman
committed
Jan 16, 2013
1 parent
92f0718
commit 2dab08a
Showing
5 changed files
with
1,436 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: 42d34191545be343909417dd05db799686f2e48e | ||
refs/heads/master: e9ea096dd2259454e0d09d0b0445fe8f0117add4 |
24 changes: 24 additions & 0 deletions
24
trunk/Documentation/devicetree/bindings/serial/nvidia,tegra20-hsuart.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,24 @@ | ||
NVIDIA Tegra20/Tegra30 high speed (DMA based) UART controller driver. | ||
|
||
Required properties: | ||
- compatible : should be "nvidia,tegra30-hsuart", "nvidia,tegra20-hsuart". | ||
- reg: Should contain UART controller registers location and length. | ||
- interrupts: Should contain UART controller interrupts. | ||
- nvidia,dma-request-selector : The Tegra DMA controller's phandle and | ||
request selector for this UART controller. | ||
|
||
Optional properties: | ||
- nvidia,enable-modem-interrupt: Enable modem interrupts. Should be enable | ||
only if all 8 lines of UART controller are pinmuxed. | ||
|
||
Example: | ||
|
||
serial@70006000 { | ||
compatible = "nvidia,tegra30-hsuart", "nvidia,tegra20-hsuart"; | ||
reg = <0x70006000 0x40>; | ||
reg-shift = <2>; | ||
interrupts = <0 36 0x04>; | ||
nvidia,dma-request-selector = <&apbdma 8>; | ||
nvidia,enable-modem-interrupt; | ||
status = "disabled"; | ||
}; |
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
Oops, something went wrong.