update oregon

master
Sebastien Bourdeauducq 2020-02-23 03:47:11 +08:00
parent f0c89451f4
commit f594ea8372
1 changed files with 18 additions and 6 deletions

View File

@ -7,26 +7,38 @@
"peripherals": [ "peripherals": [
{ {
"type": "dio", "type": "dio",
"ports": [5], "ports": [8],
"bank_direction_low": "input", "bank_direction_low": "input",
"bank_direction_high": "output" "bank_direction_high": "output"
}, },
{ {
"type": "dio", "type": "dio",
"ports": [6], "ports": [10],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [11],
"bank_direction_low": "output", "bank_direction_low": "output",
"bank_direction_high": "output" "bank_direction_high": "output"
}, },
{ {
"type": "suservo", "type": "suservo",
"sampler_ports": [2, 3], "sampler_ports": [6, 7],
"urukul0_ports": [0, 1], "urukul0_ports": [0, 1],
"urukul1_ports": [7, 8], "urukul1_ports": [2, 3],
"clk_sel": 2 "clk_sel": 2
}, },
{ {
"type": "zotino", "type": "urukul",
"ports": [4] "ports": [5],
"clk_sel": 2
},
{
"type": "urukul",
"ports": [9],
"clk_sel": 2
} }
] ]
} }