Skip to content

Commit

Permalink
Merge pull request #484 from Tirenoth/rpi4_2gb_v1.5_support
Browse files Browse the repository at this point in the history
Support for RPi4 2GB v1.5
  • Loading branch information
Gadgetoid authored Jan 25, 2022
2 parents 6b6fc75 + d8f211e commit f658e60
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion rpihw.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,14 @@ static const rpi_hw_t rpi_hw_info[] = {
.videocore_base = VIDEOCORE_BASE_RPI2,
.desc = "Pi 4 Model B - 4GB v1.4"
},
//
{
.hwver = 0xb03115,
.type = RPI_HWVER_TYPE_PI4,
.periph_base = PERIPH_BASE_RPI4,
.videocore_base = VIDEOCORE_BASE_RPI2,
.desc = "Pi 4 Model B - 2GB v1.5"
},
//
// Compute Module 4
//
{
Expand Down

0 comments on commit f658e60

Please sign in to comment.