Commit 6c9eec38 authored by Federico Vaga's avatar Federico Vaga

speclib: explain meaning of BAR0 BAR4

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 57339bf2
......@@ -20,7 +20,9 @@
#include "wb_uart.h"
struct spec_private {
/* BAR0 maps the local bus (i.e. we can access FGPA register) */
void *bar0;
/* BAR4 maps the local GN412x register */
void *bar4;
uint32_t vuart_base;
};
......
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