[bsp][cvitek] 修复 cv18xx_aarch64 gpio 驱动相关宏配置

This commit is contained in:
Z8MAN8 2024-07-20 17:28:27 +08:00 committed by Meco Man
parent 2a3bb2bf95
commit 78f3ebfb33
2 changed files with 10 additions and 0 deletions

View File

@ -22,6 +22,14 @@ config SOC_CV18XX_AARCH64
select ARCH_MM_MMU
default y
config GPIO_IRQ_BASE
int
default 76
config SYS_GPIO_IRQ_BASE
int
default 86
choice
prompt "Board Type"
default BOARD_TYPE_MILKV_DUO256M

View File

@ -329,6 +329,8 @@
/* Uncategorized */
#define SOC_CV18XX_AARCH64
#define GPIO_IRQ_BASE 76
#define SYS_GPIO_IRQ_BASE 86
#define BOARD_TYPE_MILKV_DUO256M
/* General Drivers Configuration */