qleds: add

master
Robert Jördens 2020-07-02 16:33:36 +02:00
parent 0ef1c7eaea
commit f3986ddf13
1 changed files with 57 additions and 0 deletions

57
qleds.json Normal file
View File

@ -0,0 +1,57 @@
{
"target": "kasli",
"variant": "qleds",
"hw_rev": "v1.1",
"core_addr": "10.34.16.100",
"base": "standalone",
"vendor": "QUARTIQ",
"peripherals": [
{
"type": "dio",
"ports": [0],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [1],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [2],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "sampler",
"ports": [3]
},
{
"type": "urukul",
"ports": [6, 5],
"clk_sel": 0,
"refclk": 100e6,
"pll_n": 40
},
{
"type": "urukul",
"ports": [8, 7],
"clk_sel": 0,
"refclk": 100e6,
"pll_n": 40
},
{
"type": "urukul",
"ports": [10, 9],
"clk_sel": 0,
"refclk": 100e6,
"pll_n": 40
},
{
"type": "zotino",
"ports": [11]
}
]
}