6 - compatible: Should be "ti,omap-usb2"
7 - reg : Address and length of the register set for the device.
10 - ctrl-module : phandle of the control module used by PHY driver to power on
13 This is usually a subnode of ocp2scp to which it is connected.
16 compatible = "ti,omap-usb2";
17 reg = <0x4a0ad080 0x58>;
18 ctrl-module = <&omap_control_usb>;
24 - compatible: Should be "ti,omap-usb3"
25 - reg : Address and length of the register set for the device.
26 - reg-names: The names of the register addresses corresponding to the registers
30 - ctrl-module : phandle of the control module used by PHY driver to power on
33 This is usually a subnode of ocp2scp to which it is connected.
36 compatible = "ti,omap-usb3";
37 reg = <0x4a084400 0x80>,
40 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
41 ctrl-module = <&omap_control_usb>;