add wipm2

master
Sebastien Bourdeauducq 2019-03-09 12:36:31 +08:00
parent 16567c59ca
commit 4c6b5fb9e2
1 changed files with 34 additions and 0 deletions

34
wipm2.json Normal file
View File

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