From: Sneha Madle Date: Thu, 2 Aug 2018 13:16:35 +0000 (+0530) Subject: default MUX config to microtest X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=47b756f7cf13ac58ad37dfafb1c7ed587f68ecd0;p=pinmux.git default MUX config to microtest --- diff --git a/src/spec/microtest.py b/src/spec/microtest.py index f6cf3ab..cfe71cb 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, + { "muxconfig" : + { + "A" : "011000" + } + } + ) # Bank A, 0-3 ps.gpio("", ('A', 0), 0, 0, 3)