Back to home page

OSCL-LXR

 
 

    


0001 * Universal Asynchronous Receiver/Transmitter (UART)
0002 
0003 - compatible: "cavium,octeon-3860-uart"
0004 
0005   Compatibility with all cn3XXX, cn5XXX and cn6XXX SOCs.
0006 
0007 - reg: The base address of the UART register bank.
0008 
0009 - interrupts: A single interrupt specifier.
0010 
0011 - current-speed: Optional, the current bit rate in bits per second.
0012 
0013 Example:
0014         uart1: serial@1180000000c00 {
0015                 compatible = "cavium,octeon-3860-uart","ns16550";
0016                 reg = <0x11800 0x00000c00 0x0 0x400>;
0017                 current-speed = <115200>;
0018                 interrupts = <0 35>;
0019         };