18c2ecf20Sopenharmony_ci* Freescale i.MX8MQ USB3 PHY binding
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible:	Should be "fsl,imx8mq-usb-phy" or "fsl,imx8mp-usb-phy"
58c2ecf20Sopenharmony_ci- #phys-cells:	must be 0 (see phy-bindings.txt in this directory)
68c2ecf20Sopenharmony_ci- reg:		The base address and length of the registers
78c2ecf20Sopenharmony_ci- clocks:	phandles to the clocks for each clock listed in clock-names
88c2ecf20Sopenharmony_ci- clock-names:	must contain "phy"
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ciOptional properties:
118c2ecf20Sopenharmony_ci- vbus-supply: A phandle to the regulator for USB VBUS.
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ciExample:
148c2ecf20Sopenharmony_ci	usb3_phy0: phy@381f0040 {
158c2ecf20Sopenharmony_ci		compatible = "fsl,imx8mq-usb-phy";
168c2ecf20Sopenharmony_ci		reg = <0x381f0040 0x40>;
178c2ecf20Sopenharmony_ci		clocks = <&clk IMX8MQ_CLK_USB1_PHY_ROOT>;
188c2ecf20Sopenharmony_ci		clock-names = "phy";
198c2ecf20Sopenharmony_ci		#phy-cells = <0>;
208c2ecf20Sopenharmony_ci	};
21