Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.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                 };