xilinx_uartlite.txt 398 B

12345678910111213
  1. Binding for Xilinx Uartlite Controller
  2. Required properties:
  3. - compatible : should be "xlnx,xps-uartlite-1.00.a", or "xlnx,opb-uartlite-1.00.b"
  4. - reg: Should contain UART controller registers location and length.
  5. - interrupts: Should contain UART controller interrupts.
  6. Example:
  7. serial@40600000 {
  8. compatible = "xlnx,xps-uartlite-1.00.a";
  9. interrupts = <1 0>;
  10. reg = <0x40600000 0x10000>;
  11. };