Skip to content

Commit 869b151

Browse files
committed
Add detection for Pine64
1 parent a867b45 commit 869b151

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_platformdetect/chip.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ def _linux_id(self): # pylint: disable=too-many-branches,too-many-statements
143143
linux_id = SAMA5
144144
elif "Pinebook" in hardware:
145145
linux_id = A64
146+
elif "sun50iw1p1" in hardware:
147+
linux_id = A64
146148
else:
147149
if isinstance(hardware, str):
148150
if hardware in BCM_RANGE:

0 commit comments

Comments
 (0)