Add snapshot of device tree bindings from keystone common kernel, branch "android-mainline-keystone-qcom-release" at c4c12103f9c0 ("Snap for 9228065 from e32903b9a63bb558df8b803b076619c53c16baad to android-mainline-keystone-qcom-release"). Change-Id: I7682079615cbd9f29340a5c1f2a1d84ec441a1f1 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
19 lines
506 B
Plaintext
19 lines
506 B
Plaintext
* Freescale i.MX non-core registers
|
|
|
|
Required properties:
|
|
- #index-cells: Cells used to describe 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>;
|
|
};
|