usbmisc-imx.txt 369 B

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