1*062b9b66SKrzysztof Kozlowski// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2077e5f4fSSamuel Holland// Copyright (C) 2021-2022 Samuel Holland <samuel@sholland.org> 3077e5f4fSSamuel Holland 4077e5f4fSSamuel Holland/ { 5077e5f4fSSamuel Holland soc { 6077e5f4fSSamuel Holland dsp_wdt: watchdog@1700400 { 7077e5f4fSSamuel Holland compatible = "allwinner,sun20i-d1-wdt"; 8077e5f4fSSamuel Holland reg = <0x1700400 0x20>; 9077e5f4fSSamuel Holland interrupts = <SOC_PERIPHERAL_IRQ(122) IRQ_TYPE_LEVEL_HIGH>; 10077e5f4fSSamuel Holland clocks = <&dcxo>, <&rtc CLK_OSC32K>; 11077e5f4fSSamuel Holland clock-names = "hosc", "losc"; 12077e5f4fSSamuel Holland status = "reserved"; 13077e5f4fSSamuel Holland }; 14077e5f4fSSamuel Holland }; 15077e5f4fSSamuel Holland}; 16