18c2ecf20Sopenharmony_ciMarvell PXA USB PHY
28c2ecf20Sopenharmony_ci-------------------
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciRequired properties:
58c2ecf20Sopenharmony_ci- compatible: one of: "marvell,mmp2-usb-phy", "marvell,pxa910-usb-phy",
68c2ecf20Sopenharmony_ci	"marvell,pxa168-usb-phy",
78c2ecf20Sopenharmony_ci- #phy-cells: must be 0
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciExample:
108c2ecf20Sopenharmony_ci	usb-phy: usbphy@d4207000 {
118c2ecf20Sopenharmony_ci		compatible = "marvell,mmp2-usb-phy";
128c2ecf20Sopenharmony_ci		reg = <0xd4207000 0x40>;
138c2ecf20Sopenharmony_ci		#phy-cells = <0>;
148c2ecf20Sopenharmony_ci		status = "okay";
158c2ecf20Sopenharmony_ci	};
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ciThis document explains the device tree binding. For general
188c2ecf20Sopenharmony_ciinformation about PHY subsystem refer to Documentation/driver-api/phy/phy.rst
19