blob: 3a64e20f6c321bdf72ef85469925845790644df6 [file] [log] [blame]
Kishon Vijay Abraham I5088b6f2013-01-25 16:36:53 +05301synopsys DWC3 CORE
2
3DWC3- USB3 CONTROLLER
4
5Required properties:
Felipe Balbi22a5aa12013-07-02 21:20:24 +03006 - compatible: must be "snps,dwc3"
Kishon Vijay Abraham I5088b6f2013-01-25 16:36:53 +05307 - 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
11Optional properties:
12 - tx-fifo-resize: determines if the FIFO *has* to be reallocated.
13
14This is usually a subnode to DWC3 glue to which it is connected.
15
16dwc3@4a030000 {
Felipe Balbi22a5aa12013-07-02 21:20:24 +030017 compatible = "snps,dwc3";
Kishon Vijay Abraham I5088b6f2013-01-25 16:36:53 +053018 reg = <0x4a030000 0xcfff>;
19 interrupts = <0 92 4>
20 usb-phy = <&usb2_phy>, <&usb3,phy>;
21 tx-fifo-resize;
22};