We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d22bb6 commit 2b0643aCopy full SHA for 2b0643a
adafruit_platformdetect/chip.py
@@ -290,6 +290,9 @@ def _linux_id(self) -> Optional[str]:
290
if self.detector.check_dt_compatible_value("libretech,aml-s905x-cc"):
291
return chips.S905X
292
293
+ if self.detector.check_dt_compatible_value("light-lpi4a"):
294
+ return chips.TH1520
295
+
296
linux_id = None
297
hardware = self.detector.get_cpuinfo_field("Hardware")
298
0 commit comments