mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
platforms/fairwaves_xtrx: Change rst to rst_n (active low).
This commit is contained in:
parent
5a25a4e2b4
commit
7a0ee7f5cf
1 changed files with 4 additions and 4 deletions
|
@ -95,10 +95,10 @@ _io = [
|
|||
|
||||
# GPS.
|
||||
("gps", 0,
|
||||
Subsignal("rst", Pins("L18"), IOStandard("LVCMOS25")),
|
||||
Subsignal("pps", Pins("P3"), Misc("PULLDOWN=True")),
|
||||
Subsignal("rx" , Pins("N2"), Misc("PULLUP=True")),
|
||||
Subsignal("tx" , Pins("L1"), Misc("PULLUP=True")),
|
||||
Subsignal("rst_n", Pins("L18"), IOStandard("LVCMOS25")),
|
||||
Subsignal("pps", Pins("P3"), Misc("PULLDOWN=True")),
|
||||
Subsignal("rx" , Pins("N2"), Misc("PULLUP=True")),
|
||||
Subsignal("tx" , Pins("L1"), Misc("PULLUP=True")),
|
||||
IOStandard("LVCMOS33")
|
||||
),
|
||||
|
||||
|
|
Loading…
Reference in a new issue