]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
dt-bindings: serial: Document Actions Semi Owl UARTs
authorAndreas Färber <afaerber@suse.de>
Mon, 19 Jun 2017 01:46:39 +0000 (03:46 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Jun 2017 02:24:15 +0000 (10:24 +0800)
This UART is found on S500 and S900 SoCs.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/devicetree/bindings/serial/actions,owl-uart.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/serial/actions,owl-uart.txt b/Documentation/devicetree/bindings/serial/actions,owl-uart.txt
new file mode 100644 (file)
index 0000000..aa873ea
--- /dev/null
@@ -0,0 +1,16 @@
+Actions Semi Owl UART
+
+Required properties:
+- compatible :  "actions,s500-uart", "actions,owl-uart" for S500
+                "actions,s900-uart", "actions,owl-uart" for S900
+- reg        :  Offset and length of the register set for the device.
+- interrupts :  Should contain UART interrupt.
+
+
+Example:
+
+               uart3: serial@b0126000 {
+                       compatible = "actions,s500-uart", "actions,owl-uart";
+                       reg = <0xb0126000 0x1000>;
+                       interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
+               };