From 5bdf9d55eb44aae81baff88212f94f4646524fb2 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 18 Apr 2020 18:34:28 +0800 Subject: [PATCH] add oklahoma --- oklahoma.json | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 oklahoma.json diff --git a/oklahoma.json b/oklahoma.json new file mode 100644 index 0000000..08511e0 --- /dev/null +++ b/oklahoma.json @@ -0,0 +1,47 @@ +{ + "target": "kasli", + "variant": "oklahoma", + "hw_rev": "v1.1", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "urukul", + "dds": "ad9910", + "ports": [0, 1], + "clk_sel": 2 + }, + { + "type": "dio", + "ports": [2], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [3], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [4], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [5], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "sampler", + "ports": [6, 7] + }, + { + "type": "zotino", + "ports": [8] + } + ] +}