From 88807e6353609b7507890e55e13964fd15e0788b Mon Sep 17 00:00:00 2001 From: Jonas Keller Date: Fri, 20 Nov 2020 14:19:47 +0100 Subject: [PATCH] ptbin: add Urukul-9910 and DIO_SMA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Keller Signed-off-by: Robert Jördens --- ptbin.json | 57 +++++++++++++++++++++++++++++++++--------------------- 1 file changed, 35 insertions(+), 22 deletions(-) diff --git a/ptbin.json b/ptbin.json index 5e58418..46da36c 100644 --- a/ptbin.json +++ b/ptbin.json @@ -7,44 +7,57 @@ "peripherals": [ { "type": "dio", - "ports": [0], + "board": "DIO_BNC", + "hw_rev": "v1.1", + "ports": [ 0 ], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "board": "DIO_BNC", + "hw_rev": "v1.1", + "ports": [ 1 ], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "board": "DIO_SMA", + "hw_rev": "v1.1", + "ports": [ 2 ], "bank_direction_low": "input", - "bank_direction_high": "output" - }, - { - "type": "dio", - "ports": [1], - "bank_direction_low": "output", - "bank_direction_high": "output" - }, - { - "type": "dio", - "ports": [2], - "bank_direction_low": "output", - "bank_direction_high": "output" + "bank_direction_high": "input" }, { "type": "grabber", - "ports": [3] + "hw_rev": "v1.1", + "ports": [ 3 ] }, { "type": "urukul", - "ports": [5, 4], + "hw_rev": "v1.1", + "ports": [ 5, 4 ], "clk_sel": 0, "refclk": 100e6, "pll_n": 40 }, { "type": "urukul", - "ports": [6], + "hw_rev": "v1.5", + "ports": [ 7, 6 ], + "clk_sel": 0, + "refclk": 100e6, + "pll_n": 40 + }, + { + "type": "urukul", + "hw_rev": "v1.1", + "ports": [ 9, 8 ], "dds": "ad9912", "clk_sel": 0, "refclk": 100e6, "pll_n": 10 - }, - { - "type": "zotino", - "ports": [7] } - ] + ] }