nvidia,tegra20-ehci.txt 1.5 KB

1234567891011121314151617181920212223242526272829303132
  1. Tegra SOC USB controllers
  2. The device node for a USB controller that is part of a Tegra
  3. SOC is as described in the document "Open Firmware Recommended
  4. Practice : Universal Serial Bus" with the following modifications
  5. and additions :
  6. Required properties :
  7. - compatible : Should be "nvidia,tegra20-ehci" for USB controllers
  8. used in host mode.
  9. - phy_type : Should be one of "ulpi" or "utmi".
  10. - nvidia,vbus-gpio : If present, specifies a gpio that needs to be
  11. activated for the bus to be powered.
  12. - nvidia,phy : phandle of the PHY instance, the controller is connected to.
  13. Required properties for phy_type == ulpi:
  14. - nvidia,phy-reset-gpio : The GPIO used to reset the PHY.
  15. Optional properties:
  16. - dr_mode : dual role mode. Indicates the working mode for
  17. nvidia,tegra20-ehci compatible controllers. Can be "host", "peripheral",
  18. or "otg". Default to "host" if not defined for backward compatibility.
  19. host means this is a host controller
  20. peripheral means it is device controller
  21. otg means it can operate as either ("on the go")
  22. - nvidia,has-legacy-mode : boolean indicates whether this controller can
  23. operate in legacy mode (as APX 2500 / 2600). In legacy mode some
  24. registers are accessed through the APB_MISC base address instead of
  25. the USB controller. Since this is a legacy issue it probably does not
  26. warrant a compatible string of its own.
  27. - nvidia,needs-double-reset : boolean is to be set for some of the Tegra2
  28. USB ports, which need reset twice due to hardware issues.