Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 818b6f0502bd8ccbb7baa93fea54d9c6 > files > 1663

kernel-linus-doc-3.12.8-1.mga4.noarch.rpm

VIA/Wondermedia VT8500 EHCI Controller
-----------------------------------------------------

Required properties:
- compatible : "via,vt8500-ehci"
- reg : Should contain 1 register ranges(address and length)
- interrupts : ehci controller interrupt

Example:

	ehci@d8007900 {
		compatible = "via,vt8500-ehci";
		reg = <0xd8007900 0x200>;
		interrupts = <43>;
	};