18c2ecf20Sopenharmony_ciXilinx USB2 device controller
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible		: Should be "xlnx,usb2-device-4.00.a"
58c2ecf20Sopenharmony_ci- reg			: Physical base address and size of the USB2
68c2ecf20Sopenharmony_ci			  device registers map.
78c2ecf20Sopenharmony_ci- interrupts		: Should contain single irq line of USB2 device
88c2ecf20Sopenharmony_ci			  controller
98c2ecf20Sopenharmony_ci- xlnx,has-builtin-dma	: if DMA is included
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciExample:
128c2ecf20Sopenharmony_ci 		axi-usb2-device@42e00000 {
138c2ecf20Sopenharmony_ci                        compatible = "xlnx,usb2-device-4.00.a";
148c2ecf20Sopenharmony_ci                        interrupts = <0x0 0x39 0x1>;
158c2ecf20Sopenharmony_ci                        reg = <0x42e00000 0x10000>;
168c2ecf20Sopenharmony_ci                        xlnx,has-builtin-dma;
178c2ecf20Sopenharmony_ci                };
188c2ecf20Sopenharmony_ci
19