diff options
author | Alan Pearce | 2023-08-01 19:57:48 +0200 |
---|---|---|
committer | Alan Pearce | 2023-08-01 19:57:48 +0200 |
commit | 585d793a297d23d6955249f6cf76bc64e54de936 (patch) | |
tree | 4d8de02651aa6fbe6066503afafa07d2da9159a6 /post/nixos-on-nanopi-r5s.md | |
parent | 0ab4bcd25d3887adf2d29e89783b52551ed7cc11 (diff) | |
download | website-585d793a297d23d6955249f6cf76bc64e54de936.tar.lz website-585d793a297d23d6955249f6cf76bc64e54de936.tar.zst website-585d793a297d23d6955249f6cf76bc64e54de936.zip |
Add device tree override
Diffstat (limited to 'post/nixos-on-nanopi-r5s.md')
-rw-r--r-- | post/nixos-on-nanopi-r5s.md | 2 |
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"; |