blob: 9ce54215df074bae4b66154602aecb11d03a70eb [file] [log] [blame]
Kishon Vijay Abraham Ibdc707a2013-03-18 12:18:57 +05301synopsys DWC3 CORE
2
3DWC3- USB3 CONTROLLER
4
5Required 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
10Optional properties:
11 - tx-fifo-resize: determines if the FIFO *has* to be reallocated.
12
13This is usually a subnode to DWC3 glue to which it is connected.
14
15dwc3@4a030000 {
16 compatible = "synopsys,dwc3";
17 reg = <0x4a030000 0xcfff>;
Vijayavardhan Vennapusab48a4e82013-03-25 09:00:21 +053018 interrupts = <0 92 4>
Kishon Vijay Abraham Ibdc707a2013-03-18 12:18:57 +053019 tx-fifo-resize;
20};