Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[deliverable/linux.git] / Documentation / devicetree / bindings / usb / usb-uhci.txt
CommitLineData
95e9fd10
TP
1Generic Platform UHCI Controller
2-----------------------------------------------------
3
4Required properties:
e16fa44b 5- compatible : "generic-uhci" (deprecated: "platform-uhci")
95e9fd10
TP
6- reg : Should contain 1 register ranges(address and length)
7- interrupts : UHCI controller interrupt
8
9Example:
10
11 uhci@d8007b00 {
e16fa44b 12 compatible = "generic-uhci";
95e9fd10
TP
13 reg = <0xd8007b00 0x200>;
14 interrupts = <43>;
15 };
This page took 0.164348 seconds and 5 git commands to generate.