]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - Documentation/devicetree/bindings/usb/mxs-phy.txt
doc: dt: mxs-phy: add compatible string for imx6sx-usbphy
[mirror_ubuntu-bionic-kernel.git] / Documentation / devicetree / bindings / usb / mxs-phy.txt
CommitLineData
b3d99681
RZ
1* Freescale MXS USB Phy Device
2
3Required properties:
14de8c3a
PC
4- compatible: should contain:
5 * "fsl,imx23-usbphy" for imx23 and imx28
6 * "fsl,imx6q-usbphy" for imx6dq and imx6dl
7 * "fsl,imx6sl-usbphy" for imx6sl
36687e30 8 * "fsl,imx6sx-usbphy" for imx6sx
14de8c3a 9 "fsl,imx23-usbphy" is still a fallback for other strings
b3d99681
RZ
10- reg: Should contain registers location and length
11- interrupts: Should contain phy interrupt
d9c13032 12- fsl,anatop: phandle for anatop register, it is only for imx6 SoC series
b3d99681
RZ
13
14Example:
15usbphy1: usbphy@020c9000 {
16 compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
17 reg = <0x020c9000 0x1000>;
18 interrupts = <0 44 0x04>;
d9c13032 19 fsl,anatop = <&anatop>;
b3d99681 20};