Back to home page

OSCL-LXR

 
 

    


0001 Socionext Milbeaut UART controller
0002 
0003 Required properties:
0004 - compatible: should be "socionext,milbeaut-usio-uart".
0005 - reg: offset and length of the register set for the device.
0006 - interrupts: two interrupts specifier.
0007 - interrupt-names: should be "rx", "tx".
0008 - clocks: phandle to the input clock.
0009 
0010 Optional properties:
0011 - auto-flow-control: flow control enable.
0012 
0013 Example:
0014         usio1: usio_uart@1e700010 {
0015                 compatible = "socionext,milbeaut-usio-uart";
0016                 reg = <0x1e700010 0x10>;
0017                 interrupts = <0 141 0x4>, <0 149 0x4>;
0018                 interrupt-names = "rx", "tx";
0019                 clocks = <&clk 2>;
0020                 auto-flow-control;
0021         };