Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
[deliverable/linux.git] / Documentation / devicetree / bindings / usb / usbmisc-imx.txt
CommitLineData
d142d6be
RZ
1* Freescale i.MX non-core registers
2
3Required 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
f40017e0 7 "fsl,vf610-usbmisc" for Vybrid vf610
b0e04f85 8 "fsl,imx6sx-usbmisc" for imx6sx
d142d6be
RZ
9- reg: Should contain registers location and length
10
11Examples:
12usbmisc@02184800 {
13 #index-cells = <1>;
14 compatible = "fsl,imx6q-usbmisc";
15 reg = <0x02184800 0x200>;
16};
This page took 0.190762 seconds and 5 git commands to generate.