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