From dc163fd64ca11f485ca71260cc1612b948fcecb2 Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Wed, 17 Mar 2021 16:55:35 +0800 Subject: [PATCH] siom: add SUServo --- siom.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/siom.json b/siom.json index 315b42f..62a0aa2 100644 --- a/siom.json +++ b/siom.json @@ -25,18 +25,14 @@ "bank_direction_high": "output" }, { - "type": "urukul", - "dds": "ad9910", - "ports": [3, 4], + "type": "suservo", + "sampler_ports": [6, 7], + "urukul0_ports": [3, 4], "clk_sel": 2 }, { "type": "zotino", "ports": [5] - }, - { - "type": "sampler", - "ports": [6, 7] } ] }