Merge branches 'for-3.7/upstream-fixes', 'for-3.8/hidraw', 'for-3.8/i2c-hid', 'for...
[sfrench/cifs-2.6.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 - reg: Should contain registers location and length
8
9 Examples:
10 usbmisc@02184800 {
11         #index-cells = <1>;
12         compatible = "fsl,imx6q-usbmisc";
13         reg = <0x02184800 0x200>;
14 };