Richard Zhao | d142d6b | 2012-09-12 14:58:05 +0300 | [diff] [blame] | 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 | }; |