mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 21:54:45 +00:00
13 lines
199 B
Text
13 lines
199 B
Text
|
// SPDX-License-Identifier: GPL-2.0+ OR X11
|
||
|
/*
|
||
|
* Copyright 2019 Collabora Ltd
|
||
|
* Copyright 2019 General Electric Company
|
||
|
*/
|
||
|
|
||
|
/ {
|
||
|
wdt-reboot {
|
||
|
compatible = "wdt-reboot";
|
||
|
wdt = <&wdog1>;
|
||
|
};
|
||
|
};
|