1*93768393SMichal SimekBinding for Xilinx Uartlite Controller
2*93768393SMichal Simek
3*93768393SMichal SimekRequired properties:
4*93768393SMichal Simek- compatible : should be "xlnx,xps-uartlite-1.00.a", or "xlnx,opb-uartlite-1.00.b"
5*93768393SMichal Simek- reg: Should contain UART controller registers location and length.
6*93768393SMichal Simek- interrupts: Should contain UART controller interrupts.
7*93768393SMichal Simek
8*93768393SMichal SimekExample:
9*93768393SMichal Simek	serial@40600000 {
10*93768393SMichal Simek		compatible = "xlnx,xps-uartlite-1.00.a";
11*93768393SMichal Simek		interrupts = <1 0>;
12*93768393SMichal Simek		reg = <0x40600000 0x10000>;
13*93768393SMichal Simek	};
14