Skip to content

Commit 889ac00

Browse files
hal: renesas: ra: Add support USB on RA8P1 and RA8T2
Add support USB on Renesas RA8P1 and RA8T2 Signed-off-by: Khoa Nguyen <[email protected]>
1 parent 740a944 commit 889ac00

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

drivers/ra/fsp/src/bsp/mcu/ra8p1/bsp_feature.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,8 @@
621621
#define BSP_FEATURE_USB_REG_USBMC_VDDUSBE (0UL) // Indicates the USBMC.VDDUSBE bit field is available.
622622
#define BSP_FEATURE_USB_SCKDIVCR2_HAS_CLOCK_DIV (0UL) // Indicates there is a USB clock divider setting as part of the SCKDIVCR2 register.
623623

624+
#define BSP_FEATURE_USB_NUM_IP (2UL)
625+
624626
#define BSP_FEATURE_VIN_IS_AVAILABLE (1UL)
625627

626628
// *UNCRUSTIFY-ON*

drivers/ra/fsp/src/bsp/mcu/ra8t2/bsp_feature.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,8 @@
621621
#define BSP_FEATURE_USB_REG_USBMC_VDDUSBE (0UL) // Indicates the USBMC.VDDUSBE bit field is available.
622622
#define BSP_FEATURE_USB_SCKDIVCR2_HAS_CLOCK_DIV (0UL) // Indicates there is a USB clock divider setting as part of the SCKDIVCR2 register.
623623

624+
#define BSP_FEATURE_USB_NUM_IP (1UL)
625+
624626
#define BSP_FEATURE_VIN_IS_AVAILABLE (0UL)
625627

626628
// *UNCRUSTIFY-ON*

0 commit comments

Comments
 (0)