usb-phy.txt 417 B

1234567891011121314151617
  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. This is usually a subnode of ocp2scp to which it is connected.
  9. usb2phy@4a0ad080 {
  10. compatible = "ti,omap-usb2";
  11. reg = <0x4a0ad080 0x58>,
  12. <0x4a002300 0x4>;
  13. };