About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / usb / ci-hdrc-zevio.txt


Based on kernel version 4.1. Page generated on 2015-06-28 12:11 EST.

1	* LSI Zevio USB OTG Controller
2	
3	Required properties:
4	- compatible: Should be "lsi,zevio-usb"
5	- reg: Should contain registers location and length
6	- interrupts: Should contain controller interrupt
7	
8	Optional properties:
9	- vbus-supply: regulator for vbus
10	
11	Examples:
12			usb0: usb@b0000000 {
13				reg = <0xb0000000 0x1000>;
14				compatible = "lsi,zevio-usb";
15				interrupts = <8>;
16				vbus-supply = <&vbus_reg>;
17			};
Hide Line Numbers
About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog