About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / usb / platform-uhci.txt


Based on kernel version 3.14.11. Page generated on 2014-07-07 08:53 EST.

1	Generic Platform UHCI Controller
2	-----------------------------------------------------
3	
4	Required properties:
5	- compatible : "platform-uhci"
6	- reg : Should contain 1 register ranges(address and length)
7	- interrupts : UHCI controller interrupt
8	
9	Example:
10	
11		uhci@d8007b00 {
12			compatible = "platform-uhci";
13			reg = <0xd8007b00 0x200>;
14			interrupts = <43>;
15		};
Hide Line Numbers
About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog