Sophie

Sophie

distrib > Mageia > 4 > i586 > media > core-release > by-pkgid > 2b1656099c23beea3daf4b6717b67a7c > files > 1654

kernel-doc-3.12.8-2.mga4.noarch.rpm

Generic Platform UHCI Controller
-----------------------------------------------------

Required properties:
- compatible : "platform-uhci"
- reg : Should contain 1 register ranges(address and length)
- interrupts : UHCI controller interrupt

Example:

	uhci@d8007b00 {
		compatible = "platform-uhci";
		reg = <0xd8007b00 0x200>;
		interrupts = <43>;
	};