summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/usb/usbmisc-imx.txt
blob: a85a631ec434c6f1a6cf47c7e68d608e24734319 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
* 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
- reg: Should contain registers location and length

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