From 83234e6ffaec9f00df8a9760161d9d51dae433fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Thu, 28 May 2020 16:53:37 +0200 Subject: [PATCH] luh3: add --- luh3.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 luh3.json diff --git a/luh3.json b/luh3.json new file mode 100644 index 0000000..9379714 --- /dev/null +++ b/luh3.json @@ -0,0 +1,28 @@ +{ + "_description": "luh3 variant, formerly using ptb2", + "target": "kasli", + "variant": "luh3", + "hw_rev": "v1.1", + "base": "standalone", + "ext_ref_frequency": 100e6, + "core_addr": "10.34.16.100", + "vendor": "QUARTIQ", + "peripherals": [ + { + "type": "dio", + "ports": [0], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "urukul", + "ports": [ + 5, + 4 + ], + "dds": "ad9910", + "synchronization": true, + "clk_sel": 2 + } + ] +}