diff --git a/src/arm/raspberry_pi.c b/src/arm/raspberry_pi.c index da72cd4..172217d 100644 --- a/src/arm/raspberry_pi.c +++ b/src/arm/raspberry_pi.c @@ -506,7 +506,8 @@ mraa_raspberry_pi() block_size = BCM2837_BLOCK_SIZE; } else if (strstr(line, "a03111") || strstr(line, "b03111") || strstr(line, "b03112") || - strstr(line, "c03111") || strstr(line, "c03112")) { + strstr(line, "c03111") || strstr(line, "c03112") || + strstr(line, "d03114")) { b->platform_name = PLATFORM_NAME_RASPBERRY_PI4_B; platform_detected = PLATFORM_RASPBERRY_PI4_B; b->phy_pin_count = MRAA_RASPBERRY_PI4_B_PINCOUNT;