platforms/sipeed_tang_nano_9k: Review SPI RGB LCD addition.
This commit is contained in:
parent
801020355f
commit
1df46d1571
|
@ -74,13 +74,13 @@ _io = [
|
||||||
Misc("PULL_MODE=NONE"),
|
Misc("PULL_MODE=NONE"),
|
||||||
),
|
),
|
||||||
|
|
||||||
# TODO: SPI/RGB LCD
|
# SPI RGB LCD.
|
||||||
("spilcd", 0,
|
("spilcd", 0,
|
||||||
Subsignal("clk", Pins("79")),
|
|
||||||
Subsignal("mosi", Pins("77")),
|
|
||||||
Subsignal("cs", Pins("48")),
|
|
||||||
Subsignal("reset", Pins("47")),
|
Subsignal("reset", Pins("47")),
|
||||||
Subsignal("rs", Pins("47")),
|
Subsignal("cs", Pins("48")),
|
||||||
|
Subsignal("clk", Pins("79")),
|
||||||
|
Subsignal("mosi", Pins("77")),
|
||||||
|
Subsignal("rs", Pins("47")),
|
||||||
IOStandard("LVCMOS33"),
|
IOStandard("LVCMOS33"),
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue