-
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
Uwe Kleine-König
authored and
Greg Kroah-Hartman
committed
Jan 26, 2012
1 parent
fc80aaa
commit a7948f2
Showing
7 changed files
with
879 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: e9aba5158a80098447ff207a452a3418ae7ee386 | ||
refs/heads/master: 3afbd89c9639c344300dcdd7d4e5e18dda559fd4 |
14 changes: 14 additions & 0 deletions
14
trunk/Documentation/devicetree/bindings/tty/serial/efm32-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 @@ | ||
* Energymicro efm32 UART | ||
|
||
Required properties: | ||
- compatible : Should be "efm32,uart" | ||
- reg : Address and length of the register set | ||
- interrupts : Should contain uart interrupt | ||
|
||
Example: | ||
|
||
uart@0x4000c400 { | ||
compatible = "efm32,uart"; | ||
reg = <0x4000c400 0x400>; | ||
interrupts = <15>; | ||
}; |
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.