Skip to content

Commit

Permalink
Merge pull request #480 from Paulchen-Panther/RPi400_rev1.1
Browse files Browse the repository at this point in the history
Support for 0xc03131 (Pi 400, 4GB)
  • Loading branch information
Gadgetoid committed Jan 4, 2022
2 parents 55d7924 + e11521a commit ee7522e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rpihw.c
Expand Up @@ -62,6 +62,13 @@ static const rpi_hw_t rpi_hw_info[] = {
.videocore_base = VIDEOCORE_BASE_RPI2,
.desc = "Pi 400 - 4GB v1.0"
},
{
.hwver = 0xc03131,
.type = RPI_HWVER_TYPE_PI4,
.periph_base = PERIPH_BASE_RPI4,
.videocore_base = VIDEOCORE_BASE_RPI2,
.desc = "Pi 400 - 4GB v1.1"
},
//
// Raspberry Pi 4
//
Expand Down

0 comments on commit ee7522e

Please sign in to comment.