purdue: add 2xUrukul, 1xDIOSMA

master
Harry Ho 2021-10-26 10:01:48 +08:00
parent 23f92012f2
commit de364c570e
2 changed files with 23 additions and 3 deletions

View File

@ -8,16 +8,24 @@
"peripherals": [ "peripherals": [
{ {
"type": "grabber", "type": "grabber",
"ports": [0, 1, 2] "ports": [0]
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [1, 2],
"clk_sel": 2
}, },
{ {
"type": "dio", "type": "dio",
"board": "DIO_SMA",
"ports": [3], "ports": [3],
"bank_direction_low": "input", "bank_direction_low": "input",
"bank_direction_high": "output" "bank_direction_high": "output"
}, },
{ {
"type": "urukul", "type": "urukul",
"dds": "ad9910",
"ports": [4, 5], "ports": [4, 5],
"clk_sel": 2 "clk_sel": 2
}, },
@ -42,6 +50,13 @@
"ports": [10], "ports": [10],
"bank_direction_low": "output", "bank_direction_low": "output",
"bank_direction_high": "output" "bank_direction_high": "output"
},
{
"type": "dio",
"board": "DIO_SMA",
"ports": [11],
"bank_direction_low": "output",
"bank_direction_high": "output"
} }
] ]
} }

View File

@ -21,7 +21,12 @@
"type": "suservo", "type": "suservo",
"sampler_ports": [6, 7], "sampler_ports": [6, 7],
"urukul0_ports": [4, 5], "urukul0_ports": [4, 5],
"urukul1_ports": [8, 9], "clk_sel": 2
},
{
"type": "urukul",
"dds": "ad9910",
"ports": [8, 9],
"clk_sel": 2 "clk_sel": 2
} }
] ]