mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
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:
parent
19cf623e48
commit
1ed1234ad6
3 changed files with 9 additions and 0 deletions
7
hardkernel/odroid-h3/default.nix
Normal file
7
hardkernel/odroid-h3/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../common/cpu/intel/jasper-lake
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue