diff options
author | Alan Pearce | 2023-08-01 19:57:48 +0200 |
---|---|---|
committer | Alan Pearce | 2023-08-01 19:57:48 +0200 |
commit | 0548b02666c8b1f1afce5f834c0c7ea682c77bcf (patch) | |
tree | c57eacbc32f982707d55e2604bdf5a667cfd6b60 /content/post/nixos-on-nanopi-r5s.md | |
parent | 6aa46f8769eabe6f65e4ce3be0b428a5bef88cbc (diff) | |
download | website-0548b02666c8b1f1afce5f834c0c7ea682c77bcf.tar.lz website-0548b02666c8b1f1afce5f834c0c7ea682c77bcf.tar.zst website-0548b02666c8b1f1afce5f834c0c7ea682c77bcf.zip |
Add device tree override
Diffstat (limited to 'content/post/nixos-on-nanopi-r5s.md')
-rw-r--r-- | content/post/nixos-on-nanopi-r5s.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/post/nixos-on-nanopi-r5s.md b/content/post/nixos-on-nanopi-r5s.md index 7e466ae..46c8cfa 100644 --- a/content/post/nixos-on-nanopi-r5s.md +++ b/content/post/nixos-on-nanopi-r5s.md @@ -113,6 +113,8 @@ in }; }; }; + # this file is from debian and should be in /boot/ + hardware.deviceTree.name = "../../rk3568-nanopi-r5s.dtb"; # Most Rockchip CPUs (especially with hybrid cores) work best with "schedutil" powerManagement.cpuFreqGovernor = "schedutil"; |