Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1675217
| From | Andreas Färber <afaerber@suse.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 4/6] dt-bindings: serial: Document RDA Micro UART |
| Date | 2017-06-27 03:00 +0200 |
| Message-ID | <tWN1g-1h7-11@gated-at.bofh.it> (permalink) |
| References | <tWN1g-1h7-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add an initial binding for the RDA8810PL UART.
Signed-off-by: Andreas Färber <afaerber@suse.de>
---
Documentation/devicetree/bindings/serial/rda-uart.txt | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 Documentation/devicetree/bindings/serial/rda-uart.txt
diff --git a/Documentation/devicetree/bindings/serial/rda-uart.txt b/Documentation/devicetree/bindings/serial/rda-uart.txt
new file mode 100644
index 000000000000..6840a8aee035
--- /dev/null
+++ b/Documentation/devicetree/bindings/serial/rda-uart.txt
@@ -0,0 +1,13 @@
+RDA Micro UART
+
+Required properties:
+- compatible : "rda,8810pl-uart" for RDA8810PL
+- reg : Offset and length of the register set for the device.
+
+
+Example:
+
+ uart3: serial@20a90000 {
+ compatible = "rda,8810pl-uart";
+ reg = <0x20a90000 0x1000>;
+ };
--
2.12.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 4/6] dt-bindings: serial: Document RDA Micro UART Andreas Färber <afaerber@suse.de> - 2017-06-27 03:00 +0200
Re: [PATCH 4/6] dt-bindings: serial: Document RDA Micro UART Rob Herring <robh@kernel.org> - 2017-06-29 22:20 +0200
Re: [PATCH 4/6] dt-bindings: serial: Document RDA Micro UART Andreas Färber <afaerber@suse.de> - 2017-06-30 13:20 +0200
Re: [PATCH 4/6] dt-bindings: serial: Document RDA Micro UART Rob Herring <robh@kernel.org> - 2017-06-30 16:30 +0200
Re: [PATCH 4/6] dt-bindings: serial: Document RDA Micro UART Andreas Färber <afaerber@suse.de> - 2017-07-02 04:00 +0200
csiph-web