Skip to content

Commit

Permalink
Merge pull request #496 from bendudz/1gb_pi4
Browse files Browse the repository at this point in the history
Added rpi 1gb model 4 v1.5
  • Loading branch information
Gadgetoid committed Apr 11, 2022
2 parents 4b41a83 + 9d74e47 commit 9be313f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rpihw.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,13 @@ static const rpi_hw_t rpi_hw_info[] = {
.videocore_base = VIDEOCORE_BASE_RPI2,
.desc = "Pi 4 Model B - 4GB v1.4"
},
{
.hwver = 0xa03115,
.type = RPI_HWVER_TYPE_PI4,
.periph_base = PERIPH_BASE_RPI4,
.videocore_base = VIDEOCORE_BASE_RPI2,
.desc = "Pi 4 Model B - 1GB v1.5"
},
{
.hwver = 0xb03115,
.type = RPI_HWVER_TYPE_PI4,
Expand Down

0 comments on commit 9be313f

Please sign in to comment.