feat: c61 add gdma support

This commit is contained in:
igor.udot
2024-07-16 11:54:17 +08:00
committed by morris
parent d1571c144b
commit a262df7c31
13 changed files with 895 additions and 197 deletions

View File

@@ -136,7 +136,7 @@ static inline void ahb_dma_ll_reset_fsm(ahb_dma_dev_t *dev)
*/
static inline void ahb_dma_ll_set_default_memory_range(ahb_dma_dev_t *dev)
{
// AHB-DMA can access L2MEM, L2ROM, MSPI Flash, MSPI PSRAM
// AHB-DMA can access SRAM, ROM, MSPI Flash, MSPI PSRAM
dev->intr_mem_start_addr.val = 0x40800000;
dev->intr_mem_end_addr.val = 0x44000000;
}