From 4cb0e2fbe8f669650c94fe8a6cbacb3394ceafa5 Mon Sep 17 00:00:00 2001 From: stefanct Date: Wed, 2 Oct 2013 01:22:11 +0000 Subject: rayer_spi: Add pinout for Wiggler LPT. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maksim Kuleshov Signed-off-by: Kyösti Mälkki Tested-by: Maksim Kuleshov Acked-by: Kyösti Mälkki git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1756 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- rayer_spi.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'rayer_spi.c') diff --git a/rayer_spi.c b/rayer_spi.c index 23503cb..f8dff95 100644 --- a/rayer_spi.c +++ b/rayer_spi.c @@ -94,11 +94,19 @@ static const struct rayer_pinout atmel_stk200 = { .shutdown = stk200_shutdown, }; +static const struct rayer_pinout wiggler_lpt = { + .cs_bit = 1, + .sck_bit = 2, + .mosi_bit = 3, + .miso_bit = 7, +}; + static const struct rayer_programmer rayer_spi_types[] = { {"rayer", NT, "RayeR SPIPGM", &rayer_spipgm}, {"xilinx", NT, "Xilinx Parallel Cable III (DLC 5)", &xilinx_dlc5}, {"byteblastermv", OK, "Altera ByteBlasterMV", &altera_byteblastermv}, {"stk200", NT, "Atmel STK200/300 adapter", &atmel_stk200}, + {"wiggler", OK, "Wiggler LPT", &wiggler_lpt}, {0}, }; -- cgit v1.2.1