xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/serial/rda,8810pl-uart.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunRDA Micro UART
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunRequired properties:
4*4882a593Smuzhiyun- compatible :  "rda,8810pl-uart" for RDA8810PL SoCs.
5*4882a593Smuzhiyun- reg        :  Offset and length of the register set for the device.
6*4882a593Smuzhiyun- interrupts :  Should contain UART interrupt.
7*4882a593Smuzhiyun- clocks     :  Phandle to the input clock.
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun
10*4882a593SmuzhiyunExample:
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun		uart2: serial@20a90000 {
13*4882a593Smuzhiyun			compatible = "rda,8810pl-uart";
14*4882a593Smuzhiyun			reg = <0x20a90000 0x1000>;
15*4882a593Smuzhiyun			interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;
16*4882a593Smuzhiyun			clocks = <&uart_clk>;
17*4882a593Smuzhiyun		};
18