brcm,ns2-drd-phy.txt 914 B

123456789101112131415161718192021222324252627282930
  1. BROADCOM NORTHSTAR2 USB2 (DUAL ROLE DEVICE) PHY
  2. Required properties:
  3. - compatible: brcm,ns2-drd-phy
  4. - reg: offset and length of the NS2 PHY related registers.
  5. - reg-names
  6. The below registers must be provided.
  7. icfg - for DRD ICFG configurations
  8. rst-ctrl - for DRD IDM reset
  9. crmu-ctrl - for CRMU core vdd, PHY and PHY PLL reset
  10. usb2-strap - for port over current polarity reversal
  11. - #phy-cells: Must be 0. No args required.
  12. - vbus-gpios: vbus gpio binding
  13. - id-gpios: id gpio binding
  14. Refer to phy/phy-bindings.txt for the generic PHY binding properties
  15. Example:
  16. usbdrd_phy: phy@66000960 {
  17. #phy-cells = <0>;
  18. compatible = "brcm,ns2-drd-phy";
  19. reg = <0x66000960 0x24>,
  20. <0x67012800 0x4>,
  21. <0x6501d148 0x4>,
  22. <0x664d0700 0x4>;
  23. reg-names = "icfg", "rst-ctrl",
  24. "crmu-ctrl", "usb2-strap";
  25. id-gpios = <&gpio_g 30 0>;
  26. vbus-gpios = <&gpio_g 31 0>;
  27. };