summary refs log tree commit diff stats
path: root/post
diff options
context:
space:
mode:
authorAlan Pearce2023-08-01 19:57:48 +0200
committerAlan Pearce2023-08-01 19:57:48 +0200
commit585d793a297d23d6955249f6cf76bc64e54de936 (patch)
tree4d8de02651aa6fbe6066503afafa07d2da9159a6 /post
parent0ab4bcd25d3887adf2d29e89783b52551ed7cc11 (diff)
downloadwebsite-585d793a297d23d6955249f6cf76bc64e54de936.tar.lz
website-585d793a297d23d6955249f6cf76bc64e54de936.tar.zst
website-585d793a297d23d6955249f6cf76bc64e54de936.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";