From 6ff7eee501edd5cd0051a2e51d9f980b26f79cd7 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 23 Mar 2021 11:18:30 +0800 Subject: [PATCH] ubirmingham2: disable SU-Servo --- ubirmingham2.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/ubirmingham2.json b/ubirmingham2.json index 18a4f4d..a264df6 100644 --- a/ubirmingham2.json +++ b/ubirmingham2.json @@ -27,10 +27,8 @@ "bank_direction_high": "output" }, { - "type": "suservo", - "sampler_ports": [2, 3], - "urukul0_ports": [6, 7], - "clk_sel": 2 + "type": "sampler", + "ports": [2, 3] }, { "type": "urukul", @@ -40,6 +38,12 @@ "dds": "ad9912", "clk_sel": 2 }, + { + "type": "urukul", + "dds": "ad9910", + "ports": [6, 7], + "clk_sel": 2 + }, { "type": "zotino", "hw_rev": "v1.3",