Merge pull request #506 from sensille/rv901t-spiflash

Add spiflash definition to linsn_rv901t board
This commit is contained in:
enjoy-digital 2023-05-30 22:36:14 +02:00 committed by GitHub
commit 7fc8ca9816
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -28,6 +28,15 @@ _io = [
IOStandard("LVCMOS33")
),
# SPIFlash (25Q32JV)
("spiflash", 0,
Subsignal("cs_n", Pins("T3")),
Subsignal("clk", Pins("R11")),
Subsignal("mosi", Pins("T10")),
Subsignal("miso", Pins("P10")),
IOStandard("LVCMOS33"),
),
# RGMII Ethernet
("eth_clocks", 0,
Subsignal("tx", Pins("D1")),