diff options
author | Martin Braun <martin.braun@ettus.com> | 2019-11-13 17:49:53 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-11-26 12:21:34 -0800 |
commit | 920198556e35edb86c081598ce757a06e12d7711 (patch) | |
tree | 08392e8e532c86a10cad6b733950ffd8e509f4e6 /host/lib/include/uhdlib | |
parent | 8b929b2d4e02ccd6318dac9c7c0a633f0cf60511 (diff) | |
download | uhd-920198556e35edb86c081598ce757a06e12d7711.tar.gz uhd-920198556e35edb86c081598ce757a06e12d7711.tar.bz2 uhd-920198556e35edb86c081598ce757a06e12d7711.zip |
mg/rh/rfnoc: Harmonize peripheral registers
- Move the SPI addresses out of radio_control_impl
- Fix the GPIO address spaces for N310/N300
Diffstat (limited to 'host/lib/include/uhdlib')
-rw-r--r-- | host/lib/include/uhdlib/rfnoc/radio_control_impl.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/host/lib/include/uhdlib/rfnoc/radio_control_impl.hpp b/host/lib/include/uhdlib/rfnoc/radio_control_impl.hpp index 72ed39824..4864707e1 100644 --- a/host/lib/include/uhdlib/rfnoc/radio_control_impl.hpp +++ b/host/lib/include/uhdlib/rfnoc/radio_control_impl.hpp @@ -230,9 +230,6 @@ public: static const uint32_t RX_CMD_TIMED_POS = 31; - static const uint32_t REG_SPI_W = 0x80000 + 168*8; // FIXME - static const uint32_t REG_SPI_R = 0x80000 + 17*8; // FIXME - static const uint32_t PERIPH_BASE = 0x80000; static const uint32_t PERIPH_REG_OFFSET = 8; |