platforms/fairwaves_xtrx: Change rst to rst_n (active low).
This commit is contained in:
parent
5a25a4e2b4
commit
7a0ee7f5cf
|
@ -95,10 +95,10 @@ _io = [
|
||||||
|
|
||||||
# GPS.
|
# GPS.
|
||||||
("gps", 0,
|
("gps", 0,
|
||||||
Subsignal("rst", Pins("L18"), IOStandard("LVCMOS25")),
|
Subsignal("rst_n", Pins("L18"), IOStandard("LVCMOS25")),
|
||||||
Subsignal("pps", Pins("P3"), Misc("PULLDOWN=True")),
|
Subsignal("pps", Pins("P3"), Misc("PULLDOWN=True")),
|
||||||
Subsignal("rx" , Pins("N2"), Misc("PULLUP=True")),
|
Subsignal("rx" , Pins("N2"), Misc("PULLUP=True")),
|
||||||
Subsignal("tx" , Pins("L1"), Misc("PULLUP=True")),
|
Subsignal("tx" , Pins("L1"), Misc("PULLUP=True")),
|
||||||
IOStandard("LVCMOS33")
|
IOStandard("LVCMOS33")
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue