18c2ecf20Sopenharmony_ci* Universal Asynchronous Receiver/Transmitter (UART)
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ci- compatible: "cavium,octeon-3860-uart"
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci  Compatibility with all cn3XXX, cn5XXX and cn6XXX SOCs.
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci- reg: The base address of the UART register bank.
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci- interrupts: A single interrupt specifier.
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci- current-speed: Optional, the current bit rate in bits per second.
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ciExample:
148c2ecf20Sopenharmony_ci	uart1: serial@1180000000c00 {
158c2ecf20Sopenharmony_ci		compatible = "cavium,octeon-3860-uart","ns16550";
168c2ecf20Sopenharmony_ci		reg = <0x11800 0x00000c00 0x0 0x400>;
178c2ecf20Sopenharmony_ci		current-speed = <115200>;
188c2ecf20Sopenharmony_ci		interrupts = <0 35>;
198c2ecf20Sopenharmony_ci	};
20