reduce GPIO down to 4
[pinmux.git] / src / spec / testing_stage1.py
index 28c386135d12a2749d3f2ac5a65d0d8bc7eaf301..d15412bea7d83e5563d48075b5291ad4ab0700ee 100644 (file)
@@ -20,7 +20,7 @@ from copy import deepcopy
 def dummy_pinset():
     # sigh this needs to come from pinmux.
     gpios = []
-    for i in range(16):
+    for i in range(4):
         gpios.append("%d*" % i)
     return {'uart': ['tx+', 'rx-'],
             'gpio': gpios,