diff options
| author | Ashish Chaudhari <ashish@ettus.com> | 2016-01-05 17:08:06 -0800 |
|---|---|---|
| committer | Ashish Chaudhari <ashish@ettus.com> | 2016-01-05 17:35:15 -0800 |
| commit | 81bbb57c06feaa05406ba86abc237a2e80841226 (patch) | |
| tree | 11bb0cf199ca3a99a676d620e3ffc2b679e5a394 /host/lib/usrp/n230/n230_fpga_defs.h | |
| parent | 863ca545d629e0e40a21e085572440e764de882d (diff) | |
| download | uhd-81bbb57c06feaa05406ba86abc237a2e80841226.tar.gz uhd-81bbb57c06feaa05406ba86abc237a2e80841226.tar.bz2 uhd-81bbb57c06feaa05406ba86abc237a2e80841226.zip | |
n230: GPIO ATR cleanup and miniSAS GPIO support
- Replaced all gpio_200 cores with gpio_3000
- Added support for miniSAS GPIO through FP0 and FP1 banks
Diffstat (limited to 'host/lib/usrp/n230/n230_fpga_defs.h')
| -rw-r--r-- | host/lib/usrp/n230/n230_fpga_defs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/host/lib/usrp/n230/n230_fpga_defs.h b/host/lib/usrp/n230/n230_fpga_defs.h index 5a2dd5c68..7e1b008ce 100644 --- a/host/lib/usrp/n230/n230_fpga_defs.h +++ b/host/lib/usrp/n230/n230_fpga_defs.h @@ -74,12 +74,16 @@ static const uint32_t SR_CORE_COMPAT = 24; static const uint32_t SR_CORE_READBACK = 32; static const uint32_t SR_CORE_GPSDO_ST = 40; static const uint32_t SR_CORE_PPS_SEL = 48; +static const uint32_t SR_CORE_MS0_GPIO = 50; +static const uint32_t SR_CORE_MS1_GPIO = 58; static const uint32_t RB_CORE_SIGNATUE = 0; static const uint32_t RB_CORE_SPI = 1; static const uint32_t RB_CORE_STATUS = 2; static const uint32_t RB_CORE_BIST = 3; static const uint32_t RB_CORE_VERSION_HASH = 4; +static const uint32_t RB_CORE_MS0_GPIO = 5; +static const uint32_t RB_CORE_MS1_GPIO = 6; /******************************************************************* * Seting Register Base addresses |
