Commit 5165a2b4 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski Committed by Alessandro Rubini

added RTU base address to FPGA memory map

parent ebda3588
......@@ -14,5 +14,6 @@ extern volatile uint8_t *_fpga_base_virt;
#define _fpga_readl(reg) (*(volatile uint32_t *)(FPGA_BASE_ADDR + (reg)))
#define FPGA_BASE_PPS_GEN 0x52000
#define FPGA_BASE_RTU 0x60000
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment