mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
platforms/orangecrab: add sdcard pins on r0_2.
This commit is contained in:
parent
7b1bf9d74a
commit
40fbbbbebc
1 changed files with 7 additions and 0 deletions
|
@ -144,6 +144,13 @@ _io_r0_2 = [
|
|||
Misc("SLEW=FAST"),
|
||||
IOStandard("LVCMOS33"),
|
||||
),
|
||||
|
||||
("sdcard", 0,
|
||||
Subsignal("clk", Pins("K1")),
|
||||
Subsignal("cmd", Pins("K2"), Misc("PULLMODE=UP")),
|
||||
Subsignal("data", Pins("J1 K3 L3 M1"), Misc("PULLMODE=UP")),
|
||||
IOStandard("LVCMOS33"), Misc("SLEW=FAST")
|
||||
),
|
||||
]
|
||||
|
||||
# Connectors ---------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue