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:
parent
26e74f75b6
commit
4c996e2f1d
1 changed files with 2 additions and 0 deletions
|
@ -251,6 +251,8 @@
|
||||||
compatible = "renesas,ra-usbfs";
|
compatible = "renesas,ra-usbfs";
|
||||||
reg = <0x40090000 0x2000>;
|
reg = <0x40090000 0x2000>;
|
||||||
num-bidir-endpoints = <10>;
|
num-bidir-endpoints = <10>;
|
||||||
|
interrupts = <12 1>, <13 1>;
|
||||||
|
interrupt-names = "usbfs-i", "usbfs-r";
|
||||||
phys = <&usbfs_phy>;
|
phys = <&usbfs_phy>;
|
||||||
phys-clock = <&uclk>;
|
phys-clock = <&uclk>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue