Skip to content

Commit

Permalink
Support for RPi4 2GB v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Tirenoth committed Jan 24, 2022
1 parent 6b6fc75 commit d8f211e
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 d8f211e

Please sign in to comment.