Add pin definitions for Olimex RP2040pc, RP2040-PICO-PC, Neo6502 Neo6502pc

This commit is contained in:
Peter Recktenwald 2025-01-21 20:36:16 +01:00 committed by Luke Wren
parent 62c07fb640
commit 7af20b2742

View file

@ -117,4 +117,13 @@ static const struct dvi_serialiser_cfg waveshare_rp2040_pizero = {
.invert_diffpairs = false
};
// Olimex RP2040PC, RP2040-Pico-PC, Neo6502,
static struct dvi_serialiser_cfg olimex_rp2040_cfg = {
.pio = DVI_DEFAULT_PIO_INST,
.sm_tmds = {0, 1, 2},
.pins_tmds = {14, 18, 16},
.pins_clk = 12,
.invert_diffpairs = true
};
#endif