nvidia,tegra20-ehci.txt 1020 B

1234567891011121314151617181920212223
  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 : For Tegra20, must contain "nvidia,tegra20-ehci".
  8. For Tegra30, must contain "nvidia,tegra30-ehci". Otherwise, must contain
  9. "nvidia,<chip>-ehci" plus at least one of the above, where <chip> is
  10. tegra114, tegra124, tegra132, or tegra210.
  11. - nvidia,phy : phandle of the PHY that the controller is connected to.
  12. - clocks : Must contain one entry, for the module clock.
  13. See ../clocks/clock-bindings.txt for details.
  14. - resets : Must contain an entry for each entry in reset-names.
  15. See ../reset/reset.txt for details.
  16. - reset-names : Must include the following entries:
  17. - usb
  18. Optional properties:
  19. - nvidia,needs-double-reset : boolean is to be set for some of the Tegra20
  20. USB ports, which need reset twice due to hardware issues.