repo.or.cz
/
linux-3.6.7-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git]
/
Documentation
/
devicetree
/
bindings
/
tty
/
serial
/
efm32-uart.txt
blob
6588b6950a7f7d8b9ac1f83a2b620bc3ad813042
1
* Energymicro efm32 UART
2
3
Required properties:
4
- compatible : Should be "efm32,uart"
5
- reg : Address and length of the register set
6
- interrupts : Should contain uart interrupt
7
8
Example:
9
10
uart@0x4000c400 {
11
compatible = "efm32,uart";
12
reg = <0x4000c400 0x400>;
13
interrupts = <15>;
14
};