Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > e58e274474fd466b77325d6bb04a9554 > files > 1458

kernel-linus-doc-3.10.51-1.mga3.noarch.rpm

* Freescale i.MX non-core registers

Required properties:
- #index-cells: Cells used to descibe usb controller index. Should be <1>
- compatible: Should be one of below:
	"fsl,imx6q-usbmisc" for imx6q
- reg: Should contain registers location and length

Examples:
usbmisc@02184800 {
	#index-cells = <1>;
	compatible = "fsl,imx6q-usbmisc";
	reg = <0x02184800 0x200>;
};