]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/usb/ci-hdrc-qcom.txt
kdb: Fix handling of kallsyms_symbol_next() return value
[karo-tx-linux.git] / Documentation / devicetree / bindings / usb / ci-hdrc-qcom.txt
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         };