From 394530777b3ac656609cf98b3c9e35238e3fc296 Mon Sep 17 00:00:00 2001 From: Toni Jones Date: Wed, 9 Jan 2019 19:33:35 +0000 Subject: mpm: Add an LMK03328 base chip driver Added an LMK03328 base chip driver which does basic register access, ID validation, and PLL lock validation. This will act as the base class for device specific drivers which control the chip. The code it similar to the LMK04828 and LMK04832 base driver classes but has a different register map structure. Register bitfield definitions were omitted and will be added on an as needed basis. --- mpm/python/usrp_mpm/chips/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'mpm/python/usrp_mpm/chips/__init__.py') diff --git a/mpm/python/usrp_mpm/chips/__init__.py b/mpm/python/usrp_mpm/chips/__init__.py index 60368ad6a..453ab5c2a 100644 --- a/mpm/python/usrp_mpm/chips/__init__.py +++ b/mpm/python/usrp_mpm/chips/__init__.py @@ -10,3 +10,4 @@ Chips submodule from .adf400x import ADF400x from .lmk04828 import LMK04828 from .lmk04832 import LMK04832 +from .lmk03328 import LMK03328 -- cgit v1.2.3