1/*
2 * Copyright (c) 2025 Michael Hope <michaelh@juju.nz>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8	aliases {
9		watchdog0 = &iwdg;
10	};
11};
12
13&iwdg {
14	status = "okay";
15};
16