boards/platforms/kcu105: add si570_refclk
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 21 Jan 2019 09:36:28 +0000 (10:36 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 21 Jan 2019 09:40:37 +0000 (10:40 +0100)
litex/boards/platforms/kcu105.py

index 5cb7c42691098892ac68d5b5d3907bb41d3c3c0f..2ea7c5c0165d87e2443f1d4d0f2a134deda87f62 100644 (file)
@@ -184,6 +184,10 @@ _io = [
         Subsignal("n", Pins("N26"), IOStandard("LVDS_25"))
     ),
 
+    ("si570_refclk", 0,
+        Subsignal("p", Pins("P6")),
+        Subsignal("n", Pins("P5"))
+    ),
 
     ("user_sma_mgt_refclk", 0,
         Subsignal("p", Pins("V6")),