]> git.sur5r.net Git - u-boot/blob - doc/device-tree-bindings/serial/xilinx_uartlite.txt
serial: Add support for Qualcomm serial port
[u-boot] / doc / device-tree-bindings / serial / xilinx_uartlite.txt
1 Binding for Xilinx Uartlite Controller
2
3 Required properties:
4 - compatible : should be "xlnx,xps-uartlite-1.00.a", or "xlnx,opb-uartlite-1.00.b"
5 - reg: Should contain UART controller registers location and length.
6 - interrupts: Should contain UART controller interrupts.
7
8 Example:
9         serial@40600000 {
10                 compatible = "xlnx,xps-uartlite-1.00.a";
11                 interrupts = <1 0>;
12                 reg = <0x40600000 0x10000>;
13         };