1/*
2 * Copyright (c) 2023 Prevas A/S
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/{
8	fake_rtc: fake_rtc {
9		compatible = "zephyr,fake-rtc";
10		status = "okay";
11	};
12};
13