diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2020-06-07 16:23:03 -0700 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2020-06-07 16:23:03 -0700 |
commit | 6f177bed0cb3e0b4d862355f8280c55313ac825d (patch) | |
tree | 0d677b40ce7c6237c8eec31d39adf5419b9cecb7 /modules/devices/devicetree/rpi_data.c | |
parent | 25e537d2d9aa17a3558a3b6f4624ccfc772c26ab (diff) |
Add Raspberry Pi 4 with 8GB
Information gathered by @bp0. Closes #555.
Diffstat (limited to 'modules/devices/devicetree/rpi_data.c')
-rw-r--r-- | modules/devices/devicetree/rpi_data.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 } }; |