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