From f0134f4d977a0d7257f2ffc2430f656f119209fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Mon, 21 Oct 2019 17:55:11 +0200 Subject: [PATCH] hub/luh/opticlock/ptb/ptbin/vlbai*: set 100M ref and pll_n --- hub.json | 12 +++++++++--- luh.json | 8 ++++++-- opticlock.json | 10 ++++++---- ptb.json | 8 ++++++-- ptbin.json | 10 ++++++---- vlbaimaster.json | 8 ++++++-- vlbaisatellite.json | 8 ++++++-- 7 files changed, 45 insertions(+), 19 deletions(-) diff --git a/hub.json b/hub.json index 072b36d..7631913 100644 --- a/hub.json +++ b/hub.json @@ -30,17 +30,23 @@ { "type": "urukul", "ports": [4], - "clk_sel": 0 + "clk_sel": 0, + "refclk": 100e6, + "pll_n": 40 }, { "type": "urukul", "ports": [5], - "clk_sel": 0 + "clk_sel": 0, + "refclk": 100e6, + "pll_n": 40 }, { "type": "urukul", "ports": [6], - "clk_sel": 0 + "clk_sel": 0, + "refclk": 100e6, + "pll_n": 40 }, { "type": "zotino", diff --git a/luh.json b/luh.json index 3c1e25c..5f50eaa 100644 --- a/luh.json +++ b/luh.json @@ -30,12 +30,16 @@ { "type": "urukul", "ports": [4], - "clk_sel": 0 + "clk_sel": 0, + "refclk": 100e6, + "pll_n": 40 }, { "type": "urukul", "ports": [5], - "clk_sel": 0 + "clk_sel": 0, + "refclk": 100e6, + "pll_n": 40 }, { "type": "grabber", diff --git a/opticlock.json b/opticlock.json index c198c03..b46241a 100644 --- a/opticlock.json +++ b/opticlock.json @@ -43,16 +43,18 @@ "variant": "AD9912", "ports": [5, 4], "dds": "ad9912", - "ref_frequency": 100e6, - "clk_sel": 0, + "clk_sel": 1, + "refclk": 100e6, + "pll_n": 10, "eui48": ["54-10-ec-32-bc-d8", "54-10-ec-33-10-56"] }, { "type": "urukul", "hw_rev": "v1.2", "ports": [6], - "ref_frequency": 100e6, - "clk_sel": 0 + "clk_sel": 1, + "refclk": 100e6, + "pll_n": 40 }, { "type": "zotino", diff --git a/ptb.json b/ptb.json index 3c53adf..1edb8df 100644 --- a/ptb.json +++ b/ptb.json @@ -31,12 +31,16 @@ "type": "urukul", "ports": [5, 4], "dds": "ad9912", - "clk_sel": 0 + "clk_sel": 0, + "refclk": 100e6, + "pll_n": 10 }, { "type": "urukul", "ports": [6], - "clk_sel": 0 + "clk_sel": 0, + "refclk": 100e6, + "pll_n": 40 }, { "type": "zotino", diff --git a/ptbin.json b/ptbin.json index 17da738..5e58418 100644 --- a/ptbin.json +++ b/ptbin.json @@ -30,15 +30,17 @@ { "type": "urukul", "ports": [5, 4], - "ref_frequency": 100e6, - "clk_sel": 0 + "clk_sel": 0, + "refclk": 100e6, + "pll_n": 40 }, { "type": "urukul", "ports": [6], "dds": "ad9912", - "ref_frequency": 100e6, - "clk_sel": 0 + "clk_sel": 0, + "refclk": 100e6, + "pll_n": 10 }, { "type": "zotino", diff --git a/vlbaimaster.json b/vlbaimaster.json index 26a204e..2dc50e6 100644 --- a/vlbaimaster.json +++ b/vlbaimaster.json @@ -29,12 +29,16 @@ { "type": "urukul", "ports": [5, 4], - "clk_sel": 0 + "clk_sel": 0, + "refclk": 100e6, + "pll_n": 40 }, { "type": "urukul", "ports": [6], - "clk_sel": 0 + "clk_sel": 0, + "refclk": 100e6, + "pll_n": 40 }, { "type": "zotino", diff --git a/vlbaisatellite.json b/vlbaisatellite.json index f92c644..428b245 100644 --- a/vlbaisatellite.json +++ b/vlbaisatellite.json @@ -29,12 +29,16 @@ { "type": "urukul", "ports": [5, 4], - "clk_sel": 0 + "clk_sel": 0, + "refclk": 100e6, + "pll_n": 40 }, { "type": "urukul", "ports": [6], - "clk_sel": 0 + "clk_sel": 0, + "refclk": 100e6, + "pll_n": 40 }, { "type": "zotino",