From b1947e8c8ebe64c503aacb579af7a88d80bba07d Mon Sep 17 00:00:00 2001 From: ciciwu Date: Wed, 27 Apr 2022 16:09:07 +0800 Subject: [PATCH] add oklahoma2 --- oklahoma2.json | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 oklahoma2.json diff --git a/oklahoma2.json b/oklahoma2.json new file mode 100644 index 0000000..c6961a0 --- /dev/null +++ b/oklahoma2.json @@ -0,0 +1,65 @@ +{ + "target": "kasli", + "min_artiq_version": "7.0", + "variant": "oklahoma2", + "hw_rev": "v2.0", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "dio", + "board": "DIO_RJ45", + "ports": [0], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "board": "DIO_RJ45", + "ports": [1], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "board": "DIO_SMA", + "ports": [2], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "board": "DIO_SMA", + "ports": [3], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "board": "DIO_SMA", + "ports": [4], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [5, 6], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [7, 8], + "clk_sel": 2 + }, + { + "type": "zotino", + "ports": [9] + }, + { + "type": "sampler", + "ports": [10, 11] + } + ] +} \ No newline at end of file