diff options
| author | Burt P <pburt0@gmail.com> | 2019-07-11 19:20:21 -0500 | 
|---|---|---|
| committer | Leandro Pereira <leandro@hardinfo.org> | 2019-07-11 20:21:57 -0700 | 
| commit | 89d149a497123e2841c50aaf7315e1ffa7e3f1f9 (patch) | |
| tree | c794557bee034de66995f1e0d3a1a1181c5471ac /modules | |
| parent | 46dd250cc43de4da9e450e30a8aeddc3df6f9777 (diff) | |
rpi_data: Add Raspberry Pi 4B 1GB and 2GB versions
Source:
https://elinux.org/RPi_HardwareHistory
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/devices/devicetree/rpi_data.c | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/modules/devices/devicetree/rpi_data.c b/modules/devices/devicetree/rpi_data.c index 0d25c78b..b547303e 100644 --- a/modules/devices/devicetree/rpi_data.c +++ b/modules/devices/devicetree/rpi_data.c @@ -61,6 +61,11 @@ static struct {    { "a32082",    "Q4 2016",    "3 Model B",           "1.2",    "1GB",      "Sony Japan",    NULL  },    { "a020d3",    "Q1 2018",    "3 Model B+",          "1.3",    "1GB",      "Sony",          "BCM2837" },    { "9020e0",    "Q4 2018",    "3 Model A+",          "1.0",    "512MB",    "Sony",          "BCM2837" }, + +  { "a03111",    "Q2 2019",    "4 Model B",           "1.0",    "1GB",      "Sony",          "BCM2838" }, +  { "b03111",    "Q2 2019",    "4 Model B",           "1.0",    "2GB",      "Sony",          "BCM2838" }, +  //{ "c?03111",    "Q2 2019",    "4 Model B",           "1.0",    "4GB",      "Sony",          "BCM2838" }, +    { NULL, NULL, NULL, NULL, NULL, NULL, NULL }  }; | 
