zephyr/samples/drivers/rtc/boards/qemu_x86_64.overlay
Muhammad Waleed Badar 9a804572a3 samples: rtc: Generic RTC sample
This sample app set and read date/time from the Real-Time Clock.

Signed-off-by: Muhammad Waleed Badar <walid.badar@gmail.com>
2024-11-21 14:49:19 +01:00

18 lines
301 B
Text

/*
* Copyright (c) 2023 Bjarki Arge Andreasen
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* The RTC IRQ is not routed to the IOAPIC if the legacy
* IRQ bit is set. The IRQ is required for alarm
* operation and the update callback.
*/
&hpet {
no-legacy-irq;
};
&rtc {
status = "okay";
};