dts: arm: renesas: ra: Add USBFS interrupts

Add the necessary interrupts to USBFS to use it on targets
like ra4m1.

Signed-off-by: Peter Johanson <peter@peterjohanson.com>
This commit is contained in:
Peter Johanson 2025-03-27 10:05:42 -06:00 committed by Anas Nashif
commit 4c996e2f1d

View file

@ -251,6 +251,8 @@
compatible = "renesas,ra-usbfs";
reg = <0x40090000 0x2000>;
num-bidir-endpoints = <10>;
interrupts = <12 1>, <13 1>;
interrupt-names = "usbfs-i", "usbfs-r";
phys = <&usbfs_phy>;
phys-clock = <&uclk>;
status = "disabled";