Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 2c8c4710ab25fb2f14440c1f131b7a61 > files > 1827

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

VIA VT8500 and Wondermedia WM8xxx SoC USB controllers.

Required properties:
 - compatible: Should be "via,vt8500-ehci" or "wm,prizm-ehci".
 - reg: Address range of the ehci registers. size should be 0x200
 - interrupts: Should contain the ehci interrupt.

usb: ehci@D8007100 {
	compatible = "wm,prizm-ehci", "usb-ehci";
	reg = <0xD8007100 0x200>;
	interrupts = <1>;
};