From 3e68a65302ee3b1fe15ccec88a23abf32444418c Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 1 Apr 2020 17:47:50 +0800 Subject: [PATCH] purdue: add LVDS-TTL --- purdue.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/purdue.json b/purdue.json index ac37893..d59b036 100644 --- a/purdue.json +++ b/purdue.json @@ -28,6 +28,20 @@ { "type": "zotino", "ports": [8] + }, + { + "type": "dio", + "board": "DIO_RJ45", + "ports": [9], + "bank_direction_low": "output", + "bank_direction_high": "output" + }, + { + "type": "dio", + "board": "DIO_RJ45", + "ports": [10], + "bank_direction_low": "output", + "bank_direction_high": "output" } ] }