nvidia,tegra20-usb-phy.txt 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. Tegra SOC USB PHY
  2. The device node for Tegra SOC USB PHY:
  3. Required properties :
  4. - compatible : For Tegra20, must contain "nvidia,tegra20-usb-phy".
  5. For Tegra30, must contain "nvidia,tegra30-usb-phy". Otherwise, must contain
  6. "nvidia,<chip>-usb-phy" plus at least one of the above, where <chip> is
  7. tegra114, tegra124, tegra132, or tegra210.
  8. - reg : Defines the following set of registers, in the order listed:
  9. - The PHY's own register set.
  10. Always present.
  11. - The register set of the PHY containing the UTMI pad control registers.
  12. Present if-and-only-if phy_type == utmi.
  13. - phy_type : Should be one of "utmi", "ulpi" or "hsic".
  14. - clocks : Defines the clocks listed in the clock-names property.
  15. - clock-names : The following clock names must be present:
  16. - reg: The clock needed to access the PHY's own registers. This is the
  17. associated EHCI controller's clock. Always present.
  18. - pll_u: PLL_U. Always present.
  19. - timer: The timeout clock (clk_m). Present if phy_type == utmi.
  20. - utmi-pads: The clock needed to access the UTMI pad control registers.
  21. Present if phy_type == utmi.
  22. - ulpi-link: The clock Tegra provides to the ULPI PHY (usually pad DAP_MCLK2
  23. with pad group aka "nvidia,pins" cdev2 and pin mux option config aka
  24. "nvidia,function" pllp_out4).
  25. Present if phy_type == ulpi, and ULPI link mode is in use.
  26. - resets : Must contain an entry for each entry in reset-names.
  27. See ../reset/reset.txt for details.
  28. - reset-names : Must include the following entries:
  29. - usb: The PHY's own reset signal.
  30. - utmi-pads: The reset of the PHY containing the chip-wide UTMI pad control
  31. registers. Required even if phy_type == ulpi.
  32. Required properties for phy_type == ulpi:
  33. - nvidia,phy-reset-gpio : The GPIO used to reset the PHY.
  34. Required PHY timing params for utmi phy, for all chips:
  35. - nvidia,hssync-start-delay : Number of 480 Mhz clock cycles to wait before
  36. start of sync launches RxActive
  37. - nvidia,elastic-limit : Variable FIFO Depth of elastic input store
  38. - nvidia,idle-wait-delay : Number of 480 Mhz clock cycles of idle to wait
  39. before declare IDLE.
  40. - nvidia,term-range-adj : Range adjusment on terminations
  41. - Either one of the following for HS driver output control:
  42. - nvidia,xcvr-setup : integer, uses the provided value.
  43. - nvidia,xcvr-setup-use-fuses : boolean, indicates that the value is read
  44. from the on-chip fuses
  45. If both are provided, nvidia,xcvr-setup-use-fuses takes precedence.
  46. - nvidia,xcvr-lsfslew : LS falling slew rate control.
  47. - nvidia,xcvr-lsrslew : LS rising slew rate control.
  48. Required PHY timing params for utmi phy, only on Tegra30 and above:
  49. - nvidia,xcvr-hsslew : HS slew rate control.
  50. - nvidia,hssquelch-level : HS squelch detector level.
  51. - nvidia,hsdiscon-level : HS disconnect detector level.
  52. Optional properties:
  53. - nvidia,has-legacy-mode : boolean indicates whether this controller can
  54. operate in legacy mode (as APX 2500 / 2600). In legacy mode some
  55. registers are accessed through the APB_MISC base address instead of
  56. the USB controller.
  57. - nvidia,is-wired : boolean. Indicates whether we can do certain kind of power
  58. optimizations for the devices that are always connected. e.g. modem.
  59. - dr_mode : dual role mode. Indicates the working mode for the PHY. Can be
  60. "host", "peripheral", or "otg". Defaults to "host" if not defined.
  61. host means this is a host controller
  62. peripheral means it is device controller
  63. otg means it can operate as either ("on the go")
  64. - nvidia,has-utmi-pad-registers : boolean indicates whether this controller
  65. contains the UTMI pad control registers common to all USB controllers.
  66. VBUS control (required for dr_mode == otg, optional for dr_mode == host):
  67. - vbus-supply: regulator for VBUS