add wipm7 master + satellite

master
occheung 2020-12-14 09:30:33 +08:00
parent 5be891e166
commit d4f67fa41c
2 changed files with 103 additions and 0 deletions

53
wipm7master.json Normal file
View File

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

50
wipm7satellite.json Normal file
View File

@ -0,0 +1,50 @@
{
"target": "kasli",
"variant": "wipm7satellite",
"hw_rev": "v2.0",
"base": "satellite",
"peripherals": [
{
"type": "urukul",
"dds": "ad9910",
"ports": [0, 1],
"clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [2, 3],
"clk_sel": 2
},
{
"type": "sampler",
"ports": [4, 5]
},
{
"type": "dio",
"ports": [6],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [7],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "mirny",
"ports": [8],
"clk_sel": 1
},
{
"type": "mirny",
"ports": [9],
"clk_sel": 1
},
{
"type": "grabber",
"ports": [10, 11]
}
]
}