aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/turris-mox-support.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/turris-mox-support.nix')
-rw-r--r--nixos/modules/turris-mox-support.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/turris-mox-support.nix b/nixos/modules/turris-mox-support.nix
index b12f511..5b3d17f 100644
--- a/nixos/modules/turris-mox-support.nix
+++ b/nixos/modules/turris-mox-support.nix
@@ -16,6 +16,9 @@ with lib;
"armada_37xx_wdt"
"moxtet" "gpio-moxtet" "turris-mox-rwtm"
];
+ # Explicitly set device tree to ensure we load the correct one.
+ # This fixes boot with some U-Boot versions.
+ hardware.deviceTree.name = "marvell/armada-3720-turris-mox.dtb";
# Systemd seems to not handling hardware watchdog for some reason
systemd.services."nowatchdog" = {