nvidia,tegra20-ehci.txt 614 B

123456789101112131415
  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".
  8. - nvidia,phy : phandle of the PHY that the controller is connected to.
  9. - clocks : Contains a single entry which defines the USB controller's clock.
  10. Optional properties:
  11. - nvidia,needs-double-reset : boolean is to be set for some of the Tegra20
  12. USB ports, which need reset twice due to hardware issues.