Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1668705

[PATCH v5 07/26] dt-bindings: serial: Document Actions Semi Owl UARTs

From Andreas Färber <afaerber@suse.de>
Newsgroups linux.kernel
Subject [PATCH v5 07/26] dt-bindings: serial: Document Actions Semi Owl UARTs
Date 2017-06-19 03:50 +0200
Message-ID <tTTZf-4r4-17@gated-at.bofh.it> (permalink)
References <tTTFT-4kN-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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>
---
 v2 -> v3 -> v4 -> v5: Unchanged
 
 v1 -> v2:
 * Adopted "actions" vendor prefix
 
 .../devicetree/bindings/serial/actions,owl-uart.txt      | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/serial/actions,owl-uart.txt

diff --git a/Documentation/devicetree/bindings/serial/actions,owl-uart.txt b/Documentation/devicetree/bindings/serial/actions,owl-uart.txt
new file mode 100644
index 000000000000..aa873eada02d
--- /dev/null
+++ b/Documentation/devicetree/bindings/serial/actions,owl-uart.txt
@@ -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>;
+		};
-- 
2.12.3

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: [PATCH v4 09/28] tty: serial: Add Actions Semi Owl UART earlycon Andreas Färber <afaerber@suse.de> - 2017-06-18 23:50 +0200
  Re: [PATCH v4 09/28] tty: serial: Add Actions Semi Owl UART earlycon Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-06-19 03:20 +0200
    Re: [PATCH v4 09/28] tty: serial: Add Actions Semi Owl UART earlycon Andreas Färber <afaerber@suse.de> - 2017-06-19 03:30 +0200
      [PATCH v5 07/26] dt-bindings: serial: Document Actions Semi Owl UARTs Andreas Färber <afaerber@suse.de> - 2017-06-19 03:50 +0200
        [PATCH v5 08/26] tty: serial: Add Actions Semi Owl UART earlycon Andreas Färber <afaerber@suse.de> - 2017-06-19 03:50 +0200
      Re: [PATCH v4 09/28] tty: serial: Add Actions Semi Owl UART earlycon Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-06-19 04:20 +0200
        Re: [PATCH v4 09/28] tty: serial: Add Actions Semi Owl UART earlycon Andreas Färber <afaerber@suse.de> - 2017-06-19 04:30 +0200

csiph-web