1/*
2 * Copyright (c) 2025 Silicon Laboratories Inc.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8	aliases {
9		watchdog0 = &watchdog;
10	};
11};
12
13&watchdog {
14	status = "okay";
15};
16