Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra...
[cascardo/linux.git] / Documentation / devicetree / bindings / usb / usbmisc-imx.txt
1 * Freescale i.MX non-core registers
2
3 Required properties:
4 - #index-cells: Cells used to descibe usb controller index. Should be <1>
5 - compatible: Should be one of below:
6         "fsl,imx6q-usbmisc" for imx6q
7         "fsl,vf610-usbmisc" for Vybrid vf610
8         "fsl,imx6sx-usbmisc" for imx6sx
9         "fsl,imx7d-usbmisc" for imx7d
10 - reg: Should contain registers location and length
11
12 Examples:
13 usbmisc@02184800 {
14         #index-cells = <1>;
15         compatible = "fsl,imx6q-usbmisc";
16         reg = <0x02184800 0x200>;
17 };