0001 * Marvell PXA1928 USB and HSIC PHYs
0002
0003 Required properties:
0004 - compatible: "marvell,pxa1928-usb-phy" or "marvell,pxa1928-hsic-phy"
0005 - reg: base address and length of the registers
0006 - clocks - A single clock. From common clock binding.
0007 - #phys-cells: should be 0. From commmon phy binding.
0008 - resets: reference to the reset controller
0009
0010 Example:
0011
0012 usbphy: phy@7000 {
0013 compatible = "marvell,pxa1928-usb-phy";
0014 reg = <0x7000 0xe0>;
0015 clocks = <&apmu_clocks PXA1928_CLK_USB>;
0016 #phy-cells = <0>;
0017 };
0018