From: Luke Kenneth Casson Leighton Date: Thu, 26 Jul 2018 08:09:43 +0000 (+0100) Subject: make flexbus a fast peripheral X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5beae8813d126c0398b886c6ace06f7874bfece1;p=pinmux.git make flexbus a fast peripheral --- diff --git a/src/spec/i_class.py b/src/spec/i_class.py index 35cf8c6..99c8359 100644 --- a/src/spec/i_class.py +++ b/src/spec/i_class.py @@ -60,7 +60,7 @@ def pinspec(): } ps = PinSpec(pinbanks, fixedpins, function_names, - ['lcd', 'jtag']) + ['lcd', 'jtag', 'flexbus' ]) # Bank A, 0-27 ps.gpio("", ('A', 0), 0, 0, 28)