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