diff --git a/oregon.json b/oregon.json index df596ed..a351d0f 100644 --- a/oregon.json +++ b/oregon.json @@ -7,26 +7,38 @@ "peripherals": [ { "type": "dio", - "ports": [5], + "ports": [8], "bank_direction_low": "input", "bank_direction_high": "output" }, { "type": "dio", - "ports": [6], + "ports": [10], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "ports": [11], "bank_direction_low": "output", "bank_direction_high": "output" }, { "type": "suservo", - "sampler_ports": [2, 3], + "sampler_ports": [6, 7], "urukul0_ports": [0, 1], - "urukul1_ports": [7, 8], + "urukul1_ports": [2, 3], "clk_sel": 2 }, { - "type": "zotino", - "ports": [4] + "type": "urukul", + "ports": [5], + "clk_sel": 2 + }, + { + "type": "urukul", + "ports": [9], + "clk_sel": 2 } ] }