18c2ecf20Sopenharmony_ci* Marvell PXA1928 USB and HSIC PHYs
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible: "marvell,pxa1928-usb-phy" or "marvell,pxa1928-hsic-phy"
58c2ecf20Sopenharmony_ci- reg: base address and length of the registers
68c2ecf20Sopenharmony_ci- clocks - A single clock. From common clock binding.
78c2ecf20Sopenharmony_ci- #phys-cells: should be 0. From commmon phy binding.
88c2ecf20Sopenharmony_ci- resets: reference to the reset controller
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ciExample:
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci	usbphy: phy@7000 {
138c2ecf20Sopenharmony_ci		compatible = "marvell,pxa1928-usb-phy";
148c2ecf20Sopenharmony_ci		reg = <0x7000 0xe0>;
158c2ecf20Sopenharmony_ci		clocks = <&apmu_clocks PXA1928_CLK_USB>;
168c2ecf20Sopenharmony_ci		#phy-cells = <0>;
178c2ecf20Sopenharmony_ci	};
188c2ecf20Sopenharmony_ci
19