95ca082e64
The test mocks an rtc using the rtc_fake driver Signed-off-by: Kim Bøndergaard <kim.bondergaard@prevas.dk>
13 lines
168 B
Plaintext
13 lines
168 B
Plaintext
/*
|
|
* Copyright (c) 2023 Prevas A/S
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/{
|
|
fake_rtc: fake_rtc {
|
|
compatible = "zephyr,fake-rtc";
|
|
status = "okay";
|
|
};
|
|
};
|