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>
11 lines
438 B
Plaintext
11 lines
438 B
Plaintext
* ARM SBSA defined generic UART
|
|
This UART uses a subset of the PL011 registers and consequently lives
|
|
in the PL011 driver. It's baudrate and other communication parameters
|
|
cannot be adjusted at runtime, so it lacks a clock specifier here.
|
|
|
|
Required properties:
|
|
- compatible: must be "arm,sbsa-uart"
|
|
- reg: exactly one register range
|
|
- interrupts: exactly one interrupt specifier
|
|
- current-speed: the (fixed) baud rate set by the firmware
|