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" + } + ] +}