blob: d31a4b96990915e2f7c6feb09e338b779f7b607c [file] [log] [blame]
/*
* Copyright (c) 2023 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
/* TODO: This overlay file need to update once mc146818 driver eneable for acpi support.
*/
/ {
aliases {
acpi-dev = &rtc;
};
};
&rtc {
acpi-hid = "PNP0B00";
status = "okay";
};