summaryrefslogtreecommitdiff
path: root/openpicc/config/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'openpicc/config/board.c')
-rw-r--r--openpicc/config/board.c9
1 files changed, 9 insertions, 0 deletions
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;
personal git repositories of Harald Welte. Your mileage may vary