···11+* Marvell PXA/MMP EHCI controller.22+33+Required properties:44+55+- compatible: must be "marvell,pxau2o-ehci"66+- reg: physical base addresses of the controller and length of memory mapped region77+- interrupts: one EHCI controller interrupt should be described here88+- clocks: phandle list of usb clocks99+- clock-names: should be "USBCLK"1010+- phys: phandle for the PHY device1111+- phy-names: should be "usb"1212+1313+Example:1414+1515+ ehci0: usb-ehci@d4208000 {1616+ compatible = "marvell,pxau2o-ehci";1717+ reg = <0xd4208000 0x200>;1818+ interrupts = <44>;1919+ clocks = <&soc_clocks MMP2_CLK_USB>;2020+ clock-names = "USBCLK";2121+ phys = <&usb_otg_phy>;2222+ phy-names = "usb";2323+ };