diff options
| author | Ashish Chaudhari <ashish@ettus.com> | 2015-12-30 21:00:09 -0800 | 
|---|---|---|
| committer | Ashish Chaudhari <ashish@ettus.com> | 2016-01-05 17:35:14 -0800 | 
| commit | 50a8021f7316895ddcf4f2f19a1e3a4ce33e8d5f (patch) | |
| tree | 7e6ecca99ce311beef67cdfd451365eec61bbc26 | |
| parent | f164e23fa079a971417c0e611bc631e3bc4790fd (diff) | |
| download | uhd-50a8021f7316895ddcf4f2f19a1e3a4ce33e8d5f.tar.gz uhd-50a8021f7316895ddcf4f2f19a1e3a4ce33e8d5f.tar.bz2 uhd-50a8021f7316895ddcf4f2f19a1e3a4ce33e8d5f.zip | |
n230: Added missing FW defs
| -rw-r--r-- | firmware/usrp3/n230/n230_fw_defs.h | 2 | 
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; | 
