Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / serial / rda,8810pl-uart.txt
1 RDA Micro UART
2
3 Required properties:
4 - compatible :  "rda,8810pl-uart" for RDA8810PL SoCs.
5 - reg        :  Offset and length of the register set for the device.
6 - interrupts :  Should contain UART interrupt.
7 - clocks     :  Phandle to the input clock.
8
9
10 Example:
11
12                 uart2: serial@20a90000 {
13                         compatible = "rda,8810pl-uart";
14                         reg = <0x20a90000 0x1000>;
15                         interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;
16                         clocks = <&uart_clk>;
17                 };