summaryrefslogtreecommitdiffstats
path: root/firmware/zpu/usrp2
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-03-16 17:21:53 -0700
committerJosh Blum <josh@joshknows.com>2011-03-16 17:21:53 -0700
commitc0cfc69948b444901325326372265b0f13f7d223 (patch)
treee40dcaa4d2990be451efec26015d5eaf65fde495 /firmware/zpu/usrp2
parenta49811fc3627f36e50bceeb0e92949ac7a58d400 (diff)
downloaduhd-c0cfc69948b444901325326372265b0f13f7d223.tar.gz
uhd-c0cfc69948b444901325326372265b0f13f7d223.tar.bz2
uhd-c0cfc69948b444901325326372265b0f13f7d223.zip
usrp2: use new and common slave base map for usrp2/n210
Diffstat (limited to 'firmware/zpu/usrp2')
-rw-r--r--firmware/zpu/usrp2/slave_base.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/firmware/zpu/usrp2/slave_base.h b/firmware/zpu/usrp2/slave_base.h
deleted file mode 100644
index e990d54f7..000000000
--- a/firmware/zpu/usrp2/slave_base.h
+++ /dev/null
@@ -1,35 +0,0 @@
-//
-// Copyright 2011 Ettus Research LLC
-//
-// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation, either version 3 of the License, or
-// (at your option) any later version.
-//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
-//
-// You should have received a copy of the GNU General Public License
-// along with this program. If not, see <http://www.gnu.org/licenses/>.
-//
-
-#ifndef INCLUDED_SLAVE_BASE_H
-#define INCLUDED_SLAVE_BASE_H
-
-#define RAM_BASE 0x0000
-#define ROUTER_RAM_BASE 0x8000
-#define SPI_BASE 0xC000
-#define I2C_BASE 0xC400
-#define GPIO_BASE 0xC800
-#define ROUTER_STATUS_BASE 0xCC00
-#define ETH_BASE 0xD000
-#define MISC_OUTPUT_BASE 0xD400
-#define PIC_BASE 0xD800
-#define UART_BASE 0xE000
-#define ATR_BASE 0xE400
-#define SDSPI_BASE 0xEC00
-
-#endif
-