Skip to content

Commit 9be313f

Browse files
authored
Merge pull request #496 from bendudz/1gb_pi4
Added rpi 1gb model 4 v1.5
2 parents 4b41a83 + 9d74e47 commit 9be313f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

rpihw.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,13 @@ static const rpi_hw_t rpi_hw_info[] = {
135135
.videocore_base = VIDEOCORE_BASE_RPI2,
136136
.desc = "Pi 4 Model B - 4GB v1.4"
137137
},
138+
{
139+
.hwver = 0xa03115,
140+
.type = RPI_HWVER_TYPE_PI4,
141+
.periph_base = PERIPH_BASE_RPI4,
142+
.videocore_base = VIDEOCORE_BASE_RPI2,
143+
.desc = "Pi 4 Model B - 1GB v1.5"
144+
},
138145
{
139146
.hwver = 0xb03115,
140147
.type = RPI_HWVER_TYPE_PI4,

0 commit comments

Comments
 (0)