IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / usb / dwc3.txt
blob7a95c651ceb3b20f82bd0940aed222cc1e3be5c6
1 synopsys DWC3 CORE
3 DWC3- USB3 CONTROLLER
5 Required properties:
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
11 Optional properties:
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.
16 dwc3@4a030000 {
17         compatible = "synopsys,dwc3";
18         reg = <0x4a030000 0xcfff>;
19         interrupts = <0 92 4>
20         usb-phy = <&usb2_phy>, <&usb3,phy>;
21         tx-fifo-resize;