pinmux update for ls180
[pinmux.git] / src / spec / pinfunctions.py
index da3b912859e7bd0bab44e95c5cf86441977232ea..d30bc03d1f9ad204a0eb200f677409db4775da65 100644 (file)
@@ -285,8 +285,12 @@ def vdd(suffix, bank):
     return (RangePin("-"), [], None)
 
 def sys(suffix, bank):
-    return (['CLK-', 'RST-', 'PLLCLK-', 'PLLOUT+',
-             'CSEL0-', 'CSEL1-', 'PLLOCK+'], [], 'CLK')
+    return (['CLK-',                       # incoming clock (to PLL)
+             'PLLSELA0-', 'PLLSELA1-',     # PLL divider-selector
+             'PLLTESTOUT+',                # divided-output (for testing)
+             'PLLVCOUT+',                  # PLL VCO analog out (for testing)
+             'RST-',                       # reset line
+             ], [], 'CLK')
 
 # list functions by name here