Skip to content

Commit 2b0643a

Browse files
Added chip detection
1 parent 9d22bb6 commit 2b0643a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

adafruit_platformdetect/chip.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,9 @@ def _linux_id(self) -> Optional[str]:
290290
if self.detector.check_dt_compatible_value("libretech,aml-s905x-cc"):
291291
return chips.S905X
292292

293+
if self.detector.check_dt_compatible_value("light-lpi4a"):
294+
return chips.TH1520
295+
293296
linux_id = None
294297
hardware = self.detector.get_cpuinfo_field("Hardware")
295298

0 commit comments

Comments
 (0)