From 6f177bed0cb3e0b4d862355f8280c55313ac825d Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Sun, 7 Jun 2020 16:23:03 -0700 Subject: Add Raspberry Pi 4 with 8GB Information gathered by @bp0. Closes #555. --- modules/devices/devicetree/rpi_data.c | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/devices/devicetree/rpi_data.c') diff --git a/modules/devices/devicetree/rpi_data.c b/modules/devices/devicetree/rpi_data.c index 0701db7a..d2e97150 100644 --- a/modules/devices/devicetree/rpi_data.c +++ b/modules/devices/devicetree/rpi_data.c @@ -67,6 +67,7 @@ static const RaspberryPiBoard rpi_boardinfo[] = { { "a03111", "Q2 2019", "4 Model B", "1.0", "1024 MB DDR4", "Sony", "BCM2838" }, { "b03111", "Q2 2019", "4 Model B", "1.0", "2048 MB DDR4", "Sony", "BCM2838" }, { "c03111", "Q2 2019", "4 Model B", "1.1", "4096 MB DDR4", "Sony", "BCM2838" }, + { "c03114", "Q2 2020", "4 Model B", "1.4", "8192 MB DDR4", "Sony", "BCM2838" }, { NULL, NULL, NULL, NULL, NULL, NULL, NULL } }; -- cgit v1.2.3