From d4f67fa41c4565ab3f9e093c3ba00dd1290e0fa1 Mon Sep 17 00:00:00 2001 From: occheung Date: Mon, 14 Dec 2020 09:30:33 +0800 Subject: [PATCH] add wipm7 master + satellite --- wipm7master.json | 53 +++++++++++++++++++++++++++++++++++++++++++++ wipm7satellite.json | 50 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 103 insertions(+) create mode 100644 wipm7master.json create mode 100644 wipm7satellite.json diff --git a/wipm7master.json b/wipm7master.json new file mode 100644 index 0000000..d304cba --- /dev/null +++ b/wipm7master.json @@ -0,0 +1,53 @@ +{ + "target": "kasli", + "variant": "wipm7master", + "hw_rev": "v1.1", + "base": "master", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "urukul", + "dds": "ad9910", + "ports": [0, 1], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [2, 3], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [4, 5], + "clk_sel": 2 + }, + { + "type": "sampler", + "ports": [6, 7] + }, + { + "type": "zotino", + "ports": [8] + }, + { + "type": "dio", + "ports": [9], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [10], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [11], + "bank_direction_low": "output", + "bank_direction_high": "output" + } + ] +} \ No newline at end of file diff --git a/wipm7satellite.json b/wipm7satellite.json new file mode 100644 index 0000000..c0626ae --- /dev/null +++ b/wipm7satellite.json @@ -0,0 +1,50 @@ +{ + "target": "kasli", + "variant": "wipm7satellite", + "hw_rev": "v2.0", + "base": "satellite", + "peripherals": [ + { + "type": "urukul", + "dds": "ad9910", + "ports": [0, 1], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [2, 3], + "clk_sel": 2 + }, + { + "type": "sampler", + "ports": [4, 5] + }, + { + "type": "dio", + "ports": [6], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [7], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "mirny", + "ports": [8], + "clk_sel": 1 + }, + { + "type": "mirny", + "ports": [9], + "clk_sel": 1 + }, + { + "type": "grabber", + "ports": [10, 11] + } + ] +}