phy-stih41x-usb.txt 764 B

12345678910111213141516171819202122232425
  1. STMicroelectronics STiH41x USB PHY binding
  2. ------------------------------------------
  3. This file contains documentation for the usb phy found in STiH415/6 SoCs from
  4. STMicroelectronics.
  5. Required properties:
  6. - compatible : should be "st,stih416-usb-phy" or "st,stih415-usb-phy"
  7. - st,syscfg : should be a phandle of the syscfg node
  8. - clock-names : must contain "osc_phy"
  9. - clocks : must contain an entry for each name in clock-names.
  10. See: Documentation/devicetree/bindings/clock/clock-bindings.txt
  11. - #phy-cells : must be 0 for this phy
  12. See: Documentation/devicetree/bindings/phy/phy-bindings.txt
  13. Example:
  14. usb2_phy: usb2phy@0 {
  15. compatible = "st,stih416-usb-phy";
  16. #phy-cell = <0>;
  17. st,syscfg = <&syscfg_rear>;
  18. clocks = <&clk_sysin>;
  19. clock-names = "osc_phy";
  20. };