From: Sebastien Bourdeauducq Date: Mon, 13 May 2013 13:38:20 +0000 (+0200) Subject: platforms/m1: add pots pins X-Git-Tag: 24jan2021_ls180~2099^2~443^2~30 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fe64ade1ac342bd70bcbe034862fa24074d8dbed;p=litex.git platforms/m1: add pots pins --- diff --git a/mibuild/platforms/m1.py b/mibuild/platforms/m1.py index cc29a02f..e745968c 100644 --- a/mibuild/platforms/m1.py +++ b/mibuild/platforms/m1.py @@ -108,6 +108,12 @@ _io = [ Subsignal("scl", Pins("J16")), Subsignal("sda", Pins("K16")), IOStandard("LVCMOS33") + ), + ("dvi_pots", 0, + Subsignal("charge", Pins("A18")), # SD_DAT0 + Subsignal("blackout", Pins("C17")), # SD_DAT2 + Subsignal("crossfade", Pins("A17")), # SD_DAT3 + IOStandard("LVCMOS33") ) ]