Skip to content

Commit

Permalink
Merge pull request #474 from penguintutor/master
Browse files Browse the repository at this point in the history
Update rpihw.c with hardware ID for Raspberry Pi Zero 2 W V1.0
  • Loading branch information
Gadgetoid committed Oct 30, 2021
2 parents 5d0041e + 816b147 commit 55d7924
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions rpihw.c
Expand Up @@ -334,6 +334,17 @@ static const rpi_hw_t rpi_hw_info[] = {
.desc = "Pi Zero W v1.1",
},

//
// Model Zero 2 W
//
{
.hwver = 0x902120,
.type = RPI_HWVER_TYPE_PI2,
.periph_base = PERIPH_BASE_RPI2,
.videocore_base = VIDEOCORE_BASE_RPI2,
.desc = "Pi Zero 2 W v1.0",
},

//
// Model A+
//
Expand Down

0 comments on commit 55d7924

Please sign in to comment.