From f3317f9b09b70eeca8a6e5a01bdfa315c664f133 Mon Sep 17 00:00:00 2001 From: Patrick Grawehr Date: Mon, 22 Jan 2024 20:11:38 +0100 Subject: [PATCH] Support for Raspberry Pi 3A+, Rev 1.1 added --- src/System.Device.Gpio/System/Device/Gpio/RaspberryBoardInfo.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/System.Device.Gpio/System/Device/Gpio/RaspberryBoardInfo.cs b/src/System.Device.Gpio/System/Device/Gpio/RaspberryBoardInfo.cs index 97658c3958..5c0d88d96b 100644 --- a/src/System.Device.Gpio/System/Device/Gpio/RaspberryBoardInfo.cs +++ b/src/System.Device.Gpio/System/Device/Gpio/RaspberryBoardInfo.cs @@ -167,6 +167,7 @@ public Model BoardModel 0x2082 or 0x2083 => Model.RaspberryPi3B, 0x20D3 => Model.RaspberryPi3BPlus, 0x20E0 => Model.RaspberryPi3APlus, + 0x20E1 => Model.RaspberryPi3APlus, // 3A, rev 1.1 0x20A0 or 0x2100 => Model.RaspberryPiComputeModule3, 0x3111 or 0x3112 or 0x3114 or 0x3115 => Model.RaspberryPi4, 0x3140 or 0x3141 => Model.RaspberryPiComputeModule4,