Skip to content

Commit

Permalink
Merge pull request #461 from timonsku/patch-2
Browse files Browse the repository at this point in the history
Add revision code for CM4 8 GB Lite WiFi
  • Loading branch information
Gadgetoid committed May 25, 2021
2 parents 0814bae + 2a3e9cd commit 7624b78
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rpihw.c
Expand Up @@ -152,6 +152,13 @@ static const rpi_hw_t rpi_hw_info[] = {
.videocore_base = VIDEOCORE_BASE_RPI2,
.desc = "Compute Module 4 v1.0 WiFi"
},
{
.hwver = 0xd03140,
.type = RPI_HWVER_TYPE_PI4,
.periph_base = PERIPH_BASE_RPI4,
.videocore_base = VIDEOCORE_BASE_RPI2,
.desc = "Compute Module 4 v1.0 WiFi 8GB"
},
//
// Model B Rev 1.0
//
Expand Down

0 comments on commit 7624b78

Please sign in to comment.