From: Luke Kenneth Casson Leighton Date: Tue, 24 Jul 2018 13:31:58 +0000 (+0100) Subject: add master-only spi and quad-spi X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=effe8aa5424573d97fbb98e8c7449c114eac6fb9;p=pinmux.git add master-only spi and quad-spi --- diff --git a/src/bsv/interface_decl.py b/src/bsv/interface_decl.py index 07d0bf5..404cfd4 100644 --- a/src/bsv/interface_decl.py +++ b/src/bsv/interface_decl.py @@ -544,9 +544,11 @@ class Interfaces(InterfacesBase, PeripheralInterfaces): InterfacesBase.__init__(self, Interface, pth, {'gpio': InterfaceGPIO, 'spi': InterfaceNSPI, + 'mspi': InterfaceNSPI, 'lcd': InterfaceLCD, 'sd': InterfaceSD, 'qspi': InterfaceNSPI, + 'mqspi': InterfaceNSPI, 'eint': InterfaceEINT}) PeripheralInterfaces.__init__(self)