nvidia,tegra20-ehci.txt 1.3 KB

1234567891011121314151617181920212223242526272829
  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. Required properties for phy_type == ulpi:
  13. - nvidia,phy-reset-gpio : The GPIO used to reset the PHY.
  14. Optional properties:
  15. - dr_mode : dual role mode. Indicates the working mode for
  16. nvidia,tegra20-ehci compatible controllers. Can be "host", "peripheral",
  17. or "otg". Default to "host" if not defined for backward compatibility.
  18. host means this is a host controller
  19. peripheral means it is device controller
  20. otg means it can operate as either ("on the go")
  21. - nvidia,has-legacy-mode : boolean indicates whether this controller can
  22. operate in legacy mode (as APX 2500 / 2600). In legacy mode some
  23. registers are accessed through the APB_MISC base address instead of
  24. the USB controller. Since this is a legacy issue it probably does not
  25. warrant a compatible string of its own.