-
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
Arnd Bergmann
committed
Mar 12, 2013
1 parent
aa51f24
commit ef5aeee
Showing
4 changed files
with
73 additions
and
27 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: dc715452e9145156840b09df765ea2ede4851eda | ||
refs/heads/master: 787b0c1f8e1975157fe73104e67cac18f955281b |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
* ARM AMBA Primecell PL011 serial UART | ||
|
||
Required properties: | ||
- compatible: must be "arm,primecell", "arm,pl011" | ||
- reg: exactly one register range with length 0x1000 | ||
- interrupts: exactly one interrupt specifier | ||
|
||
Optional properties: | ||
- pinctrl: When present, must have one state named "sleep" | ||
and one state named "default" | ||
- clocks: When present, must refer to exactly one clock named | ||
"apb_pclk" | ||
- dmas: When present, may have one or two dma channels. | ||
The first one must be named "rx", the second one | ||
must be named "tx". | ||
|
||
See also bindings/arm/primecell.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