platforms/de0nano: specify gpio for serial
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 16 Jan 2020 11:32:25 +0000 (12:32 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 16 Jan 2020 11:32:25 +0000 (12:32 +0100)
litex/boards/platforms/de0nano.py

index ee0f5c5f571684bf52ec1fe5800901ce9a12c3d0..8cc079ce7beac66fbc9eba2db99d544bdfd1693f 100644 (file)
@@ -28,8 +28,8 @@ _io = [
     ("sw", 3, Pins("M15"), IOStandard("3.3-V LVTTL")),
 
     ("serial", 0,
-        Subsignal("tx", Pins("B4"), IOStandard("3.3-V LVTTL")),
-        Subsignal("rx", Pins("B5"), IOStandard("3.3-V LVTTL"))
+        Subsignal("tx", Pins("B4"), IOStandard("3.3-V LVTTL")), # gpio_05
+        Subsignal("rx", Pins("B5"), IOStandard("3.3-V LVTTL"))  # gpio_07
     ),
 
     ("sdram_clock", 0, Pins("R4"), IOStandard("3.3-V LVTTL")),