Skip to content

Commit bfbf2de

Browse files
Shubhrajyoti Dattagregkh
authored andcommitted
dt-bindings: serial: Add binding for uartlite
The uartlite devicetree binding was missed out. Add the binding documentation for uartlite that is already in use. Signed-off-by: Shubhrajyoti Datta <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent a3a1061 commit bfbf2de

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Xilinx Axi Uartlite controller Device Tree Bindings
2+
---------------------------------------------------------
3+
4+
Required properties:
5+
- compatible : Can be either of
6+
"xlnx,xps-uartlite-1.00.a"
7+
"xlnx,opb-uartlite-1.00.b"
8+
- reg : Physical base address and size of the Axi Uartlite
9+
registers map.
10+
- interrupts : Should contain the UART controller interrupt.
11+
12+
Optional properties:
13+
- port-number : Set Uart port number
14+
- clock-names : Should be "s_axi_aclk"
15+
- clocks : Input clock specifier. Refer to common clock bindings.
16+
17+
Example:
18+
serial@800c0000 {
19+
compatible = "xlnx,xps-uartlite-1.00.a";
20+
reg = <0x0 0x800c0000 0x10000>;
21+
interrupts = <0x0 0x6e 0x1>;
22+
port-number = <0>;
23+
};

0 commit comments

Comments
 (0)