1/*
2 * Copyright (c) 2023 Bjarki Arge Andreasen
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/*
8 * The RTC IRQ is not routed to the IOAPIC if the legacy
9 * IRQ bit is set. The IRQ is required for alarm
10 * operation and the update callback.
11 */
12&hpet {
13        no-legacy-irq;
14};
15
16&rtc {
17        status = "okay";
18};
19