feat: add initial support for odroid-h3 hardware

This should work for both odroid-h3 and h3+ as they both have a jasper
lake CPU (N5105 and N6005).
This commit is contained in:
Yannick Mayeur
2023-08-31 14:28:21 +02:00
committed by Jörg Thalheim
parent 19cf623e48
commit 1ed1234ad6
3 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{ config, lib, ... }:
{
imports = [
../../common/cpu/intel/jasper-lake
];
}