blob: 633f972221a85e503e643b37805e8e650493d035 [file] [log] [blame]
/*
* Copyright (c) 2021 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
&timer0 {
status = "okay";
interrupts = <8 0>;
zli;
};
&wdt0 {
status = "disabled";
};
/ {
wdt_counter: wdt-counter {
compatible = "zephyr,counter-watchdog";
status = "okay";
counter = <&timer0>;
};
};