11 lines
249 B
YAML
11 lines
249 B
YAML
|
# Copyright (c) 2023 Prevas A/S
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
description: |
|
||
|
This binding provides a fake RTC controller for use as either a stub or a mock in Zephyr
|
||
|
testing.
|
||
|
|
||
|
compatible: "zephyr,fake-rtc"
|
||
|
|
||
|
include: rtc-device.yaml
|