Kishon Vijay Abraham I | bdc707a | 2013-03-18 12:18:57 +0530 | [diff] [blame] | 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. |
Vijayavardhan Vennapusa | 8eb6873 | 2013-03-26 13:05:38 +0530 | [diff] [blame] | 9 | - interrupt-names : Required interrupt resource entries are: |
| 10 | "irq" : Interrupt for DWC3 core |
| 11 | "otg_irq" : Interrupt for DWC3 core's OTG Events |
Kishon Vijay Abraham I | bdc707a | 2013-03-18 12:18:57 +0530 | [diff] [blame] | 12 | |
| 13 | Optional properties: |
| 14 | - tx-fifo-resize: determines if the FIFO *has* to be reallocated. |
| 15 | |
| 16 | This is usually a subnode to DWC3 glue to which it is connected. |
| 17 | |
| 18 | dwc3@4a030000 { |
| 19 | compatible = "synopsys,dwc3"; |
| 20 | reg = <0x4a030000 0xcfff>; |
Vijayavardhan Vennapusa | 8eb6873 | 2013-03-26 13:05:38 +0530 | [diff] [blame] | 21 | interrupts = <0 92 4>, <0 179 0>; |
| 22 | interrupt-names = "irq", "otg_irq"; |
Kishon Vijay Abraham I | bdc707a | 2013-03-18 12:18:57 +0530 | [diff] [blame] | 23 | tx-fifo-resize; |
| 24 | }; |