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