blob: 471366d6a1291846852e24cb0b03fec0e5fa8b23 [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.
Kishon Vijay Abraham I57303482014-03-03 17:08:11 +05309
10Optional properties:
Kumar Gala23381db2013-08-09 10:40:32 -050011 - usb-phy : array of phandle for the PHY device. The first element
12 in the array is expected to be a handle to the USB2/HS PHY and
13 the second element is expected to be a handle to the USB3/SS PHY
Kishon Vijay Abraham I57303482014-03-03 17:08:11 +053014 - phys: from the *Generic PHY* bindings
15 - phy-names: from the *Generic PHY* bindings
Kishon Vijay Abraham I5088b6f2013-01-25 16:36:53 +053016 - tx-fifo-resize: determines if the FIFO *has* to be reallocated.
17
18This is usually a subnode to DWC3 glue to which it is connected.
19
20dwc3@4a030000 {
Felipe Balbi22a5aa12013-07-02 21:20:24 +030021 compatible = "snps,dwc3";
Kishon Vijay Abraham I5088b6f2013-01-25 16:36:53 +053022 reg = <0x4a030000 0xcfff>;
23 interrupts = <0 92 4>
24 usb-phy = <&usb2_phy>, <&usb3,phy>;
25 tx-fifo-resize;
26};