mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
6975172930
This patch adds device tree support for arm pl010/pl011 driver. Signed-off-by: Vikas Manocha <vikas.manocha@st.com> Acked-by: Simon Glass <sjg@chromium.org>
7 lines
276 B
Text
7 lines
276 B
Text
* ARM AMBA Primecell PL011 & PL010 serial UART
|
|
|
|
Required properties:
|
|
- compatible: must be "arm,primecell", "arm,pl011" or "arm,pl010"
|
|
- reg: exactly one register range with length 0x1000
|
|
- clock: input clock frequency for the UART (used to calculate the baud
|
|
rate divisor)
|