android_kernel_samsung_on5x.../Documentation/devicetree/bindings/usb/usb-uhci.txt
2018-06-19 23:16:04 +02:00

15 lines
383 B
Text

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
Example:
uhci@d8007b00 {
compatible = "generic-uhci";
reg = <0xd8007b00 0x200>;
interrupts = <43>;
};