1 Xilinx SuperSpeed DWC3 USB SoC controller
4 - compatible: Should contain "xlnx,zynqmp-dwc3"
5 - clocks: A list of phandles for the clocks listed in clock-names
6 - clock-names: Should contain the following:
7 "bus_clk" Master/Core clock, have to be >= 125 MHz for SS
8 operation and >= 60MHz for HS operation
10 "ref_clk" Clock source to core during PHY power down
13 A child node must exist to represent the core DWC3 IP block. The name of
14 the node is not important. The content of the node is defined in dwc3.txt.
19 #address-cells = <0x2>;
21 compatible = "xlnx,zynqmp-dwc3";
22 clock-names = "bus_clk" "ref_clk";
23 clocks = <&clk125>, <&clk125>;
27 compatible = "snps,dwc3";
28 reg = <0x0 0xfe200000 0x40000>;
29 interrupts = <0x0 0x41 0x4>;