18c2ecf20Sopenharmony_ci* Amlogic Meson GXL and GXM USB2 PHY binding
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible:	Should be "amlogic,meson-gxl-usb2-phy"
58c2ecf20Sopenharmony_ci- reg:		The base address and length of the registers
68c2ecf20Sopenharmony_ci- #phys-cells:	must be 0 (see phy-bindings.txt in this directory)
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ciOptional properties:
98c2ecf20Sopenharmony_ci- clocks:	a phandle to the clock of this PHY
108c2ecf20Sopenharmony_ci- clock-names:	must be "phy"
118c2ecf20Sopenharmony_ci- resets:	a phandle to the reset line of this PHY
128c2ecf20Sopenharmony_ci- reset-names:	must be "phy"
138c2ecf20Sopenharmony_ci- phy-supply:	see phy-bindings.txt in this directory
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ciExample:
178c2ecf20Sopenharmony_ci	usb2_phy0: phy@78000 {
188c2ecf20Sopenharmony_ci		compatible = "amlogic,meson-gxl-usb2-phy";
198c2ecf20Sopenharmony_ci		#phy-cells = <0>;
208c2ecf20Sopenharmony_ci		reg = <0x0 0x78000 0x0 0x20>;
218c2ecf20Sopenharmony_ci	};
22