bcm-ns-usb3-phy.txt 650 B

123456789101112131415161718192021222324
  1. Driver for Broadcom Northstar USB 3.0 PHY
  2. Required properties:
  3. - compatible: one of: "brcm,ns-ax-usb3-phy", "brcm,ns-bx-usb3-phy".
  4. - reg: register mappings for DMP (Device Management Plugin) and ChipCommon B
  5. MMI.
  6. - reg-names: "dmp" and "ccb-mii"
  7. Initialization of USB 3.0 PHY depends on Northstar version. There are currently
  8. three known series: Ax, Bx and Cx.
  9. Known A0: BCM4707 rev 0
  10. Known B0: BCM4707 rev 4, BCM53573 rev 2
  11. Known B1: BCM4707 rev 6
  12. Known C0: BCM47094 rev 0
  13. Example:
  14. usb3-phy {
  15. compatible = "brcm,ns-ax-usb3-phy";
  16. reg = <0x18105000 0x1000>, <0x18003000 0x1000>;
  17. reg-names = "dmp", "ccb-mii";
  18. #phy-cells = <0>;
  19. };