Skip to content

Commit

Permalink
Merge pull request jgarff#517 from sgilissen/master
Browse files Browse the repository at this point in the history
Add support for Compute Module 3 Rev 1.0
  • Loading branch information
Gadgetoid authored Apr 25, 2023
2 parents a011845 + 49fab6f commit 1f47b59
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 @@ -374,6 +374,13 @@ static const rpi_hw_t rpi_hw_info[] = {
.videocore_base = VIDEOCORE_BASE_RPI2,
.desc = "Compute Module 3+",
},
{
.hwver = 0xa220a0,
.type = RPI_HWVER_TYPE_PI2,
.periph_base = PERIPH_BASE_RPI2,
.videocore_base = VIDEOCORE_BASE_RPI2,
.desc = "Compute Module 3 Rev 1.0",
},

//
// Pi Zero
Expand Down

0 comments on commit 1f47b59

Please sign in to comment.