mxs-phy.txt 340 B

12345678910111213
  1. * Freescale MXS USB Phy Device
  2. Required properties:
  3. - compatible: Should be "fsl,imx23-usbphy"
  4. - reg: Should contain registers location and length
  5. - interrupts: Should contain phy interrupt
  6. Example:
  7. usbphy1: usbphy@020c9000 {
  8. compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
  9. reg = <0x020c9000 0x1000>;
  10. interrupts = <0 44 0x04>;
  11. };