Skip to content

Commit

Permalink
Upstream merge of Compute Module hwver 0x14
Browse files Browse the repository at this point in the history
Manually copied in from pimoroni/unicorn-hat#72
  • Loading branch information
Gadgetoid authored Jul 13, 2016
1 parent d30578d commit a60f3e8
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 @@ -180,6 +180,13 @@ static const rpi_hw_t rpi_hw_info[] = {
.videocore_base = VIDEOCORE_BASE_RPI,
.desc = "Compute Module",
},
{
.hwver = 0x14,
.type = RPI_HWVER_TYPE_PI1,
.periph_base = PERIPH_BASE_RPI,
.videocore_base = VIDEOCORE_BASE_RPI,
.desc = "Compute Module",
},

//
// Pi Zero
Expand Down

0 comments on commit a60f3e8

Please sign in to comment.