convert to dictionary spec system
[pinmux.git] / src / spec / i_class.py
index 780decd39376b8318ecb808f4e6efe37644c7448..37ad622f6966c1d9d780563abe3c3083012770b2 100644 (file)
@@ -61,7 +61,11 @@ def pinspec():
                       }
 
     ps = PinSpec(pinbanks, fixedpins, function_names,
-                 ['lcd', 'jtag', 'fb', 'sdr'])
+                 {'lcd': {'bus': 'fastbus'},
+                  'jtag': {'bus': 'fastbus'},
+                  'fb': {'bus': 'fastbus'},
+                  'sdr': {'bus': 'fastbus'}
+                 })
 
     # Bank A, 0-27
     ps.gpio("", ('A', 0), 0, 0, 28)