Fabian Vogt | 9f755f5 | 2016-09-26 14:26:44 +0200 | [diff] [blame] | 1 | * BCM283x mini UART |
2 | |||||
3 | Required properties: | ||||
4 | - compatible: must be "brcm,bcm2835-aux-uart" | ||||
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) | ||||
8 | |||||
9 | Optional properties: | ||||
10 | - skip-init: if present, the baud rate divisor is not changed |