usb-phy.txt 565 B

12345678910111213141516171819202122
  1. USB PHY
  2. OMAP USB2 PHY
  3. Required properties:
  4. - compatible: Should be "ti,omap-usb2"
  5. - reg : Address and length of the register set for the device. Also
  6. add the address of control module dev conf register until a driver for
  7. control module is added
  8. Optional properties:
  9. - ctrl-module : phandle of the control module used by PHY driver to power on
  10. the PHY.
  11. This is usually a subnode of ocp2scp to which it is connected.
  12. usb2phy@4a0ad080 {
  13. compatible = "ti,omap-usb2";
  14. reg = <0x4a0ad080 0x58>,
  15. <0x4a002300 0x4>;
  16. ctrl-module = <&omap_control_usb>;
  17. };