| - compatible: Should be "ti,omap-usb2" |
| - reg : Address and length of the register set for the device. |
| - #phy-cells: determine the number of cells that should be given in the |
| phandle while referencing this phy. |
| - ctrl-module : phandle of the control module used by PHY driver to power on |
| This is usually a subnode of ocp2scp to which it is connected. |
| compatible = "ti,omap-usb2"; |
| ctrl-module = <&omap_control_usb>; |
| - compatible: Should be "ti,omap-usb3" |
| - reg : Address and length of the register set for the device. |
| - reg-names: The names of the register addresses corresponding to the registers |
| - #phy-cells: determine the number of cells that should be given in the |
| phandle while referencing this phy. |
| - ctrl-module : phandle of the control module used by PHY driver to power on |
| This is usually a subnode of ocp2scp to which it is connected. |
| compatible = "ti,omap-usb3"; |
| reg-names = "phy_rx", "phy_tx", "pll_ctrl"; |
| ctrl-module = <&omap_control_usb>; |