blob: b7156123df5459cf255578c3b91caad7fea9f176 [file] [log] [blame]
Andre Przywaraa14c2502023-10-19 15:45:32 +01001// 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};