About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / staging / dwc2.txt


Based on kernel version 3.13. Page generated on 2014-01-20 22:01 EST.

1	Platform DesignWare HS OTG USB 2.0 controller
2	-----------------------------------------------------
3	
4	Required properties:
5	- compatible : "snps,dwc2"
6	- reg : Should contain 1 register range (address and length)
7	- interrupts : Should contain 1 interrupt
8	
9	Example:
10	
11	        usb@101c0000 {
12	                compatible = "ralink,rt3050-usb, snps,dwc2";
13	                reg = <0x101c0000 40000>;
14	                interrupts = <18>;
15	        };
Hide Line Numbers
About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog