Commit d63662ae authored by Sebastien Bourdeauducq's avatar Sebastien Bourdeauducq
Browse files

sayma_amc: fix SPI flash I/O voltage

parent 2e53295b
...@@ -32,7 +32,7 @@ _io = [ ...@@ -32,7 +32,7 @@ _io = [
("spiflash", 0, ("spiflash", 0,
Subsignal("cs_n", Pins("K21")), Subsignal("cs_n", Pins("K21")),
Subsignal("dq", Pins("M20 L20 R21 R22")), Subsignal("dq", Pins("M20 L20 R21 R22")),
IOStandard("LVCMOS25") IOStandard("LVCMOS33")
), ),
("ddram_32", 1, ("ddram_32", 1,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment