-
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.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
- Loading branch information
Uwe Kleine-König
authored and
Greg Kroah-Hartman
committed
Jan 26, 2012
1 parent
e9aba51
commit 3afbd89
Showing
6 changed files
with
878 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
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.