From de364c570e7e53948c3377b6aca4c3de8e1b2142 Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Tue, 26 Oct 2021 10:01:48 +0800 Subject: [PATCH] purdue: add 2xUrukul, 1xDIOSMA --- purduemaster.json | 19 +++++++++++++++++-- purduesatellite.json | 7 ++++++- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/purduemaster.json b/purduemaster.json index d0bc1b5..97b5235 100644 --- a/purduemaster.json +++ b/purduemaster.json @@ -8,16 +8,24 @@ "peripherals": [ { "type": "grabber", - "ports": [0, 1, 2] + "ports": [0] + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [1, 2], + "clk_sel": 2 }, { "type": "dio", + "board": "DIO_SMA", "ports": [3], "bank_direction_low": "input", "bank_direction_high": "output" }, { "type": "urukul", + "dds": "ad9910", "ports": [4, 5], "clk_sel": 2 }, @@ -42,6 +50,13 @@ "ports": [10], "bank_direction_low": "output", "bank_direction_high": "output" + }, + { + "type": "dio", + "board": "DIO_SMA", + "ports": [11], + "bank_direction_low": "output", + "bank_direction_high": "output" } - ] + ] } diff --git a/purduesatellite.json b/purduesatellite.json index 6fd19f0..a303e3a 100644 --- a/purduesatellite.json +++ b/purduesatellite.json @@ -21,7 +21,12 @@ "type": "suservo", "sampler_ports": [6, 7], "urukul0_ports": [4, 5], - "urukul1_ports": [8, 9], + "clk_sel": 2 + }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [8, 9], "clk_sel": 2 } ]