udc-xilinx.txt 581 B

123456789101112131415161718
  1. Xilinx USB2 device controller
  2. Required properties:
  3. - compatible : Should be "xlnx,usb2-device-4.00.a"
  4. - reg : Physical base address and size of the USB2
  5. device registers map.
  6. - interrupts : Should contain single irq line of USB2 device
  7. controller
  8. - xlnx,has-builtin-dma : if DMA is included
  9. Example:
  10. axi-usb2-device@42e00000 {
  11. compatible = "xlnx,usb2-device-4.00.a";
  12. interrupts = <0x0 0x39 0x1>;
  13. reg = <0x42e00000 0x10000>;
  14. xlnx,has-builtin-dma;
  15. };