diff --git a/adafruit_platformdetect/chip.py b/adafruit_platformdetect/chip.py index 46d21ce5..f61878d4 100644 --- a/adafruit_platformdetect/chip.py +++ b/adafruit_platformdetect/chip.py @@ -189,6 +189,9 @@ def _linux_id(self): if self.detector.check_dt_compatible_value("sun50i-h5"): return chips.H5 + if self.detector.check_dt_compatible_value("sun50i-h6"): + return chips.H6 + if self.detector.check_dt_compatible_value("sun50iw9"): return chips.H616