oregon: add

master
Sebastien Bourdeauducq 2019-09-11 15:53:34 +08:00
parent 5cc61e6d67
commit 6cb51442b8
1 changed files with 32 additions and 0 deletions

32
oregon.json Normal file
View File

@ -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]
}
]
}