pxa1928-usb-phy.txt 492 B

12345678910111213141516171819
  1. * Marvell PXA1928 USB and HSIC PHYs
  2. Required properties:
  3. - compatible: "marvell,pxa1928-usb-phy" or "marvell,pxa1928-hsic-phy"
  4. - reg: base address and length of the registers
  5. - clocks - A single clock. From common clock binding.
  6. - #phys-cells: should be 0. From commmon phy binding.
  7. - resets: reference to the reset controller
  8. Example:
  9. usbphy: phy@7000 {
  10. compatible = "marvell,pxa1928-usb-phy";
  11. reg = <0x7000 0xe0>;
  12. clocks = <&apmu_clocks PXA1928_CLK_USB>;
  13. #phy-cells = <0>;
  14. };