diff options
author | Thomas Vogel <thomas.vogel@ni.com> | 2018-12-06 14:51:48 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-12-14 14:16:25 -0800 |
commit | 89868e5010187628ef00f8f4e67d6afdd583bb0c (patch) | |
tree | d98d3cdf9aa57b074176804152ec540ff4b6d6d0 /host/lib/usrp/x300/x300_regs.hpp | |
parent | 1da9ef1d12586cc1fa393c7207a3415a37d1ee8d (diff) | |
download | uhd-89868e5010187628ef00f8f4e67d6afdd583bb0c.tar.gz uhd-89868e5010187628ef00f8f4e67d6afdd583bb0c.tar.bz2 uhd-89868e5010187628ef00f8f4e67d6afdd583bb0c.zip |
x300: Add support for USRP-2974
This will enable a USRP 2974 to be registered as an X300 device.
Its product ID is 'NI-2974'.
Diffstat (limited to 'host/lib/usrp/x300/x300_regs.hpp')
-rw-r--r-- | host/lib/usrp/x300/x300_regs.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/x300/x300_regs.hpp b/host/lib/usrp/x300/x300_regs.hpp index b54c5c2bb..5fdc89979 100644 --- a/host/lib/usrp/x300/x300_regs.hpp +++ b/host/lib/usrp/x300/x300_regs.hpp @@ -107,6 +107,7 @@ static const uint32_t X310_2953R_40MHz_PCIE_SSID_ADC_18 = 0x7859; static const uint32_t X310_2953R_120MHz_PCIE_SSID_ADC_18 = 0x7860; static const uint32_t X310_2954R_40MHz_PCIE_SSID_ADC_18 = 0x785A; static const uint32_t X310_2955R_PCIE_SSID_ADC_18 = 0x78F0; +static const uint32_t X310_2974_PCIE_SSID_ADC_18 = 0x799B; static const uint32_t FPGA_X3xx_SIG_VALUE = 0x58333030; |