18c2ecf20Sopenharmony_ci* Freescale MXS USB Phy Device
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible: should contain:
58c2ecf20Sopenharmony_ci	* "fsl,imx23-usbphy" for imx23 and imx28
68c2ecf20Sopenharmony_ci	* "fsl,imx6q-usbphy" for imx6dq and imx6dl
78c2ecf20Sopenharmony_ci	* "fsl,imx6sl-usbphy" for imx6sl
88c2ecf20Sopenharmony_ci	* "fsl,vf610-usbphy" for Vybrid vf610
98c2ecf20Sopenharmony_ci	* "fsl,imx6sx-usbphy" for imx6sx
108c2ecf20Sopenharmony_ci	* "fsl,imx7ulp-usbphy" for imx7ulp
118c2ecf20Sopenharmony_ci  "fsl,imx23-usbphy" is still a fallback for other strings
128c2ecf20Sopenharmony_ci- reg: Should contain registers location and length
138c2ecf20Sopenharmony_ci- interrupts: Should contain phy interrupt
148c2ecf20Sopenharmony_ci- fsl,anatop: phandle for anatop register, it is only for imx6 SoC series
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ciOptional properties:
178c2ecf20Sopenharmony_ci- fsl,tx-cal-45-dn-ohms: Integer [30-55]. Resistance (in ohms) of switchable
188c2ecf20Sopenharmony_ci  high-speed trimming resistor connected in parallel with the 45 ohm resistor
198c2ecf20Sopenharmony_ci  that terminates the DN output signal. Default: 45
208c2ecf20Sopenharmony_ci- fsl,tx-cal-45-dp-ohms: Integer [30-55]. Resistance (in ohms) of switchable
218c2ecf20Sopenharmony_ci  high-speed trimming resistor connected in parallel with the 45 ohm resistor
228c2ecf20Sopenharmony_ci  that terminates the DP output signal. Default: 45
238c2ecf20Sopenharmony_ci- fsl,tx-d-cal: Integer [79-119]. Current trimming value (as a percentage) of
248c2ecf20Sopenharmony_ci  the 17.78mA TX reference current. Default: 100
258c2ecf20Sopenharmony_ci
268c2ecf20Sopenharmony_ciExample:
278c2ecf20Sopenharmony_ciusbphy1: usb-phy@20c9000 {
288c2ecf20Sopenharmony_ci	compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
298c2ecf20Sopenharmony_ci	reg = <0x020c9000 0x1000>;
308c2ecf20Sopenharmony_ci	interrupts = <0 44 0x04>;
318c2ecf20Sopenharmony_ci	fsl,anatop = <&anatop>;
328c2ecf20Sopenharmony_ci};
33