usbmisc-imx.txt 407 B

123456789101112131415
  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. - reg: Should contain registers location and length
  8. Examples:
  9. usbmisc@02184800 {
  10. #index-cells = <1>;
  11. compatible = "fsl,imx6q-usbmisc";
  12. reg = <0x02184800 0x200>;
  13. };