[bsp][cvitek] 修复 cv18xx_aarch64 gpio 驱动相关宏配置
This commit is contained in:
parent
2a3bb2bf95
commit
78f3ebfb33
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue