From 9d500066b9d25617c8bfae770d27b85a8b745269 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Mon, 5 Aug 2024 22:18:13 -0400 Subject: soc: bus: Add generic DMA ctrl to memory ranges Signed-off-by: Ian Moffett --- sv/soc/bus/bus.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/sv/soc/bus/bus.md b/sv/soc/bus/bus.md index 465e6c9..264b88b 100644 --- a/sv/soc/bus/bus.md +++ b/sv/soc/bus/bus.md @@ -22,3 +22,19 @@ each range is assigned to. | 0x1000038 | PIMC IRQ Table (pin 14) | 4 | | 0x100003C | PIMC IRQ Table (pin 15) | 4 | | 0x1000040 | Reserved | 256 | +| 0x1000140 | Generic DMA Source (channel 0) | 8 | +| 0x1000148 | Generic DMA Dest (channel 0) | 8 | +| 0x1000150 | Generic DMA Size (channel 0) | 2 | +| 0x1000152 | Generic DMA Control (channel 0) | 1 | +| 0x1000153 | Generic DMA Source (channel 1) | 8 | +| 0x100015B | Generic DMA Dest (channel 1) | 8 | +| 0x1000163 | Generic DMA Size (channel 1) | 2 | +| 0x1000165 | Generic DMA Control (channel 1) | 1 | +| 0x1000166 | Generic DMA Source (channel 2) | 8 | +| 0x100015B | Generic DMA Dest (channel 2) | 8 | +| 0x1000163 | Generic DMA Size (channel 2) | 2 | +| 0x1000165 | Generic DMA Control (channel 2) | 1 | +| 0x1000166 | Generic DMA Source (channel 3) | 8 | +| 0x100016E | Generic DMA Dest (channel 3) | 8 | +| 0x1000176 | Generic DMA Size (channel 3) | 2 | +| 0x1000178 | Generic DMA Control (channel 3) | 1 | -- cgit v1.2.3