Skip to content

Commit

Permalink
add CM3+ to supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
leonarddevries committed Jan 17, 2020
1 parent 7d538cb commit cb99b24
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 @@ -334,6 +334,13 @@ static const rpi_hw_t rpi_hw_info[] = {
.videocore_base = VIDEOCORE_BASE_RPI2,
.desc = "Compute Module 3/L3",
},
{ // Compute module 3+
.hwver = 0xa02100,
.type = RPI_HWVER_TYPE_PI2,
.periph_base = PERIPH_BASE_RPI2,
.videocore_base = VIDEOCORE_BASE_RPI2,
.desc = "Compute Module 3+",
},

};

Expand Down

0 comments on commit cb99b24

Please sign in to comment.