1 Renesas Electronics USB3.0 Peripheral driver
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
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>;
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>;