From 6cb51442b8deeb2d05028744615462a494af861c Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 11 Sep 2019 15:53:34 +0800 Subject: [PATCH] oregon: add --- oregon.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 oregon.json diff --git a/oregon.json b/oregon.json new file mode 100644 index 0000000..df596ed --- /dev/null +++ b/oregon.json @@ -0,0 +1,32 @@ +{ + "target": "kasli", + "variant": "oregon", + "hw_rev": "v1.1", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "dio", + "ports": [5], + "bank_direction_low": "input", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [6], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "suservo", + "sampler_ports": [2, 3], + "urukul0_ports": [0, 1], + "urukul1_ports": [7, 8], + "clk_sel": 2 + }, + { + "type": "zotino", + "ports": [4] + } + ] +}