Commit ea879b2f authored by mntng's avatar mntng Committed by whitequark
Browse files

kc705: add sdcard_spi IOs.

parent 247cbe2e
...@@ -74,6 +74,13 @@ _io = [ ...@@ -74,6 +74,13 @@ _io = [
Subsignal("dat", Pins("AC20 AA23 AA22 AC21")), Subsignal("dat", Pins("AC20 AA23 AA22 AC21")),
IOStandard("LVCMOS25")), IOStandard("LVCMOS25")),
("sdcard_spi", 0,
Subsignal("miso", Pins("AC20")),
Subsignal("clk", Pins("AB23")),
Subsignal("mosi", Pins("AB22")),
Subsignal("cs_n", Pins("AC21")),
IOStandard("LVCMOS25")),
("lcd", 0, ("lcd", 0,
Subsignal("db", Pins("AA13 AA10 AA11 Y10")), Subsignal("db", Pins("AA13 AA10 AA11 Y10")),
Subsignal("e", Pins("AB10")), Subsignal("e", Pins("AB10")),
......
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