About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

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


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

1	Qualcomm CI13xxx (Chipidea) USB controllers
2	
3	Required properties:
4	- compatible:   should contain "qcom,ci-hdrc"
5	- reg:          offset and length of the register set in the memory map
6	- interrupts:   interrupt-specifier for the controller interrupt.
7	- usb-phy:      phandle for the PHY device
8	- dr_mode:      Should be "peripheral"
9	
10	Examples:
11		gadget@f9a55000 {
12			compatible = "qcom,ci-hdrc";
13			reg = <0xf9a55000 0x400>;
14			dr_mode = "peripheral";
15			interrupts = <0 134 0>;
16			usb-phy = <&usbphy0>;
17		};
Hide Line Numbers
About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog