Skip to content

Commit

Permalink
CM4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjoplin committed Sep 25, 2023
1 parent 8944e87 commit 114ca7f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions rpi/rpi.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,4 +456,13 @@ var rasPiVariants = map[uint32]hw{
vcBase: VIDEOCORE_BASE_RPI2,
name: "Compute Module 3+",
},
//
// Pi Compute Module 4
//
0xC03140: {
hwType: RPI_HWVER_TYPE_PI4,
periphBase: PERIPH_BASE_RPI4,
vcBase: VIDEOCORE_BASE_RPI2,
name: "Compute Module 4 - 4GB v1.0",
},
}

0 comments on commit 114ca7f

Please sign in to comment.