Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-backports > by-pkgid > a98dac1e239cd5babaaa60c463eb7321 > files > 4145

kernel-doc-4.18.20-1.mga6.noarch.rpm

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

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

additionally the properties from usb-hcd.txt (in the current directory) are
supported.

Example:

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