diff options
author | Martin Braun <martin.braun@ettus.com> | 2017-05-25 10:27:02 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-12-22 15:03:58 -0800 |
commit | 5edeeef564ac47cd891a21173e44a74847931d8a (patch) | |
tree | 8cb21223147d76bf082fa287023ef6110b0402ec /mpm/python/usrp_mpm/periph_manager/n310.py | |
parent | 4b00bc4d698910eb0643a4533a27f715cfb5b434 (diff) | |
download | uhd-5edeeef564ac47cd891a21173e44a74847931d8a.tar.gz uhd-5edeeef564ac47cd891a21173e44a74847931d8a.tar.bz2 uhd-5edeeef564ac47cd891a21173e44a74847931d8a.zip |
mpm/EISCAT: Renamed UIO udev labels, enabled spidevs on both dboards
The UIO labels will require an update to the device tree overlay file.
Diffstat (limited to 'mpm/python/usrp_mpm/periph_manager/n310.py')
-rw-r--r-- | mpm/python/usrp_mpm/periph_manager/n310.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/periph_manager/n310.py b/mpm/python/usrp_mpm/periph_manager/n310.py index 4663938b6..84a55c9d2 100644 --- a/mpm/python/usrp_mpm/periph_manager/n310.py +++ b/mpm/python/usrp_mpm/periph_manager/n310.py @@ -106,7 +106,9 @@ class n310(PeriphManagerBase): mboard_info = {"type": "n3xx"} dboard_eeprom_addr = "e0004000.i2c" dboard_eeprom_max_len = 64 - dboard_spimaster_addrs = ["e0006000.spi",] + # We're on a Zynq target, so the following two come from the Zynq standard + # device tree overlay (tree/arch/arm/boot/dts/zynq-7000.dtsi) + dboard_spimaster_addrs = ["e0006000.spi", "e0007000.spi"] chdr_interfaces = ['eth1', 'eth2'] # N310-specific settings eth_tables = {'eth1': 'misc-enet-regs0', 'eth2': 'misc-enet-regs1'} |