1/*
2 * Copyright (c) 2023 Intel Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/* TODO: This overlay file need to update once mc146818 driver eneable for acpi support.
8 */
9
10/ {
11	aliases {
12		acpi-dev = &rtc;
13	};
14};
15
16&rtc {
17	acpi-hid = "PNP0B00";
18	status = "okay";
19};
20