From e4456d29d8cfff7a08f02d515d18826071802a02 Mon Sep 17 00:00:00 2001 From: Jan Kiethe Date: Mon, 2 Sep 2019 18:18:11 +0200 Subject: [PATCH] ptbin.json: set Urukul ref_frequency to 100 MHz MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Kiethe Signed-off-by: Robert Jördens --- ptbin.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ptbin.json b/ptbin.json index 75b62f5..17da738 100644 --- a/ptbin.json +++ b/ptbin.json @@ -30,12 +30,14 @@ { "type": "urukul", "ports": [5, 4], + "ref_frequency": 100e6, "clk_sel": 0 }, { "type": "urukul", "ports": [6], "dds": "ad9912", + "ref_frequency": 100e6, "clk_sel": 0 }, {