2012-10-20 18:10:00 +07:00
|
|
|
* EHCI controller, Orion Marvell variants
|
|
|
|
|
|
|
|
Required properties:
|
2017-03-10 00:52:56 +07:00
|
|
|
- compatible: must be one of the following
|
|
|
|
"marvell,orion-ehci"
|
|
|
|
"marvell,armada-3700-ehci"
|
2012-10-20 18:10:00 +07:00
|
|
|
- reg: physical base address of the controller and length of memory mapped
|
|
|
|
region.
|
|
|
|
- interrupts: The EHCI interrupt
|
|
|
|
|
2014-05-15 17:17:30 +07:00
|
|
|
Optional properties:
|
|
|
|
- clocks: reference to the clock
|
|
|
|
- phys: reference to the USB PHY
|
|
|
|
- phy-names: name of the USB PHY, should be "usb"
|
|
|
|
|
2012-10-20 18:10:00 +07:00
|
|
|
Example:
|
|
|
|
|
|
|
|
ehci@50000 {
|
|
|
|
compatible = "marvell,orion-ehci";
|
|
|
|
reg = <0x50000 0x1000>;
|
|
|
|
interrupts = <19>;
|
|
|
|
};
|