Hi, The RZ/V2M SoC is very similar to the R-Car implementation. The differences are that a few DRD related registers and bits have moved, there is a separate interrupt for DRD, an additional clock for register access and reset lines for DRD and USBP. Thanks Phil v2: bindings: - SoCs other than rz/v2m must limit the number of clock/interrupt names - Add "Battery Charging" and "Global Purpose Input" interrupts driver: - Rename r9a09g011 feature to is_rzv2m; use rzv2m compat string - Pass pointer into macros that access is_rzv2m member Phil Edworthy (2): dt-bindings: usb: renesas, usb3-peri: Document RZ/V2M r9a09g011 support usb: gadget: udc: renesas_usb3: Add support for RZ/V2M .../bindings/usb/renesas,usb3-peri.yaml | 91 +++++++++++-- drivers/usb/gadget/udc/renesas_usb3.c | 128 ++++++++++++++---- 2 files changed, 177 insertions(+), 42 deletions(-) -- 2.34.1