add oklahoma

master
Sebastien Bourdeauducq 2020-04-18 18:34:28 +08:00
parent 4eeb64ced4
commit 5bdf9d55eb
1 changed files with 47 additions and 0 deletions

47
oklahoma.json Normal file
View File

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