0001 * EHCI controller, Orion Marvell variants
0002
0003 Required properties:
0004 - compatible: must be one of the following
0005 "marvell,orion-ehci"
0006 "marvell,armada-3700-ehci"
0007 - reg: physical base address of the controller and length of memory mapped
0008 region.
0009 - interrupts: The EHCI interrupt
0010
0011 Optional properties:
0012 - clocks: reference to the clock
0013 - phys: reference to the USB PHY
0014 - phy-names: name of the USB PHY, should be "usb"
0015
0016 Example:
0017
0018 ehci@50000 {
0019 compatible = "marvell,orion-ehci";
0020 reg = <0x50000 0x1000>;
0021 interrupts = <19>;
0022 };