usbmisc-imx.txt 440 B

12345678910111213141516
  1. * Freescale i.MX non-core registers
  2. Required properties:
  3. - #index-cells: Cells used to descibe usb controller index. Should be <1>
  4. - compatible: Should be one of below:
  5. "fsl,imx6q-usbmisc" for imx6q
  6. "fsl,vf610-usbmisc" for Vybrid vf610
  7. "fsl,imx6sx-usbmisc" for imx6sx
  8. - reg: Should contain registers location and length
  9. Examples:
  10. usbmisc@02184800 {
  11. #index-cells = <1>;
  12. compatible = "fsl,imx6q-usbmisc";
  13. reg = <0x02184800 0x200>;
  14. };