18c2ecf20Sopenharmony_ci* EHCI controller, Orion Marvell variants
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible: must be one of the following
58c2ecf20Sopenharmony_ci	"marvell,orion-ehci"
68c2ecf20Sopenharmony_ci	"marvell,armada-3700-ehci"
78c2ecf20Sopenharmony_ci- reg: physical base address of the controller and length of memory mapped
88c2ecf20Sopenharmony_ci  region.
98c2ecf20Sopenharmony_ci- interrupts: The EHCI interrupt
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciOptional properties:
128c2ecf20Sopenharmony_ci- clocks: reference to the clock
138c2ecf20Sopenharmony_ci- phys: reference to the USB PHY
148c2ecf20Sopenharmony_ci- phy-names: name of the USB PHY, should be "usb"
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ciExample:
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ci	ehci@50000 {
198c2ecf20Sopenharmony_ci		compatible = "marvell,orion-ehci";
208c2ecf20Sopenharmony_ci		reg = <0x50000 0x1000>;
218c2ecf20Sopenharmony_ci		interrupts = <19>;
228c2ecf20Sopenharmony_ci	};
23