colorlight_5a_75b/v7.0: update eth_clocks/rx pinout, remove FIXME
This commit is contained in:
parent
bb805999cb
commit
8da8ed7a0e
|
@ -118,7 +118,7 @@ _io_v7_0 = [ # Documented by @miek
|
||||||
# ethernet (B50612D)
|
# ethernet (B50612D)
|
||||||
("eth_clocks", 0,
|
("eth_clocks", 0,
|
||||||
Subsignal("tx", Pins("M2")),
|
Subsignal("tx", Pins("M2")),
|
||||||
Subsignal("rx", Pins("P5")), # FIXME: already used for rst_n
|
Subsignal("rx", Pins("M1")),
|
||||||
IOStandard("LVCMOS33")
|
IOStandard("LVCMOS33")
|
||||||
),
|
),
|
||||||
("eth", 0,
|
("eth", 0,
|
||||||
|
|
Loading…
Reference in New Issue