zephyr/samples/drivers/watchdog/boards/opentitan_earlgrey.overlay

16 lines
164 B
Plaintext

/*
* Copyright (c) 2023 Rivos Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
aliases {
watchdog0 = &aontimer;
};
};
&aontimer {
status = "okay";
};