Merge tag 'firewire-update2' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / usb / renesas_usb3.txt
1 Renesas Electronics USB3.0 Peripheral driver
2
3 Required properties:
4   - compatible: Must contain one of the following:
5         - "renesas,r8a7795-usb3-peri"
6   - reg: Base address and length of the register for the USB3.0 Peripheral
7   - interrupts: Interrupt specifier for the USB3.0 Peripheral
8   - clocks: clock phandle and specifier pair
9
10 Example:
11         usb3_peri0: usb@ee020000 {
12                 compatible = "renesas,r8a7795-usb3-peri";
13                 reg = <0 0xee020000 0 0x400>;
14                 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>;
15                 clocks = <&cpg CPG_MOD 328>;
16         };
17
18         usb3_peri1: usb@ee060000 {
19                 compatible = "renesas,r8a7795-usb3-peri";
20                 reg = <0 0xee060000 0 0x400>;
21                 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
22                 clocks = <&cpg CPG_MOD 327>;
23         };