16c95ff9cSRob Herring* Marvell PXA1928 USB and HSIC PHYs
26c95ff9cSRob Herring
36c95ff9cSRob HerringRequired properties:
46c95ff9cSRob Herring- compatible: "marvell,pxa1928-usb-phy" or "marvell,pxa1928-hsic-phy"
56c95ff9cSRob Herring- reg: base address and length of the registers
66c95ff9cSRob Herring- clocks - A single clock. From common clock binding.
7*47aab533SBjorn Helgaas- #phys-cells: should be 0. From common phy binding.
86c95ff9cSRob Herring- resets: reference to the reset controller
96c95ff9cSRob Herring
106c95ff9cSRob HerringExample:
116c95ff9cSRob Herring
126c95ff9cSRob Herring	usbphy: phy@7000 {
136c95ff9cSRob Herring		compatible = "marvell,pxa1928-usb-phy";
146c95ff9cSRob Herring		reg = <0x7000 0xe0>;
156c95ff9cSRob Herring		clocks = <&apmu_clocks PXA1928_CLK_USB>;
166c95ff9cSRob Herring		#phy-cells = <0>;
176c95ff9cSRob Herring	};
186c95ff9cSRob Herring
19