From 7907f4f5dda2a245de21f403f6d9b3a726e2e48d Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Thu, 10 Oct 2019 15:48:39 +0800 Subject: [PATCH] add wipm5master, wipm5satellite --- wipm5master.json | 47 +++++++++++++++++++++++++++++++++++++++++++++ wipm5satellite.json | 26 +++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 wipm5master.json create mode 100644 wipm5satellite.json diff --git a/wipm5master.json b/wipm5master.json new file mode 100644 index 0000000..df79d09 --- /dev/null +++ b/wipm5master.json @@ -0,0 +1,47 @@ +{ + "target": "kasli", + "variant": "wipm5master", + "hw_rev": "v1.1", + "base": "master", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "urukul", + "dds": "ad9910", + "ports": [1, 2], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [3, 4], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [5, 6], + "clk_sel": 2 + }, + { + "type": "sampler", + "ports": [7, 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": "zotino", + "ports": [11] + } + ] +} diff --git a/wipm5satellite.json b/wipm5satellite.json new file mode 100644 index 0000000..7847e32 --- /dev/null +++ b/wipm5satellite.json @@ -0,0 +1,26 @@ +{ + "target": "kasli", + "variant": "wipm5satellite", + "hw_rev": "v1.1", + "base": "satellite", + "peripherals": [ + { + "type": "dio", + "ports": [0], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [1], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [2, 3], + "clk_sel": 2 + } + ] +}