Merge tag 'firewire-update2' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...
[deliverable/linux.git] / Documentation / devicetree / bindings / usb / renesas_usb3.txt
CommitLineData
746bfe63
YS
1Renesas Electronics USB3.0 Peripheral driver
2
3Required 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
10Example:
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 };
This page took 0.062489 seconds and 5 git commands to generate.