From 2a299feba79f516afa33a8eecc77b2dc35b2be04 Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Mon, 12 Aug 2019 15:42:53 +0800 Subject: [PATCH] add wipm4 --- wipm4.json | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 wipm4.json diff --git a/wipm4.json b/wipm4.json new file mode 100644 index 0000000..110c709 --- /dev/null +++ b/wipm4.json @@ -0,0 +1,57 @@ +{ + "target": "kasli", + "variant": "wipm4", + "hw_rev": "v1.1", + "base": "standalone", + "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": "dio", + "ports": [6], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [7], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [8], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [9], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [10], + "bank_direction_low": "output", + "bank_direction_high": "output" + } + ] +}