]> Pileus Git - ~andy/linux/blob - Documentation/devicetree/bindings/tty/serial/efm32-uart.txt
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
[~andy/linux] / Documentation / devicetree / bindings / tty / serial / efm32-uart.txt
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 };