Based on kernel version 3.9. Page generated on 2013-05-02 23:02 EST.
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 };