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

@ -162,6 +162,7 @@
msi-gl62 = import ./msi/gl62;
nxp-imx8qm-mek = import ./nxp/imx8qm-mek;
hardkernel-odroid-hc4 = import ./hardkernel/odroid-hc4;
hardkernel-odroid-h3 = import ./hardkernel/odroid-h3;
omen-en00015p = import ./omen/en00015p;
onenetbook-4 = import ./onenetbook/4;
pcengines-apu = import ./pcengines/apu;