aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/usrp3/n230/n230_fw_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/usrp3/n230/n230_fw_defs.h')
-rw-r--r--firmware/usrp3/n230/n230_fw_defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/usrp3/n230/n230_fw_defs.h b/firmware/usrp3/n230/n230_fw_defs.h
index f30c6efe0..8b66b03ad 100644
--- a/firmware/usrp3/n230/n230_fw_defs.h
+++ b/firmware/usrp3/n230/n230_fw_defs.h
@@ -54,6 +54,7 @@ static const uint32_t WB_SBRB_BASE = 0xa000;
static const uint32_t WB_SPI_FLASH_BASE = 0xb000;
static const uint32_t WB_ETH0_MAC_BASE = 0xc000;
static const uint32_t WB_ETH1_MAC_BASE = 0xd000;
+static const uint32_t WB_XB_SBRB_BASE = 0xe000;
static const uint32_t WB_ETH0_I2C_BASE = 0xf600;
static const uint32_t WB_ETH1_I2C_BASE = 0xf700;
static const uint32_t WB_DBG_UART_BASE = 0xf900;
@@ -64,6 +65,7 @@ static const uint32_t WB_DBG_UART_BASE = 0xf900;
static const uint32_t SR_ZPU_SW_RST = 0;
static const uint32_t SR_ZPU_BOOT_DONE = 1;
static const uint32_t SR_ZPU_LEDS = 2;
+static const uint32_t SR_ZPU_XB_LOCAL = 4;
static const uint32_t SR_ZPU_SFP_CTRL0 = 16;
static const uint32_t SR_ZPU_SFP_CTRL1 = 17;
static const uint32_t SR_ZPU_ETHINT0 = 64;