Skip to content

Commit e06b70b

Browse files
Mr-Bart-SimpsonChristian Mönius
andauthored
Added support for new Raspberry Pi 4 board revision b03115 (#1808)
Co-authored-by: Christian Mönius <[email protected]>
1 parent 35e3057 commit e06b70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Device.Gpio/System/Device/Gpio/RaspberryBoardInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public Model BoardModel
163163
0x20D3 => Model.RaspberryPi3BPlus,
164164
0x20E0 => Model.RaspberryPi3APlus,
165165
0x20A0 or 0x2100 => Model.RaspberryPiComputeModule3,
166-
0x3111 or 0x3112 or 0x3114 => Model.RaspberryPi4,
166+
0x3111 or 0x3112 or 0x3114 or 0x3115 => Model.RaspberryPi4,
167167
0x3140 => Model.RaspberryPiComputeModule4,
168168
0x3130 => Model.RaspberryPi400,
169169
_ => Model.Unknown,

0 commit comments

Comments
 (0)