diff --git a/okinawa.json b/okinawa.json new file mode 100644 index 0000000..9c76c8a --- /dev/null +++ b/okinawa.json @@ -0,0 +1,29 @@ +{ + "target": "kasli", + "variant": "okinawa", + "hw_rev": "v2.0", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "dio", + "ports": [0], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [1, 2], + "clk_sel": 2 + }, + { + "type": "zotino", + "ports": [3] + }, + { + "type": "sampler", + "ports": [4, 5] + } + ] +} \ No newline at end of file