diff options
author | Ian Moffett <ian@osmora.org> | 2024-08-05 22:18:13 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-08-05 22:18:13 -0400 |
commit | 9d500066b9d25617c8bfae770d27b85a8b745269 (patch) | |
tree | 1d51b679356b53c52f1ea20cdecf7296fa23af50 | |
parent | d016a5796887b1bd8a69dd547caac2af21669020 (diff) |
soc: bus: Add generic DMA ctrl to memory ranges
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r-- | sv/soc/bus/bus.md | 16 |
1 files changed, 16 insertions, 0 deletions
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 | |