From 166451e65e03e131ddaa79803f14b7d8531c6ba6 Mon Sep 17 00:00:00 2001 From: Ilia Sergachev Date: Wed, 22 Dec 2021 03:12:48 +0100 Subject: [PATCH] zedboard: remove fake serial --- litex_boards/platforms/digilent_zedboard.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/litex_boards/platforms/digilent_zedboard.py b/litex_boards/platforms/digilent_zedboard.py index 43d8c80..62493f0 100644 --- a/litex_boards/platforms/digilent_zedboard.py +++ b/litex_boards/platforms/digilent_zedboard.py @@ -38,13 +38,6 @@ _io = [ ("user_btn_r", 0, Pins("R18"), IOStandard("LVCMOS25")), ("user_btn_u", 0, Pins("T18"), IOStandard("LVCMOS25")), - # Serial (ust to make CI pass) - # Unfortunately the only USB UART is hard-wired to the ARM CPU - ("serial", 0, - Subsignal("tx", Pins("-")), - Subsignal("rx", Pins("-")) - ), - # OLED (UG-2832HSWEG04/ssd1306) ("zed_oled", 0, Subsignal("clk", Pins("AB12")),