Add snapshot of device tree bindings from keystone common kernel, branch "android-mainline-keystone-qcom-release" at c4c12103f9c0 ("Snap for 9228065 from e32903b9a63bb558df8b803b076619c53c16baad to android-mainline-keystone-qcom-release"). Change-Id: I7682079615cbd9f29340a5c1f2a1d84ec441a1f1 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
20 lines
506 B
Plaintext
20 lines
506 B
Plaintext
* 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>;
|
|
};
|