decided to use new spec
[pinmux.git] / src / spec / microtest.py
index f6cf3aba70f44d65f588d246ff2801288b1a1b3b..2a8e66314f0504fbc92f1741034ff562e0499bf4 100644 (file)
@@ -47,7 +47,13 @@ def pinspec():
                       'ULPI2': 'ULPI (USB Low Pin-count) 2',
                       }
 
-    ps = PinSpec(pinbanks, fixedpins, function_names)
+    ps = PinSpec(pinbanks, fixedpins, function_names,
+                               { "gpioa" :
+                                       {
+                                               "muxconfig" : "011000"
+                                       }
+                               }
+                                       )
 
     # Bank A, 0-3
     ps.gpio("", ('A', 0), 0, 0, 3)