diff options
author | Trung N Tran <trung.tran@ettus.com> | 2018-03-08 13:43:57 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-03-13 13:43:28 -0700 |
commit | 49011af0ae7e9bb9f9446319c001d05a1b55a1c5 (patch) | |
tree | b48e2c6925d5f1ce877ed026d18cba0836171680 /host/include | |
parent | 6768b46988c0d225da8a76a8b277141179a5b57f (diff) | |
download | uhd-49011af0ae7e9bb9f9446319c001d05a1b55a1c5.tar.gz uhd-49011af0ae7e9bb9f9446319c001d05a1b55a1c5.tar.bz2 uhd-49011af0ae7e9bb9f9446319c001d05a1b55a1c5.zip |
mg: reduce to 2 radios for n310
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/rfnoc/blocks/radio_magnesium.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/host/include/uhd/rfnoc/blocks/radio_magnesium.xml b/host/include/uhd/rfnoc/blocks/radio_magnesium.xml index ae4fc0437..b9b32f369 100644 --- a/host/include/uhd/rfnoc/blocks/radio_magnesium.xml +++ b/host/include/uhd/rfnoc/blocks/radio_magnesium.xml @@ -5,7 +5,7 @@ <key>MagnesiumRadio</key> <!--There can be several of these:--> <ids> - <id revision="0">12AD100000000310</id> + <id revision="0">12AD100000011312</id> </ids> <!-- Registers --> <registers> @@ -40,6 +40,14 @@ <name>out0</name> <type>sc16</type> </source> + <sink> + <name>in1</name> + <type>sc16</type> + </sink> + <source> + <name>out1</name> + <type>sc16</type> + </source> </ports> </nocblock> |