sinara-systems-legacy/siassatellite.json

39 lines
886 B
JSON
Raw Normal View History

2021-09-10 09:39:15 +08:00
{
"target": "kasli",
"min_artiq_version": "6.0",
2021-10-13 17:08:11 +08:00
"variant": "siassatellite",
2021-09-10 09:39:15 +08:00
"hw_rev": "v2.0",
2021-10-13 17:08:11 +08:00
"base": "satellite",
2021-09-10 09:39:15 +08:00
"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"
},
{
2021-12-23 17:03:26 +08:00
"type": "suservo",
"sampler_ports": [2, 3],
"urukul0_ports": [4, 5],
"urukul1_ports": [6, 7],
"clk_sel": 2
2021-09-10 09:39:15 +08:00
},
{
2021-12-23 17:03:26 +08:00
"type": "urukul",
"dds": "ad9910",
"ports": [8, 9],
"clk_sel": 2
2021-09-10 09:39:15 +08:00
},
{
"type": "fastino",
2021-12-23 17:03:26 +08:00
"ports": [10]
2021-09-10 09:39:15 +08:00
}
2021-12-23 17:03:26 +08:00
]
}