diff options
Diffstat (limited to 'doc/device-tree-bindings/serial/pl01x.txt')
-rw-r--r-- | doc/device-tree-bindings/serial/pl01x.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/device-tree-bindings/serial/pl01x.txt b/doc/device-tree-bindings/serial/pl01x.txt new file mode 100644 index 0000000000..61c27d121b --- /dev/null +++ b/doc/device-tree-bindings/serial/pl01x.txt @@ -0,0 +1,7 @@ +* 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) |