cavium-uart.txt 506 B

12345678910111213141516171819
  1. * Universal Asynchronous Receiver/Transmitter (UART)
  2. - compatible: "cavium,octeon-3860-uart"
  3. Compatibility with all cn3XXX, cn5XXX and cn6XXX SOCs.
  4. - reg: The base address of the UART register bank.
  5. - interrupts: A single interrupt specifier.
  6. - current-speed: Optional, the current bit rate in bits per second.
  7. Example:
  8. uart1: serial@1180000000c00 {
  9. compatible = "cavium,octeon-3860-uart","ns16550";
  10. reg = <0x11800 0x00000c00 0x0 0x400>;
  11. current-speed = <115200>;
  12. interrupts = <0 35>;
  13. };