tizen 2.4 release
[profile/mobile/platform/kernel/linux-3.10-sc7730.git] / Documentation / devicetree / bindings / usb / dwc3.txt
1 synopsys DWC3 CORE
2
3 DWC3- USB3 CONTROLLER
4
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
10
11 Optional properties:
12  - tx-fifo-resize: determines if the FIFO *has* to be reallocated.
13
14 This is usually a subnode to DWC3 glue to which it is connected.
15
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;
22 };