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
blob6588b6950a7f7d8b9ac1f83a2b620bc3ad813042
1 * Energymicro efm32 UART
3 Required properties:
4 - compatible : Should be "efm32,uart"
5 - reg : Address and length of the register set
6 - interrupts : Should contain uart interrupt
8 Example:
10 uart@0x4000c400 {
11         compatible = "efm32,uart";
12         reg = <0x4000c400 0x400>;
13         interrupts = <15>;