18c2ecf20Sopenharmony_ci* Marvell Berlin USB PHY
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible: "marvell,berlin2-usb-phy" or "marvell,berlin2cd-usb-phy"
58c2ecf20Sopenharmony_ci- reg: base address and length of the registers
68c2ecf20Sopenharmony_ci- #phys-cells: should be 0
78c2ecf20Sopenharmony_ci- resets: reference to the reset controller
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciExample:
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci	usb-phy@f774000 {
128c2ecf20Sopenharmony_ci		compatible = "marvell,berlin2-usb-phy";
138c2ecf20Sopenharmony_ci		reg = <0xf774000 0x128>;
148c2ecf20Sopenharmony_ci		#phy-cells = <0>;
158c2ecf20Sopenharmony_ci		resets = <&chip 0x104 14>;
168c2ecf20Sopenharmony_ci	};
17