Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 53a6aa9e0f44ea9970ed459c13e44dc7 > files > 5414

kernel-linus-doc-5.10.30-1.mga7.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
	"fsl,vf610-usbmisc" for Vybrid vf610
	"fsl,imx6sx-usbmisc" for imx6sx
	"fsl,imx7d-usbmisc" for imx7d
	"fsl,imx7ulp-usbmisc" for imx7ulp
- reg: Should contain registers location and length

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