1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2// Copyright (C) 2021-2022 Samuel Holland <samuel@sholland.org>
3
4/ {
5	soc {
6		dsp_wdt: watchdog@1700400 {
7			compatible = "allwinner,sun20i-d1-wdt";
8			reg = <0x1700400 0x20>;
9			interrupts = <SOC_PERIPHERAL_IRQ(122) IRQ_TYPE_LEVEL_HIGH>;
10			clocks = <&dcxo>, <&rtc CLK_OSC32K>;
11			clock-names = "hosc", "losc";
12			status = "reserved";
13		};
14	};
15};
16