-
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.
yaml --- r: 261124 b: refs/heads/master c: 22698aa h: refs/heads/master v: v3
- Loading branch information
Shawn Guo
committed
Jul 27, 2011
1 parent
195bc01
commit 35cb5e4
Showing
3 changed files
with
92 additions
and
12 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: fe6b540ac033be6e9fa00dab1c8902dea0ad4016 | ||
refs/heads/master: 22698aa252e5e10f5b6d171bf82669deeab3bee1 |
19 changes: 19 additions & 0 deletions
19
trunk/Documentation/devicetree/bindings/tty/serial/fsl-imx-uart.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,19 @@ | ||
* Freescale i.MX Universal Asynchronous Receiver/Transmitter (UART) | ||
|
||
Required properties: | ||
- compatible : Should be "fsl,<soc>-uart" | ||
- reg : Address and length of the register set for the device | ||
- interrupts : Should contain uart interrupt | ||
|
||
Optional properties: | ||
- fsl,uart-has-rtscts : Indicate the uart has rts and cts | ||
- fsl,irda-mode : Indicate the uart supports irda mode | ||
|
||
Example: | ||
|
||
uart@73fbc000 { | ||
compatible = "fsl,imx51-uart", "fsl,imx21-uart"; | ||
reg = <0x73fbc000 0x4000>; | ||
interrupts = <31>; | ||
fsl,uart-has-rtscts; | ||
}; |
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