| TI Keystone Soc USB Controller |
| - compatible: should be "ti,keystone-dwc3". |
| - #address-cells, #size-cells : should be '1' if the device has sub-nodes |
| - reg : Address and length of the register set for the USB subsystem on |
| - interrupts : The irq number of this device that is used to interrupt the |
| - ranges: allows valid 1:1 translation between child's address space and |
| - clocks: Clock IDs array as required by the controller. |
| - clock-names: names of clocks correseponding to IDs in the clock property. |
| The dwc3 core should be added as subnode to Keystone DWC3 glue. |
| The binding details of dwc3 can be found in: |
| Documentation/devicetree/bindings/usb/dwc3.txt |
| compatible = "ti,keystone-dwc3"; |
| reg = <0x2680000 0x10000>; |
| interrupts = <GIC_SPI 393 IRQ_TYPE_EDGE_RISING>; |
| compatible = "synopsys,dwc3"; |
| reg = <0x2690000 0x70000>; |
| interrupts = <GIC_SPI 393 IRQ_TYPE_EDGE_RISING>; |
| usb-phy = <&usb_phy>, <&usb_phy>; |