From 8134c3aa7503615bc142ec177ec175952376a5e0 Mon Sep 17 00:00:00 2001 From: henryk Date: Tue, 18 Mar 2008 18:40:55 +0000 Subject: Add new hardware revision, make it the default git-svn-id: https://svn.openpcd.org:2342/trunk@471 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/config/board.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'openpicc/config/board.c') diff --git a/openpicc/config/board.c b/openpicc/config/board.c index b730809..48423b9 100644 --- a/openpicc/config/board.c +++ b/openpicc/config/board.c @@ -48,6 +48,15 @@ const struct openpicc_hardware OPENPICC_HARDWARE[] = { AT91C_PIO_PA31, AT91C_PIO_PA30, }, + [OPENPICC_v0_4_karsten] = {OPENPICC_v0_4_karsten, + "OpenPICC v0.4 (Karsten's edition)", + {1, 1, 0,}, + CLOCK_SELECT_CARRIER, + AT91C_PIO_PA5, + AT91C_PIO_PA4, + AT91C_PIO_PA31, + -1, + }, }; const struct openpicc_hardware *OPENPICC; -- cgit v1.2.3