platforms/fairwaves_xtrx: Change rst to rst_n (active low).

This commit is contained in:
Florent Kermarrec 2024-04-26 15:50:28 +02:00
parent 5a25a4e2b4
commit 7a0ee7f5cf
1 changed files with 4 additions and 4 deletions

View File

@ -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")
),