-
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: 281588 b: refs/heads/master c: 26c919e h: refs/heads/master v: v3
- Loading branch information
Thomas Abraham
authored and
Kukjin Kim
committed
Dec 23, 2011
1 parent
d58d5aa
commit e524abb
Showing
3 changed files
with
49 additions
and
3 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: da121506eb03ee5daea55404709110b798bd61d9 | ||
refs/heads/master: 26c919e1d3f4dff87ad50e104670f048cbc69b17 |
14 changes: 14 additions & 0 deletions
14
trunk/Documentation/devicetree/bindings/serial/samsung_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,14 @@ | ||
* Samsung's UART Controller | ||
|
||
The Samsung's UART controller is used for interfacing SoC with serial communicaion | ||
devices. | ||
|
||
Required properties: | ||
- compatible: should be | ||
- "samsung,exynos4210-uart", for UART's compatible with Exynos4210 uart ports. | ||
|
||
- reg: base physical address of the controller and length of memory mapped | ||
region. | ||
|
||
- interrupts: interrupt number to the cpu. The interrupt specifier format depends | ||
on the interrupt controller parent. |
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