summary refs log tree commit diff stats
path: root/post
diff options
context:
space:
mode:
authorAlan Pearce2023-08-01 19:57:48 +0200
committerAlan Pearce2025-03-16 00:56:49 +0100
commitdc6f37e98e849c6aa9a69a8e5c82818bc92357df (patch)
tree8039fb9acf6c99865548fecc97ba2ea6aa06e898 /post
parentcb613ec759c81de882de94432c22cd14c0367424 (diff)
downloadwebsite-dc6f37e98e849c6aa9a69a8e5c82818bc92357df.tar.lz
website-dc6f37e98e849c6aa9a69a8e5c82818bc92357df.tar.zst
website-dc6f37e98e849c6aa9a69a8e5c82818bc92357df.zip
Add device tree override
Diffstat (limited to 'post')
-rw-r--r--post/nixos-on-nanopi-r5s.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/post/nixos-on-nanopi-r5s.md b/post/nixos-on-nanopi-r5s.md
index 7e466ae..46c8cfa 100644
--- a/post/nixos-on-nanopi-r5s.md
+++ b/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";