add duke2

master
Sebastien Bourdeauducq 2019-05-07 16:59:00 +08:00
parent 909c08063e
commit a455a9addf
1 changed files with 46 additions and 0 deletions

46
duke2.json Normal file
View File

@ -0,0 +1,46 @@
{
"target": "kasli",
"variant": "duke2",
"hw_rev": "v1.1",
"base": "standalone",
"core_addr": "192.168.1.75",
"peripherals": [
{
"type": "dio",
"ports": [1],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [0],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [2],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "urukul",
"ports": [3, 4],
"dds": "ad9912",
"clk_sel": 2
},
{
"type": "urukul",
"ports": [5, 6],
"clk_sel": 2
},
{
"type": "sampler",
"ports": [7, 8]
},
{
"type": "zotino",
"ports": [9]
}
]
}