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