Vikas Manocha | 92e349e | 2015-05-06 11:46:29 -0700 | [diff] [blame] | 1 | * ARM AMBA Primecell PL011 & PL010 serial UART |
2 | |||||
3 | Required properties: | ||||
4 | - compatible: must be "arm,primecell", "arm,pl011" or "arm,pl010" | ||||
5 | - reg: exactly one register range with length 0x1000 | ||||
6 | - clock: input clock frequency for the UART (used to calculate the baud | ||||
7 | rate divisor) | ||||
Fabian Vogt | 7ca1f4e | 2016-09-26 14:26:45 +0200 | [diff] [blame] | 8 | |
9 | Optional properties: | ||||
10 | - skip-init: if present, the baud rate divisor is not changed |