gr-udc.txt 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. USB Peripheral Controller driver for Aeroflex Gaisler GRUSBDC.
  2. The GRUSBDC USB Device Controller core is available in the GRLIB VHDL
  3. IP core library.
  4. Note: In the ordinary environment for the core, a Leon SPARC system,
  5. these properties are built from information in the AMBA plug&play.
  6. Required properties:
  7. - name : Should be "GAISLER_USBDC" or "01_021"
  8. - reg : Address and length of the register set for the device
  9. - interrupts : Interrupt numbers for this device. Either one interrupt number
  10. for all interrupts, or one for status related interrupts, one for IN
  11. endpoint related interrupts and one for OUT endpoint related interrupts.
  12. Optional properties:
  13. - epobufsizes : Array of buffer sizes for OUT endpoints when they differ
  14. from the default size of 1024. The array is indexed by the OUT endpoint
  15. number. If the property is present it typically contains one entry for
  16. each OUT endpoint of the core. Fewer entries overrides the default sizes
  17. only for as many endpoints as the array contains.
  18. - epibufsizes : Array of buffer sizes for IN endpoints when they differ
  19. from the default size of 1024. The array is indexed by the IN endpoint
  20. number. If the property is present it typically contains one entry for
  21. each IN endpoint of the core. Fewer entries overrides the default sizes
  22. only for as many endpoints as the array contains.
  23. For further information look in the documentation for the GLIB IP core library:
  24. http://www.gaisler.com/products/grlib/grip.pdf