6 - compatible: must be "synopsys,dwc3"
7 - reg : Address and length of the register set for the device
8 - interrupts: Interrupts used by the dwc3 controller.
9 - usb-phy : array of phandle for the PHY device
12 - tx-fifo-resize: determines if the FIFO *has* to be reallocated.
14 This is usually a subnode to DWC3 glue to which it is connected.
17 compatible = "synopsys,dwc3";
18 reg = <0x4a030000 0xcfff>;
20 usb-phy = <&usb2_phy>, <&usb3,phy>;