1/*
2 * Copyright (C) 2023 Intel Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8	aliases {
9		watchdog0 = &watchdog0;
10	};
11};
12
13&watchdog0 {
14	interrupt-parent = <&gic>;
15	interrupts = <GIC_SPI 117 IRQ_TYPE_LEVEL
16			IRQ_DEFAULT_PRIORITY>;
17	status = "okay";
18};
19