Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 22e24b2b862bb2e445eb404eea2660a9 > files > 1797

kernel-doc-3.14.39-1.mga4.noarch.rpm

* EHCI controller, Orion Marvell variants

Required properties:
- compatible: must be "marvell,orion-ehci"
- reg: physical base address of the controller and length of memory mapped
  region.
- interrupts: The EHCI interrupt

Example:

	ehci@50000 {
		compatible = "marvell,orion-ehci";
		reg = <0x50000 0x1000>;
		interrupts = <19>;
	};