Skip to content

Commit 1f47b59

Browse files
authored
Merge pull request jgarff#517 from sgilissen/master
Add support for Compute Module 3 Rev 1.0
2 parents a011845 + 49fab6f commit 1f47b59

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

rpihw.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,13 @@ static const rpi_hw_t rpi_hw_info[] = {
374374
.videocore_base = VIDEOCORE_BASE_RPI2,
375375
.desc = "Compute Module 3+",
376376
},
377+
{
378+
.hwver = 0xa220a0,
379+
.type = RPI_HWVER_TYPE_PI2,
380+
.periph_base = PERIPH_BASE_RPI2,
381+
.videocore_base = VIDEOCORE_BASE_RPI2,
382+
.desc = "Compute Module 3 Rev 1.0",
383+
},
377384

378385
//
379386
// Pi Zero

0 commit comments

Comments
 (0)