zephyr/samples/drivers/watchdog/boards/intel_socfpga_agilex5_socdk...

19 lines
269 B
Plaintext

/*
* Copyright (C) 2023 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
aliases {
watchdog0 = &watchdog0;
};
};
&watchdog0 {
interrupt-parent = <&gic>;
interrupts = <GIC_SPI 117 IRQ_TYPE_LEVEL
IRQ_DEFAULT_PRIORITY>;
status = "okay";
};