summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/serial/rda,8810pl-uart.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/serial/rda,8810pl-uart.txt')
-rw-r--r--dts/Bindings/serial/rda,8810pl-uart.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/dts/Bindings/serial/rda,8810pl-uart.txt b/dts/Bindings/serial/rda,8810pl-uart.txt
new file mode 100644
index 0000000000..a08df97a69
--- /dev/null
+++ b/dts/Bindings/serial/rda,8810pl-uart.txt
@@ -0,0 +1,17 @@
+RDA Micro UART
+
+Required properties:
+- compatible : "rda,8810pl-uart" for RDA8810PL SoCs.
+- reg : Offset and length of the register set for the device.
+- interrupts : Should contain UART interrupt.
+- clocks : Phandle to the input clock.
+
+
+Example:
+
+ uart2: serial@20a90000 {
+ compatible = "rda,8810pl-uart";
+ reg = <0x20a90000 0x1000>;
+ interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&uart_clk>;
+ };