zephyr/samples/drivers/rtc/boards/apollo3p_evb.overlay
Hao Luo 660390835b dts: ambiq: change to enable ambiq drivers in overlays
Keep minimal system in board dts, only enable driver in overlays

Signed-off-by: Hao Luo <hluo@ambiq.com>
2025-05-05 21:56:47 +02:00

16 lines
172 B
Plaintext

/*
* Copyright (c) 2025 Ambiq Micro Inc. <www.ambiq.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
aliases {
rtc = &rtc0;
};
};
&rtc0 {
status = "okay";
};