summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Foster <nick@nerdnetworks.org>2010-12-16 15:46:05 -0800
committerNick Foster <nick@nerdnetworks.org>2010-12-16 15:46:05 -0800
commit4c98ef443b24955b2d266f5783cf5d26c04d3715 (patch)
treee5f0699c70d6459072b1eb7463d8284ea21ad712
parentafd21d0a3e4a62c64a74368b34af2ae689c76f89 (diff)
downloaduhd-4c98ef443b24955b2d266f5783cf5d26c04d3715.tar.gz
uhd-4c98ef443b24955b2d266f5783cf5d26c04d3715.tar.bz2
uhd-4c98ef443b24955b2d266f5783cf5d26c04d3715.zip
N210: Host memory map changes for ZPU
-rw-r--r--host/lib/usrp/usrp2/usrp2_regs.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_regs.hpp b/host/lib/usrp/usrp2/usrp2_regs.hpp
index 0311ac625..56e64029e 100644
--- a/host/lib/usrp/usrp2/usrp2_regs.hpp
+++ b/host/lib/usrp/usrp2/usrp2_regs.hpp
@@ -25,10 +25,10 @@
#define USRP2_ATR_BASE 0xE400
#define USRP2_BP_STATUS_BASE 0xCC00
-#define USRP2P_MISC_OUTPUT_BASE 0x2000
-#define USRP2P_GPIO_BASE 0x3200
-#define USRP2P_ATR_BASE 0x3800
-#define USRP2P_BP_STATUS_BASE 0x3300
+#define USRP2P_MISC_OUTPUT_BASE 0x5000
+#define USRP2P_GPIO_BASE 0x6200
+#define USRP2P_ATR_BASE 0x6800
+#define USRP2P_BP_STATUS_BASE 0x6300
typedef struct {
int sr_misc;