2012-07-07 22:56:47 +08:00
* Freescale MXS USB Phy Device
Required properties:
2014-02-24 10:20:53 +08:00
- compatible: should contain:
* "fsl,imx23-usbphy" for imx23 and imx28
* "fsl,imx6q-usbphy" for imx6dq and imx6dl
* "fsl,imx6sl-usbphy" for imx6sl
2014-07-28 16:57:29 +02:00
* "fsl,vf610-usbphy" for Vybrid vf610
2014-08-26 10:55:18 +08:00
* "fsl,imx6sx-usbphy" for imx6sx
2019-06-24 10:02:51 +08:00
* "fsl,imx7ulp-usbphy" for imx7ulp
2014-02-24 10:20:53 +08:00
"fsl,imx23-usbphy" is still a fallback for other strings
2012-07-07 22:56:47 +08:00
- reg: Should contain registers location and length
- interrupts: Should contain phy interrupt
2014-02-24 10:20:56 +08:00
- fsl,anatop: phandle for anatop register, it is only for imx6 SoC series
2012-07-07 22:56:47 +08:00
2016-08-16 18:31:48 -04:00
Optional properties:
- fsl,tx-cal-45-dn-ohms: Integer [30-55]. Resistance (in ohms) of switchable
high-speed trimming resistor connected in parallel with the 45 ohm resistor
that terminates the DN output signal. Default: 45
- fsl,tx-cal-45-dp-ohms: Integer [30-55]. Resistance (in ohms) of switchable
high-speed trimming resistor connected in parallel with the 45 ohm resistor
that terminates the DP output signal. Default: 45
- fsl,tx-d-cal: Integer [79-119]. Current trimming value (as a percentage) of
the 17.78mA TX reference current. Default: 100
2012-07-07 22:56:47 +08:00
Example:
2019-06-24 10:02:51 +08:00
usbphy1: usb-phy@20c9000 {
2012-07-07 22:56:47 +08:00
compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
reg = <0x020c9000 0x1000>;
interrupts = <0 44 0x04>;
2014-02-24 10:20:56 +08:00
fsl,anatop = <&anatop>;
2012-07-07 22:56:47 +08:00
};