all repos — website @ dc6f37e98e849c6aa9a69a8e5c82818bc92357df

My website

Add device tree override

Alan Pearce
commit

dc6f37e98e849c6aa9a69a8e5c82818bc92357df

parent

cb613ec759c81de882de94432c22cd14c0367424

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M post/nixos-on-nanopi-r5s.mdpost/nixos-on-nanopi-r5s.md
@@ -113,6 +113,8 @@ useGenerationDeviceTree = true;
}; }; }; + # 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";