1# Copyright (c) 2023 Prevas A/S 2# SPDX-License-Identifier: Apache-2.0 3 4description: | 5 This binding provides a fake RTC controller for use as either a stub or a mock in Zephyr 6 testing. 7 8compatible: "zephyr,fake-rtc" 9 10include: rtc-device.yaml 11