Skip to content

Commit

Permalink
platforms/limesdr_mini_v2.py: fixed SPI Flash pinout MOSI <-> MISO
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed Nov 6, 2024
1 parent 22ac6cb commit 3b8c558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions litex_boards/platforms/limesdr_mini_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
("spiflash", 0,
Subsignal("cs_n", Pins("U17")),
Subsignal("clk", Pins("U16")),
Subsignal("miso", Pins("U18")),
Subsignal("mosi", Pins("T18")),
Subsignal("miso", Pins("T18")),
Subsignal("mosi", Pins("U18")),
IOStandard("LVCMOS33"),
),

Expand Down

0 comments on commit 3b8c558

Please sign in to comment.