From 41636f4a36f39be0afefde5682040da767b86122 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Wed, 5 Oct 2022 10:36:25 +0200 Subject: orbtrace: Add initial support. --- platforms/orbtrace.yaml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 platforms/orbtrace.yaml (limited to 'platforms/orbtrace.yaml') diff --git a/platforms/orbtrace.yaml b/platforms/orbtrace.yaml new file mode 100644 index 0000000..47ba74c --- /dev/null +++ b/platforms/orbtrace.yaml @@ -0,0 +1,42 @@ +- match: + mcu: !re orbtrace + + mem: + flash: + origin: 0x20000000 + size: 1M + #origin: 0x08400000 + #size: 4M + + ram: + origin: 0x20100000 + size: 7M + #origin: 0x20000000 + #size: 8M + + periph: + litex_timer: + TIMER0: + offset: 0xf0002800 + + litex_uart: + UART: + offset: 0xf0003000 + + orbtrace_dbgif: + DBGIF: + offset: 0xf0004000 + + litex_wishbone_dma_writer: + CMSIS_DAP_OUT: + offset: 0xf0006000 + + litex_wishbone_dma_reader: + CMSIS_DAP_IN: + offset: 0xf0006800 + + interrupt: + irq: {} + + meta: + cpu: rv32im -- cgit v1.2.3