From ad87d25813df9f9c6cc9cb55a13c18506edf1c4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Fri, 14 Feb 2020 17:16:50 +0100 Subject: [PATCH] add vtt-mikes --- mikes.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 mikes.json diff --git a/mikes.json b/mikes.json new file mode 100644 index 0000000..2667e8a --- /dev/null +++ b/mikes.json @@ -0,0 +1,38 @@ +{ + "_description": "VTT MIKES Sr88+ clock", + "target": "kasli", + "variant": "mikes", + "hw_rev": "v1.1", + "base": "standalone", + "ext_ref_frequency": 100e6, + "core_addr": "192.168.10.5", + "peripherals": [ + { + "type": "dio", + "board": "DIO_SMA", + "hw_rev": "v1.1", + "ports": [0], + "bank_direction_low": "input", + "bank_direction_high": "output", + "edge_counter": true + }, + { + "type": "dio", + "board": "DIO_SMA", + "hw_rev": "v1.1", + "ports": [1], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "urukul", + "hw_rev": "v1.2", + "variant": "AD9912", + "ports": [5, 4], + "dds": "ad9912", + "clk_sel": 0, + "refclk": 125e6, + "pll_n": 8 + } + ] +}