18cc087a1SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 28cc087a1SEmmanuel Vadot%YAML 1.2 38cc087a1SEmmanuel Vadot--- 48cc087a1SEmmanuel Vadot$id: http://devicetree.org/schemas/usb/xlnx,usb2.yaml# 58cc087a1SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 68cc087a1SEmmanuel Vadot 78cc087a1SEmmanuel Vadottitle: Xilinx udc controller 88cc087a1SEmmanuel Vadot 98cc087a1SEmmanuel Vadotmaintainers: 10*8d13bc63SEmmanuel Vadot - Mubin Sayyed <mubin.sayyed@amd.com> 11*8d13bc63SEmmanuel Vadot - Radhey Shyam Pandey <radhey.shyam.pandey@amd.com> 128cc087a1SEmmanuel Vadot 138cc087a1SEmmanuel Vadotproperties: 148cc087a1SEmmanuel Vadot compatible: 158cc087a1SEmmanuel Vadot const: xlnx,usb2-device-4.00.a 168cc087a1SEmmanuel Vadot 178cc087a1SEmmanuel Vadot reg: 188cc087a1SEmmanuel Vadot maxItems: 1 198cc087a1SEmmanuel Vadot 208cc087a1SEmmanuel Vadot interrupts: 218cc087a1SEmmanuel Vadot maxItems: 1 228cc087a1SEmmanuel Vadot 238cc087a1SEmmanuel Vadot xlnx,has-builtin-dma: 248cc087a1SEmmanuel Vadot description: 258cc087a1SEmmanuel Vadot If present, hardware has dma capability. 268cc087a1SEmmanuel Vadot type: boolean 278cc087a1SEmmanuel Vadot 288cc087a1SEmmanuel Vadot clocks: 298cc087a1SEmmanuel Vadot minItems: 1 308cc087a1SEmmanuel Vadot 318cc087a1SEmmanuel Vadot clock-names: 328cc087a1SEmmanuel Vadot const: s_axi_aclk 338cc087a1SEmmanuel Vadot 348cc087a1SEmmanuel Vadotrequired: 358cc087a1SEmmanuel Vadot - compatible 368cc087a1SEmmanuel Vadot - reg 378cc087a1SEmmanuel Vadot - interrupts 388cc087a1SEmmanuel Vadot 398cc087a1SEmmanuel VadotadditionalProperties: false 408cc087a1SEmmanuel Vadot 418cc087a1SEmmanuel Vadotexamples: 428cc087a1SEmmanuel Vadot - | 438cc087a1SEmmanuel Vadot axi-usb2-device@42e00000 { 448cc087a1SEmmanuel Vadot compatible = "xlnx,usb2-device-4.00.a"; 458cc087a1SEmmanuel Vadot interrupts = <0x0 0x39 0x1>; 468cc087a1SEmmanuel Vadot reg = <0xee000000 0xc00>; 478cc087a1SEmmanuel Vadot xlnx,has-builtin-dma; 488cc087a1SEmmanuel Vadot }; 49