Searched +full:r8a774c0 +full:- +full:usb3 +full:- +full:peri (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only3 ---4 $id: http://devicetree.org/schemas/usb/renesas,usb3-peri.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>15 - items:16 - enum:17 - renesas,r8a774a1-usb3-peri # RZ/G2M18 - renesas,r8a774b1-usb3-peri # RZ/G2N19 - renesas,r8a774c0-usb3-peri # RZ/G2E[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the RZ/G2E (R8A774C0) SoC5 * Copyright (C) 2018-2019 Renesas Electronics Corp.8 #include <dt-bindings/clock/r8a774c0-cpg-mssr.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/power/r8a774c0-sysc.h>13 compatible = "renesas,r8a774c0";14 #address-cells = <2>;15 #size-cells = <2>;23 compatible = "fixed-clock";[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Renesas USB3.0 Peripheral driver (USB gadget)5 * Copyright (C) 2015-2017 Renesas Electronics Corporation11 #include <linux/dma-mapping.h>13 #include <linux/extcon-provider.h>37 #define USB3_DMA_CH0_CON(n) (0x030 + ((n) - 1) * 0x10) /* n = 1 to 4 */38 #define USB3_DMA_CH0_PRD_ADR(n) (0x034 + ((n) - 1) * 0x10) /* n = 1 to 4 */43 #define USB3_DRD_CON(p) ((p)->is_rzv2m ? 0x400 : 0x218)50 #define USB3_USB_OTG_STA(p) ((p)->is_rzv2m ? 0x410 : 0x268)51 #define USB3_USB_OTG_INT_STA(p) ((p)->is_rzv2m ? 0x414 : 0x26c)[all …]