X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fspec%2Fmicrotest.py;h=2a8e66314f0504fbc92f1741034ff562e0499bf4;hb=72b1a02130f4eddde44c0382274675f706a652c8;hp=f6cf3aba70f44d65f588d246ff2801288b1a1b3b;hpb=17d03f0ea907764babcacee544dfcc578caed55e;p=pinmux.git diff --git a/src/spec/microtest.py b/src/spec/microtest.py index f6cf3ab..2a8e663 100644 --- a/src/spec/microtest.py +++ b/src/spec/microtest.py @@ -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)