phy-pxa-usb.txt 471 B

123456789101112131415161718
  1. Marvell PXA USB PHY
  2. -------------------
  3. Required properties:
  4. - compatible: one of: "marvell,mmp2-usb-phy", "marvell,pxa910-usb-phy",
  5. "marvell,pxa168-usb-phy",
  6. - #phy-cells: must be 0
  7. Example:
  8. usb-phy: usbphy@d4207000 {
  9. compatible = "marvell,mmp2-usb-phy";
  10. reg = <0xd4207000 0x40>;
  11. #phy-cells = <0>;
  12. status = "okay";
  13. };
  14. This document explains the device tree binding. For general
  15. information about PHY subsystem refer to Documentation/driver-api/phy/phy.rst